.neerppas-frontend-card {
    border: 1px solid #d6e4ee;
    border-radius: 12px;
    padding: 16px;
    background: #fff;
    color: #01233a;
    box-shadow: 0 4px 14px rgba(15, 58, 78, 0.06);
    margin-bottom: 16px;
}

.neerppas-frontend-card label {
    display: block;
    color: #01233a;
    margin-bottom: 8px;
}

.neerppas-child-switcher {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d6e4ee;
    border-radius: 10px;
    padding: 8px 14px;
    color: #01233a;
    background: #fff;
}

.neerppas-child-switcher:focus {
    outline: none;
    border-color: #0F3A4E;
    box-shadow: 0 0 0 3px rgba(15, 58, 78, 0.12);
}

.neerppas-child-context {
    display: grid;
    gap: 12px;
}

.neerppas-selected-child-summary {
    border: 1px solid #d6e4ee;
    border-radius: 10px;
    padding: 12px 14px;
    background: #f8fbfd;
}

.neerppas-selected-child-summary span,
.neerppas-selected-child-summary small {
    display: block;
    color: #52677a;
}

.neerppas-selected-child-summary strong {
    display: block;
    color: #01233a;
    font-size: 18px;
    line-height: 1.35;
    margin: 3px 0;
}

@media (max-width: 768px) {
    .neerppas-frontend-card {
        padding: 14px;
        border-radius: 10px;
    }

    .neerppas-selected-child-summary strong {
        font-size: 16px;
    }
}
