/* Product Custom Sections Plugin Styles - 100% Design Match with High Priority */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

.product_nav_pill_container {
    padding: 0 !important;
    margin-top: 1rem !important;
    font-family: 'Montserrat', sans-serif !important;
    width: 100% !important;
}

.product_nav_pill {
    display: flex !important;
    flex-wrap: wrap !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important; /* Remove bottom margin to sit on border */
    list-style: none !important;
    border-bottom: 1px solid #dee2e6 !important;
    position: relative !important;
    background: transparent !important;
}

.nav_pill {
    margin-right: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* Base style for all tab links */
.product_nav_pill .nav-link {
    display: block !important;
    padding: 12px 20px !important;
    color: #333 !important;
    text-decoration: none !important;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
    line-height: 1 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: -1px !important; /* Overlap the border slightly */
}

.product_nav_pill .nav-link:hover {
    color: #d7380f !important;
}

/* THE SOLID ORANGE BOX - FORCED WITH HIGH PRIORITY */
.product_nav_pill .nav-link.active {
    color: #ffffff !important;
    background-color: #d7380f !important;
    border: none !important;
    border-radius: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Ensure the tab content is styled correctly */
.tab-content {
    width: 100% !important;
    background: #fff !important;
}

.tab-content > .tab-pane {
    display: none !important;
    padding: 20px 0 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #333 !important;
}

.tab-content > .active {
    display: block !important;
}

/* Download Button Styles */
.btn-download {
    display: flex !important;
    align-items: center !important;
    padding: 10px 15px !important;
    margin-bottom: 10px !important;
    background-color: #f8f9fa !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    color: #333 !important;
}

.btn-download:hover {
    background-color: #e9ecef !important;
    color: #d7380f !important;
}

.btn-download i {
    font-size: 20px !important;
    margin-right: 10px !important;
    color: #d7380f !important;
}

/* Form Styles */
.wa-input {
    display: block !important;
    width: 100% !important;
    padding: 10px !important;
    margin-bottom: 15px !important;
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
}

.btn-submit {
    color: #fff !important;
    background-color: #d7380f !important;
    padding: 10px 25px !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}
