/* Frontend styles */
.customer-information-notices .customer-notice-card {
    border: 1px solid #dee2e6;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: box-shadow 0.15s ease-in-out;
}

.customer-information-notices .customer-notice-card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.customer-information-notices .card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.customer-information-notices .card-title {
    color: #212529;
    font-size: 1.25rem;
}

.customer-information-notices .notice-content {
    line-height: 1.6;
    color: #495057;
}

.customer-information-notices .notice-content p {
    margin-bottom: 1rem;
}

.customer-information-notices .notice-content a {
    color: #0d6efd;
    text-decoration: underline;
    transition: color 0.15s ease-in-out;
}

.customer-information-notices .notice-content a:hover {
    color: #0a58ca;
    text-decoration: none;
}

.customer-information-notices .notice-content strong {
    font-weight: 600;
    color: #212529;
}

.customer-information-notices .notice-content ul,
.customer-information-notices .notice-content ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.customer-information-notices .notice-content li {
    margin-bottom: 0.5rem;
}
