.contact-block-0f2c8b87 {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    width: 100%;
}
.contact-block-0f2c8b87:hover {
    text-decoration: none;
    opacity: 0.85;
}
.contact-block-0f2c8b87 .cb-inner {
    display: flex;
    align-items: center;
    gap: 8px;
}
.contact-block-0f2c8b87 .cb-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e16b32;
}
.contact-block-0f2c8b87 .cb-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #e16b32;
    line-height: 1;
}
.contact-block-0f2c8b87 .cb-divider {
    width: 100%;
    height: 2px;
    background-color: #e16b32; /* Default color matching design */
    margin-top: 6px;
}