.contact-row-container-c0766ef9 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.contact-row-layout-inline .contact-row-container-c0766ef9 {
    flex-direction: row;
}

.contact-row-layout-stacked .contact-row-container-c0766ef9 {
    flex-direction: column;
}

.cr-item-c0766ef9 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    line-height: 1.4;
}

.cr-item-c0766ef9 a,
.cr-item-c0766ef9 button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.cr-icon-c0766ef9 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cr-icon-c0766ef9 svg {
    display: block;
}

/* Modal Popup Styles */
.cr-popup-overlay-c0766ef9 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

body.admin-bar .cr-popup-overlay-c0766ef9 {
    top: var(--wp-admin--admin-bar--height, 32px);
}

.cr-popup-box-c0766ef9 {
    background: #fff;
    padding: 40px 30px 30px;
    border-radius: 8px;
    max-width: 600px;
    width: 100%;
    max-height: 80vh;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
}

.cr-popup-content-inner-c0766ef9 {
    overflow-y: auto;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.cr-popup-close-c0766ef9 {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    line-height: 1;
}

.cr-popup-close-c0766ef9:hover {
    color: #000;
}
