/**
 * WKD Custom Elementor Widgets Global Styles
 */

/* ===================================================================
   Verified Badge Widget
   =================================================================== */

.wkmbus-hero-badge-wrap {
    max-width: 160px !important;
    cursor: default !important;
}

.wkmbus-hero-badge {
    margin: 0px 0px 0 0px;
    padding: 2px 12px 2px 8px;
    background-color: var(--e-global-color-ba0347b);
    border-radius: 100px 100px 100px 100px;
}

.wkmbus-hero-badge ul {
    padding: 0;
}

.wkmbus-hero-badge li {
    list-style-type: none;
}

@media(max-width:767px) {
    .wkmbus-hero-badge-wrap {
        width: auto;
        max-width: auto;
        margin: 0 auto 18px;
    }
}

/* ===================================================================
   Reviews Combined Widget
   =================================================================== */

.listing-template .hideineditor { 
    display: none !important; 
}

.listing-template .elementor-column .hideineditor { 
    display: block !important; 
}

.wkd-reviews-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wkd-reviews-title {
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-text-font-weight) !important;
    display: inline !important;
}

.wkd-reviews-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.wkd-reviews-stars i {
    font-size: 16px;
}

.wkd-star-full {
    color: #ffab00;
}

.wkd-star-half {
    color: #ffab00;
}

.wkd-star-empty {
    color: #ccd6df;
}

/* ===================================================================
   Review Request Form Widget
   =================================================================== */

.wkd-review-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.wkd-review-form .selected-listing {
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.wkd-review-form .selected-listing strong {
    font-weight: bold;
}

.wkd-review-form .selected-listing em {
    color: #666;
    font-style: italic;
    margin-left: 8px;
}

/* Website Button Widget */
/* Other custom widgets... */