.page-content {
    background-color: rgb(255, 255, 255);
}
.status-car {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.field-section-header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eef2f7;
}

.field-dot {
    width: 12px;
    height: 12px;
    background: var(--safe-green);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(40, 167, 69, 0.1);
}

.link-map {
    text-decoration: none;
}

.link-map:hover {
    cursor: pointer;
}

/* Responsive */
@media (max-width: 576px) {
    .auth-card { padding: 30px 20px; }
    .section-title { font-size: 1.5rem; }
    .field-section-header { flex-direction: column; align-items: flex-start; gap: 8px; }
}