
    /* ========================================
   FILTERS
   ======================================== */
.container-bancaproducts .filters-years {
    display: inline-block;
    width: 8vw;
    margin-right: 15px;
}

.container-bancaproducts .filters-products {
    display: block;
    width: 100%;
}

@media (min-width: 1024px) {
    .container-bancaproducts .filters-products {
        margin-right: 0;
        max-width: calc(50% - 8px);
    }
}

/* ========================================
   BP FORM
   ======================================== */
.bp-form {
    display: grid;
    gap: 12px;
}

@media (min-width: 1024px) {
    .bp-form {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

        .bp-form > .bp-field {
            flex: 1;
            min-width: calc(50% - 8px);
            max-width: calc(50% - 8px);
        }

        .bp-form .bp-actions {
            width: 100%;
        }
}

.bp-field {
    display: grid;
    gap: 6px;
}

.bp-label-row,
.combo-label-row {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 6px;
}

.bp-label-row .bp-label,
.combo-label-row .bp-label {
    margin-bottom: 0;
    display: inline;
}

/* ========================================
   BP ACTIONS
   ======================================== */
@media (min-width: 1024px) {
    .bp-actions {
        width: 100%;
        display: flex;
        gap: 16px;
    }

        .bp-actions .bp-btn-primary {
            flex: 1;
            min-width: calc(50% - 8px);
            max-width: calc(50% - 8px);
        }
}

/* ========================================
   COMBO BOX
   ======================================== */
.container-bancaproducts .combo *,
.container-bancaproducts .combo *::before,
.container-bancaproducts .combo *::after {
    box-sizing: border-box;
}

.container-bancaproducts .combo {
    display: block;
    width: 100%;
    position: relative;
}

@media (min-width: 1024px) {
    .container-bancaproducts .combo {
        max-width: none;
    }
}

.filters-products:not(:has(.js-date-picker)) .combo::after {
    border-bottom: 3px solid var(--Generali-Red);
    border-right: 3px solid var(--Generali-Red);
    content: "";
    display: block;
    height: 7px;
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 65%;
    transform: translate(0, -65%) rotate(45deg);
    width: 7px;
}

.container-bancaproducts .combo-input {
    background-color: #FFF;
    border: 1px solid #E1E4E8;
    border-radius: 6px !important;
    display: flex;
    align-items: center;
    font-size: 16px;
    height: 48px;
    padding: 0 16px;
    text-align: left;
    width: 100%;
    color: #6B6F76;
    cursor: pointer;
}

    .container-bancaproducts .combo-input:hover {
        border: 1px solid var(--TRQ-Cinza-6);
    }

    .container-bancaproducts .combo-input:focus {
        border-color: var(--Generali-Red);
        outline: 1px solid transparent;
    }

.container-bancaproducts .combo-label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.25em;
    font-size: 14px;
}

.container-bancaproducts .combo-label-row {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 0.25em;
}

    .container-bancaproducts .combo-label-row .bp-label {
        margin-bottom: 0;
    }

.container-bancaproducts .combo-menu {
    background-color: #FFF;
    border: 2px solid var(--TRQ-Cinza-4);
    border-radius: 5px;
    display: none;
    max-height: 400px;
    left: 0;
    position: absolute;
    top: 102%;
    width: 100%;
    z-index: 100;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.container-bancaproducts .open .combo-menu {
    display: block;
}

.container-bancaproducts .combo-option {
    padding: 10px 12px 12px;
    cursor: pointer;
}

    .container-bancaproducts .combo-option:hover {
        background-color: #F1F3F5;
    }

    .container-bancaproducts .combo-option.option-current {
        color: #6B6F76;
    }

/* ========================================
   ACCORDIONS
   ======================================== */
.container-bancaproducts .accordion-container.container {
    width: 90% !important;
    max-width: 1000px !important;
    margin: 0 auto;
}

.container-bancaproducts .quick-faqs ul.search-result-list {
    margin-top: 15px;
}

    .container-bancaproducts .quick-faqs ul.search-result-list > li {
		padding: 0px 10px 0 10px;

    }

.container-bancaproducts .toggle-header {
    padding: 25px 20px 25px 30px;
    cursor: pointer;
}

.container-bancaproducts .quick-faqs .toggle-header .field-question {
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
}

.container-bancaproducts .quick-faqs .toggle-header.active .field-question {
    color: var(--Generali-Red);
}

.container-bancaproducts .quick-faqs .toggle-header p:after {
    border: solid var(--Generali-Red);
    border-width: 0 2px 2px 0;
}

.container-bancaproducts .toggle-content {
    padding: 0px 10px 25px 10px
}

.container-bancaproducts .quick-faqs .toggle-content .field-question {
    font-size: 20px;
    font-weight: 700;
    color: var(--Generali-Red);
}

.container-bancaproducts .qa .toggle-content .field-answer ul {
    list-style: none;
	margin-left: 0;
}

    .container-bancaproducts .qa .toggle-content .field-answer ul li {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }
	
.container-bancaproducts .qa .toggle-content .field-answer ul li:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url('/-/media/Images/Tranquilidade/Particulares/Download_Arrow');
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
}

.container-bancaproducts .row {
  display: flex !important;              
  flex-direction: column !important;    
  align-items: center !important;       
}


.container-bancaproducts .bp-container.container {
  width: 90% !important;
  max-width: 1000px !important;
  padding: 0 15px !important;
  margin: 0 auto 10px auto;   /* center + spacing */
  position: relative;
}





/* ========================================
   ACCORDION HISTORIC
   ======================================== */
.container-bancaproducts .qa .historic .search-result-list li {
    padding: 0;
}

.container-bancaproducts .historic .search-result-list li {
    background: var(--white);
    padding: 0;
}

.container-bancaproducts .qa .historic .search-result-list li .toggle-header {
    padding: 25px 20px 25px 30px;
    border-radius: 5px;
    background: #E6EBE6;
}

.container-bancaproducts .historic .toggle-header {
    background: #E6EBE6;
}

.container-bancaproducts .quick-faqs .historic .toggle-header.active .field-question {
    color: var(--black);
}

.container-bancaproducts .quick-faqs .historic .toggle-content {
    background: var(--white);
    padding: 20px;
    border-top: 1px solid var(--TRQ-Cinza-3);
}

.container-bancaproducts .historic .toggle-content .historic-label {
    margin-bottom: 25px;
}

.container-bancaproducts .quick-faqs .historic .toggle-content .field-answer a,
.container-bancaproducts .quick-faqs .toggle-content .field-answer a {
    color: var(--black);
    font-size: 14px;
    font-weight: 100;
}

/* ========================================
   BP CONTAINER
   ======================================== */
.container-bancaproducts .bp-container.container {
    width: 90% !important;
    max-width: 1000px !important;
    margin: 0 auto;
    padding: 0 15px !important;
    position: relative;
}


@media (min-width: 1024px) {
    .container-bancaproducts .bp-container.container {
        width: 100% !important;
        padding: 0;
    }
}

/* ========================================
   BP FILTERS
   ======================================== */
.bp-filtros-populares {
    background: var(--bp-surface);
    border-radius: var(--bp-radius);
    padding: 0 16px;
    margin: 12px 0;
}

.bp-filtros-populares__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.bp-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.bp-link-clear {
    appearance: none;
    background: transparent;
    border: 0;
    color: #D04242;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.bp-link-clear__icon {
    font-size: 14px;
    line-height: 1;
}

.bp-clear-inline {
	height: 28px;
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
	white-space: nowrap;
	border-radius: 100px
}
.bp-clear-inline:hover{
	background-color: rgba(16,18,19,.1);
}
.js-clear-outros-filtros{
	margin-right: 16px;
}

.bp-clear-icon{
	color: var(--Generali-Red);
}


/* ========================================
   BP CHIPS
   ======================================== */
.bp-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
	margin-top: 10px;
}


.bp-chip {
    border: 1px solid var(--black);
    background: var(--white);
    color: var(--black);
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: all .2s ease;
}

.bp-chip:hover {
    background: rgba(16,18,19,.1);
}

.bp-chip.is-active {
    background: var(--Generali-Red);
    color: var(--white);
	border-color: var(--Generali-Red);
}

/* ========================================
   BP OTHER FILTERS
   ======================================== */
.bp-outros-filtros {
    background: var(--bp-surface);
    border-radius: var(--bp-radius);
    margin: 8px 0 12px;
}

.bp-outros-filtros__top {
    display: flex;
    justify-content: flex-end;
}

/* ========================================
   BP ACCORDION
   ======================================== */
.bp-accordion__header {
    width: 100%;
    display: flex;
    align-items: center;
    background: none;
    border: 0;
    padding: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.bp-accordion__chevron {
    transition: transform .2s ease;
}

.bp-accordion__header[aria-expanded="true"] .bp-accordion__chevron {
    transform: rotate(180deg);
}

.bp-accordion__panel {
    padding: 16px;
    background: var(--bp-surface);
}

    .bp-accordion__panel[hidden] {
        display: none !important;
    }

    .bp-accordion__panel:not([hidden]) {
        display: block;
    }

/* ========================================
   BP FORM
   ======================================== */
.bp-form {
    display: grid;
    gap: 12px;
}

@media (min-width: 1024px) {
    .bp-form {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    .bp-field {
        max-width: calc(50% - 8px);
    }
}

.bp-field {
    display: grid;
    gap: 2px;
}

.bp-label {
    display: inline;
    font-size: 14px;
    font-weight: 600;
}

.bp-label-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bp-info {
    display: inline-flex;
    align-items: center;
    height: 0;
    vertical-align: middle;
    position: relative;
}

.bp-info img {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: block;
}

.bp-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.85);
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s, visibility 0.2s;
    margin-bottom: 17px;
    z-index: 1000;
}


.bp-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.85);
}

.bp-info:hover .bp-tooltip,
.bp-info:focus .bp-tooltip {
    opacity: 1;
    visibility: visible;
}

/* ========================================
   BP ACTIONS
   ======================================== */
@media (min-width: 1024px) {
    .bp-actions {
        width: 100%;
        display: flex;
        gap: 16px;
    }

        .bp-actions .bp-btn-primary {
            flex: 1;
            min-width: calc(50% - 8px);
            max-width: calc(50% - 8px);
        }
}

/* ========================================
   BP BUTTONS
   ======================================== */
.bp-btn-primary {
    width: 100%;
    background: var(--Generali-Red);
    color: var(--white) !important;
    padding: 14px 0;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease;
}

    .bp-btn-primary:hover {
        background: var(--button-color-hover);
    }

/* ========================================
   BP PRODUCT CARD
   ======================================== */
.bp-product-card {
    padding: 16px 20px;
    margin-bottom: 32px !important;
    border: 1px solid #E6E8EB !important;
    position: relative;
}

    .bp-product-card:hover {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }

    .bp-product-card .toggle-header {
        border-top: none;
        padding: 0;
        align-items: flex-start;
    }


.bp-product-item {
    margin-bottom: 24px;
}

/* ========================================
   BP STATUS BAR
   ======================================== */
.bp-status-bar {
    position: absolute;
    top: -12px;
    left: 0px;
    width: fit-content;
    padding: 6px 14px;
    margin: 0;
    border-radius: 15px 20px 20px 0;
    font-size: 10px;
    font-weight: 600;
    z-index: 5;
    white-space: nowrap;
}

.bp-status-bar--active {
    background: var(--Generali-Red);
    color: #fff;
}

.bp-status-bar--inactive,
.bp-status-bar--historic {
    background: #5A6268;
    color: #fff;
}

/* ========================================
   BP CARD HEADER
   ======================================== */
.bp-card-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.bp-card-header-historic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px 20px 20px;
    cursor: pointer;
    border: none;
    background: transparent;
    width: 100%;
}

.bp-card-content {
    flex: 1;
    text-align: left;
}

.bp-card-title {
    font-size: 20px;
    padding: 20px 0 10px 10px;
}

/* ========================================
   BP CARD META
   ======================================== */
.bp-card-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bp-card-meta-label {
    font-size: 14px;
    color: #6B6F76;
    margin-left: 10px;
}

.bp-card-meta-value {
    font-size: 16px;
    margin-left: 10px;
    padding-bottom: 10px;
}

/* ========================================
   BP CARD TOGGLE
   ======================================== */
.bp-card-toggle {
    margin: 10px 10px 10px 10px;
    padding: 0;
    height: 24px;
    display: flex;
    align-items: center;
    border: none;
    background: none;
}



.toggle-header {
    cursor: pointer;
}

.toggle-header .bp-card-toggle {
    cursor: pointer;
}



.toggle-header-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.bp-card-toggle-icon {
    font-size: 22px;
    font-weight: 700;
    transition: transform 0.2s ease;
    color: var(--Generali-Red);
    width: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* ========================================
   DATE PICKER
   ======================================== */
.date-picker {
    position: relative;
    width: 100%;
}

.date-picker__input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.date-picker__input,
.date-picker__input-wrapper .combo-input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #E1E4E8;
    border-radius: 4px;
    background: #fff;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

    .date-picker__input:hover,
    .date-picker__input-wrapper .combo-input:hover {
        border: 1px solid var(--TRQ-Cinza-6);
    }

    .date-picker__input:focus,
    .date-picker__input-wrapper .combo-input:focus {
        border-color: var(--Generali-Red);
        outline: 1px solid transparent;
    }

.date-picker__icon {
    position: absolute;
    left: 16px;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.date-picker__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 320px;
    background: #fff;
    border: 1px solid #E1E4E8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 16px;
    z-index: 100;
    margin-top: 4px;
}

    .date-picker__dropdown[hidden] {
        display: none;
    }

.date-picker__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.date-picker__current-year {
    font-size: 18px;
    font-weight: 600;
    color: #DA291C;
	padding: 0 24px;
}
.date-picker__current-year:hover{
	background: #F5F5F5;
	cursor: pointer;	
}

.date-picker__nav {
    display: flex;
    gap: 8px;
}

.date-picker__nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #DA291C;
}

    .date-picker__nav-btn:hover {
        opacity: 0.7;
    }

.date-picker__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.date-picker__month {
    padding: 8px;
    background: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: background 0.2s, color 0.2s;
}

    .date-picker__month:hover {
        background: #F5F5F5;
    }

    .date-picker__month.is-selected {
        background: #DA291C;
        color: #fff;
        font-weight: 600;
    }

	.js-date-picker {
		position: relative;
	}

/* ========================================
   BP RESULTS
   ======================================== */
.bp-resultados-info {
    text-align: right !important;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid var(--TRQ-Cinza-4);
    display: block;
}

.banca-produtos {
    width: 100%;
}

.bp-resultados-contagem {
    margin: 0;
}

/* ========================================
   BP DESCONTINUADOS - YEAR TABS
   ======================================== */
.bp-descontinuados-container.container {
    margin: 20px 0;
	
}

.bp-year-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 2px solid var(--TRQ-Cinza-3);
    justify-content: flex-start;
}

.bp-year-tab {
    padding: 16px 32px;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    font-weight: 400;
    color: var(--TRQ-Cinza-6);
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    margin-bottom: -2px;
    flex: 1;                     
    text-align: center;  

}

    .bp-year-tab:hover {
        color: var(--black);
    }

.bp-year-tab--active {
    color: var(--black);
    font-weight: 600;
    border-bottom-color: var(--Generali-Red);
}

.bp-year-panel {
    display: none;
    padding-top: 24px;
}

.bp-year-panel--active {
    display: block;
}

.bp-year-panel[hidden] {
    display: none !important;
}

.bp-year-panel .search-result-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bp-year-panel .bp-product-card {
    margin-bottom: 16px;
}

.bp-file-link{
	color: var(--Generali-Red) !important;
    text-decoration-line: underline;
}

.banca-produtos button{
	color: var(--black);
}
.combo-search-input{
    border: 1px solid var(--TRQ-Cinza-4) !important;
}