.custom-category-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--Text-dark, #353A47);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.custom-category-breadcrumb a {
    color: var(--Text-dark, #353A47);
    text-decoration: none;
    transition: opacity 0.2s ease;
    opacity: 0.4;
}

.custom-category-breadcrumb a:hover {
    opacity: 0.7;
}

.custom-category-breadcrumb .current {
    color: var(--Text-dark, #353A47);
    opacity: 1;
}

.custom-category-breadcrumb .sep {
    user-select: none;
}

.custom-category-breadcrumb .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Custom Posts Widget Styles */
.custom-posts-widget {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.custom-posts-widget-item {
    color: rgba(53, 58, 71, 0.80);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.custom-posts-widget-item:hover {
    opacity: 0.7;
}

.custom-posts-widget-divider {
    width: 570px;
    height: 1px;
    border-radius: 2px;
    background: var(--Dark-stroke, #D5D5D8);
}

.custom-posts-widget-show-more {
    display: flex;
    height: 21px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    color: rgba(53, 58, 71, 0.80) !important;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.custom-posts-widget-show-more:hover {
    opacity: 0.7;
}

.custom-posts-widget-arrow {
    flex-shrink: 0;
}

.custom-posts-widget-error,
.custom-posts-widget-empty {
    color: rgba(53, 58, 71, 0.60);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: italic;
}

/* Custom Accordion Widget Styles */
.custom-accordion-widget,
.custom-accordion-nested {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: 100%;
}

.custom-accordion-item {
    border: 1px solid #D5D5D8;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1px;
    transition: all 0.3s ease;
    width: 100%;
}

.custom-accordion-item:last-child {
    margin-bottom: 0;
}

.custom-accordion-item.active {
    border-color: #ff4444;
}

.custom-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
    background: #ffffff;
    border: none;
    width: 100%;
    text-align: left;
    padding: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.custom-accordion-header:hover {
    background: #f8f9fa;
}


.custom-accordion-title {
    flex: 1;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #353A47;
    margin: 0;
}

.custom-accordion-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.toggle-text {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(53, 58, 71, 0.80);
    transition: color 0.2s ease;
}

.custom-accordion-item.active .toggle-text {
    color: #B71C22;
}

.toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 21px;
    transition: transform 0.2s ease;
}

.toggle-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.toggle-icon svg path {
    transition: stroke 0.2s ease;
}

.custom-accordion-content {
    background: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
}

.custom-accordion-content-inner {
    padding: 20px;
}

/* Empty widget message */
.custom-accordion-widget .elementor-widget-empty {
    padding: 20px;
    background: #f5f5f5;
    border: 1px dashed #ddd;
    border-radius: 4px;
    text-align: center;
    color: #666;
}

.custom-accordion-widget .elementor-widget-empty p {
    margin: 5px 0;
}

.custom-accordion-widget .elementor-widget-empty strong {
    color: #333;
}

/* Template preview in editor */
.custom-accordion-widget .elementor-template-preview {
    padding: 15px;
    background: #e3f2fd;
    border: 1px solid #90caf9;
    border-radius: 4px;
    text-align: center;
}

.custom-accordion-widget .elementor-template-preview p {
    margin: 5px 0;
    color: #1976d2;
}

/* Banking details specific styles for content */
.custom-accordion-content .banking-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    align-items: start;
}

.custom-accordion-content .banking-details .detail-label {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #353A47;
    margin: 0;
}

.custom-accordion-content .banking-details .detail-value {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #353A47;
    margin: 0;
    word-break: break-all;
}

.custom-accordion-content .banking-details .detail-value.highlighted {
    background: #ff4444;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 500;
    display: inline-block;
}

.custom-accordion-content .banking-details .detail-row {
    display: contents;
}

.custom-accordion-content .banking-details .detail-row:not(:last-child)::after {
    content: '';
    grid-column: 1 / -1;
    height: 1px;
    background: #D5D5D8;
    margin: 8px 0;
}



/* Responsive design */
@media (max-width: 768px) {
    .custom-accordion-title {
        font-size: 14px;
    }
    
    .toggle-text {
        font-size: 12px;
    }
    
    .custom-accordion-header {
        padding: 0;
    }
    
    .custom-accordion-content-inner {
        padding: 16px;
    }
    
    .custom-accordion-content .banking-details {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .custom-accordion-content .banking-details .detail-row:not(:last-child)::after {
        margin: 6px 0;
    }
}

