/*
Theme Name:   Voxel (child theme)
Theme URI:    https://getvoxel.io/
Author:       27collective
Author URI:   https://27collective.net/
Template:     voxel
Version:      1.0
Text Domain:  voxel-child
*/

/* Loader Text */

.ts-loader-text {
    margin-left: 10px !important;
    font-size: 50px !important;
}

.ts-form-group.vx-geolocate-my-address {
    display: none;
}

/* --------- CREATE VENDOR CSS ---------*/

/* Hide input icons and adjust padding */
.hide-input-icon .ts-input-icon > svg {
    display: none !important;
}

.hide-input-icon .ts-input-icon > .ts-filter,
.hide-input-icon .ts-input-icon > input {
    padding-left: 16px !important;
}

/* Hide phone field icons and adjust padding */
.hide-phone-icon .iti__selected-country-primary {
    display: none !important;
}

.hide-phone-icon button.iti__selected-country {
    padding-left: 16px !important;
}

.hide-phone-icon input.ts-filter.iti__tel-input {
    padding-left: 16px !important;
}

/* Hide location field elements and adjust layout */
.vendor-location {
    grid-gap: 0px !important;
}

.vendor-location .ts-btn-large {
    display: none !important;
}

.vendor-location .ts-form-group.switcher-label {
    display: none !important;
}

.vendor-location .ts-form-group.ts-repeater.field-key-repeater-multi-location > label {
    display: none !important;
}

.pa-location-lite {
    grid-gap: 0px !important;
}
.pa-location-lite .ts-btn-large {
    display: none !important;
}
.pa-location-lite .ts-form-group.switcher-label {
    display: none !important;
}
.pa-location-lite .ts-form-group.ts-repeater.field-key-repeater-multi-location > label {
    display: none !important;
}

/* Gallery-Style */
.gallery-style .ts-file-list {
    display: grid;
    grid-gap: 15px;
    margin-bottom: 15px;
    grid-template-columns: repeat(4, 1fr);
}

.gallery-style .ts-file,
.gallery-style .pick-file-input {
    aspect-ratio: auto;
    width: 100%;
    min-height: 130px;
}

/* Gallery */
.gallery-style .pick-file-input a svg {
    background: #FFFFFF;
    border: 2px solid #c0afa5;
    border-radius: 100%;
    padding: 8px;
    width: 36px !important;
    height: 36px !important;
    fill: #5a493f !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-style .pick-file-input a {
    color: #5a493f;
}

.gallery-style .pick-file-input {
    border-radius: 6px;
}

.gallery-style .pick-file-input:hover {
    background: #efedeb;
    border: 1px dashed #967969;
}

.gallery-style .ts-file {
    border: 1px solid #c0afa5;
}

/* Optional: responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .gallery-style .ts-file-list {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-style .ts-file, 
    .gallery-style .pick-file-input {
        aspect-ratio: auto;
        width: 100%;
        min-height: 175px;
    }  
}

/* Experience Display */
.experience-display {
    margin-top: 8px;
    padding: 10px 14px;
    background: #efedeb; 
    border: 1px solid #ab9487;
    border-left: 4px solid #5a493f; 
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #3c302A;
    display: none;
    animation: slideIn 0.3s ease;
}

.experience-display.show {
    display: block;
    margin-top: -15px;
}

.experience-display .icon {
    margin-right: 6px;
    font-size: 1rem;
    vertical-align: middle;
    color: #5a493f;
}

.experience-new {
    color: #786154;
}

.experience-established {
    color: #3c302A;
}

.experience-veteran {
    color: #3c302A;
    font-weight: 600;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* UI HTML VENDOR Label */
.vendor-instructions p {
    font-size: .75rem;
    line-height: 150%;
}

.vendor-instructions label {
    font-size: 1rem;
    line-height: 150%;
}

/* INFO BANNER */
.info-banner {
    margin-left: -20px;
    margin-right: -20px;
    background: linear-gradient(135deg, #967969 0%, #5a493f 100%);
    color: #FFFFFF;
    padding: 20px 24px;
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 0;
    border-left: none;
}

.info-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    transform: translate(30px, -30px);
    pointer-events: none;
}

.info-banner-primary {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    color: #666666;
}

.info-banner-secondary {
    font-size: 14px;
    margin: 0;
    opacity: 0.95;
    position: relative;
    z-index: 1;
    color: #666666;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .info-banner {
        padding: 16px 20px;
    }
    
    .info-banner-primary {
        font-size: 15px;
    }
    
    .info-banner-secondary {
        font-size: 13px;
    }
}

/* New Vendor Label */
.vendor-instructions p {
    font-size: .75rem;
    line-height: 150%;
}

.vendor-instructions label {
    font-size: 1rem;
    line-height: 150%;
}

/* ----CSS CLASS SOCIAL-LINK---- */
/* Hide Optional */
.social-link span.is-required {
    display: none;
}

/* Hide Icon */
.social-link .ts-input-icon > svg {
    display: none !important;
}

/* Adjust Padding */
.social-link .ts-input-icon > .ts-filter,
.social-link .ts-input-icon > input {
    padding-left: 16px !important;
}

/* ----MULTI LOCATION AND SERVICE AREAS---- */
.premium-section {
    background: white;
    border: 1px solid #c0afa5;
    border-radius: 6px;
    padding: 24px;
    max-width: auto;
    width: 100%;
    transition: all 0.3s ease;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.premium-label {
    font-size: 20px;
    font-weight: 600;
    color: #3c302A;
    margin: 0;
}

.premium-badge {
    background: linear-gradient(to right, #967969, #5a493f);
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.premium-badge svg {
    width: 12px;
    height: 12px;
}

.card-description {
    color: #786154;
    font-size: 14px;
    margin: 0 0 24px 0;
    line-height: 1.4;
}

.premium-container {
    background: #efedeb;
    border: 2px dashed #c0afa5;
    border-radius: 6px;
    padding: 24px 24px;
    text-align: center;
}

.lock-icon {
    background: white;
    border: 2px solid #c0afa5;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: #786154;
    transition: all 0.3s ease;
}

.premium-section:hover .lock-icon {
    border-color: #967969;
    color: #5a493f;
}

.premium-title {
    color: #5a493f;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}

.premium-description {
    color: #786154;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.premium-btn {
    background: #5a493f;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    text-decoration: none;
}

.premium-btn:hover {
    background: #3c302A;
    transform: translateY(-1px);
}

.premium-btn svg {
    width: 12px;
    height: 12px;
}

.pawg-gradient-bg {
    background: linear-gradient(145deg, #5a493f 0%, #967969 50%, #ab9487 100%) !important;
}

:root {
  --lucide-sparkles: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.5 2.5 11 7l4.5 1.5L11 10l-1.5 4.5L8 10l-4.5-1.5L8 7l1.5-4.5z'/%3E%3Cpath d='M18 13l1 3 3 1-3 1-1 3-1-3-3-1 3-1 1-3z'/%3E%3C/svg%3E");
}

:root {
  --lucide-check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}
/* Hide description */
.pa-vt-override .vt-add-term-wrapper textarea.vt-add-term-description {
    display: none !important;
}

/* Button spacing */
.pa-vt-override .vt-add-term-wrapper a.vt-add-term-btn {
    margin-top: 12px !important;
}

/* Focus styles */
.pa-vt-override .vt-add-term-wrapper .vt-add-term-form input:focus,
.pa-vt-override .vt-add-term-wrapper .vt-add-term-form textarea:focus {
    border-color: #96796999 !important;
    box-shadow: 0 0 0 3px #7861542b !important;
}

/* Form spacing */
.pa-vt-override .vt-add-term-wrapper .vt-add-term-form {
    margin-top: 8px !important;
}

/* Button styling */
.pa-vt-override .vt-add-term-wrapper a.vt-add-term-btn {
    width: 110px !important;
    border: 1px solid #dadada !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Hide + icon */
.pa-vt-override .vt-add-term-wrapper .vt-add-icon {
    display: none !important;
}