#ca-adult-signature-notice {
    width: 100%;
    margin: 15px 0;
    box-sizing: border-box;
}

.ca-adult-signature-notice__content {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #fff3cd 0%, #ffeeba 100%);
    border: 1px solid #ffc107;
    border-left: 4px solid #e0a800;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.ca-adult-signature-notice__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #856404;
}

.ca-adult-signature-notice__icon svg {
    width: 20px;
    height: 20px;
}

.ca-adult-signature-notice__message {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #664d03;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .ca-adult-signature-notice__content {
        padding: 12px 14px;
        gap: 10px;
    }

    .ca-adult-signature-notice__message {
        font-size: 13px;
    }

    .ca-adult-signature-notice__icon svg {
        width: 18px;
        height: 18px;
    }
}
