.contact-info-wrapper-2bb95257 {
    padding: 30px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    font-family: inherit;
}

.cib-title-2bb95257 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

.cib-description-2bb95257 {
    margin-bottom: 25px;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.cib-items-list-2bb95257 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cib-item-2bb95257 {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cib-item-2bb95257:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    background: #fff;
}

.cib-item-icon-2bb95257 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #eef2ff;
    color: #4f46e5;
    border-radius: 50%;
    font-size: 18px;
}

.cib-item-icon-2bb95257 svg {
    width: 18px;
    height: 18px;
    fill: #4f46e5;
}

.cib-item-content-2bb95257 {
    display: flex;
    flex-direction: column;
}

.cib-item-label-2bb95257 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
    margin-bottom: 2px;
}

.cib-item-value-2bb95257 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

a.cib-item-value-2bb95257:hover {
    color: #4f46e5;
    text-decoration: underline;
}