.ci-wrapper-fa562e9c {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 30px;
    padding: 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .ci-wrapper-fa562e9c {
        grid-template-columns: 1fr;
    }
}

/* Styles */
.ci-wrapper-fa562e9c.style-clean {
    background: #ffffff;
    border: 1px solid #eaeaea;
}

.ci-wrapper-fa562e9c.style-card {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: none;
}

.ci-wrapper-fa562e9c.style-dark {
    background: #222222;
}
.ci-wrapper-fa562e9c.style-dark .ci-details, 
.ci-wrapper-fa562e9c.style-dark .ci-details strong, 
.ci-wrapper-fa562e9c.style-dark .ci-details a {
    color: #e0e0e0;
}

.ci-info-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ci-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.ci-icon {
    font-size: 24px;
    line-height: 1;
    color: #ffc107;
}

.ci-details {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

.ci-details strong {
    font-size: 16px;
    color: #111;
    display: inline-block;
    margin-bottom: 5px;
}

.ci-details a {
    color: #1565C0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ci-details a:hover {
    text-decoration: underline;
}

.ci-phone-line em {
    font-style: normal;
    color: inherit;
    opacity: 0.8;
    display: inline-block;
    min-width: 100px;
}

.ci-map-col {
    min-height: 300px;
    border-radius: 8px;
    overflow: hidden;
}