
.bic-container {
    max-width: 900px;
    margin: 48px auto;
    padding: 30px 28px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    color: #23361f;
    line-height: 1.6;
    font-size: 1rem;
}

.bic-section {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bic-section h2 {
    color: #264822;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.bic-section p {
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 1rem;
}

.bic-section a {
    color: #d35400;
    text-decoration: none;
    transition: color 0.3s ease;
}

.bic-section a:hover {
    color: #a04000;
    text-decoration: underline;
}

.bic-alert {
    background-color: #f8f9fa;
    border-left: 4px solid #d35400;
    padding: 1rem;
    margin-bottom: 1rem;
}