.elementor-20015 .elementor-element.elementor-element-5c0419d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20015 .elementor-element.elementor-element-3b5d623{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-20015 .elementor-element.elementor-element-77047df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20015 .elementor-element.elementor-element-77047df.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-20015 .elementor-element.elementor-element-ec25dd4{width:var( --container-widget-width, 68.919% );max-width:68.919%;--container-widget-width:68.919%;--container-widget-flex-grow:0;}.elementor-20015 .elementor-element.elementor-element-ec25dd4.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-20015 .elementor-element.elementor-element-ec25dd4 img{border-style:none;}.elementor-20015 .elementor-element.elementor-element-17dd131{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20015 .elementor-element.elementor-element-5423a35 .elementor-menu-toggle{margin:0 auto;}.elementor-20015 .elementor-element.elementor-element-5862c4f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20015 .elementor-element.elementor-element-8da034c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20015 .elementor-element.elementor-element-a6b17d5{width:auto;max-width:auto;}.elementor-20015 .elementor-element.elementor-element-804e403{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20015 .elementor-element.elementor-element-1df6791{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20015 .elementor-element.elementor-element-02d35b5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-20015 .elementor-element.elementor-element-ec25dd4.elementor-element{--align-self:center;}.elementor-20015 .elementor-element.elementor-element-ec25dd4{text-align:center;}}@media(min-width:768px){.elementor-20015 .elementor-element.elementor-element-77047df{--width:45.818%;}.elementor-20015 .elementor-element.elementor-element-17dd131{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-64a1d4c *//* Tab Section Responsive & Blue Theme */
.tab-section {
    width: 100%;
    overflow-x: auto;
}

/* Tab Buttons - Blue Theme & Mobile Responsive */
.tab-button {
    padding: 12px 16px !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    color: #6b7280 !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-size: 14px !important;
    white-space: nowrap !important;
    flex: 1 !important;
    min-width: 0 !important;
    text-align: center !important;
}

.tab-button.active {
    color: #1e40af !important;
    border-bottom-color: #1e40af !important;
    background: linear-gradient(to bottom, rgba(59, 130, 246, 0.05), transparent) !important;
}

.tab-button:hover {
    color: #3b82f6 !important;
    background: rgba(59, 130, 246, 0.03) !important;
}

/* Tab Container */
.tab-container {
    border-bottom: 1px solid #e5e7eb !important;
    display: flex !important;
    overflow-x: auto !important;
    scrollbar-width: thin !important;
    scrollbar-color: #cbd5e1 transparent !important;
}

.tab-container::-webkit-scrollbar {
    height: 4px !important;
}

.tab-container::-webkit-scrollbar-track {
    background: transparent !important;
}

.tab-container::-webkit-scrollbar-thumb {
    background: #cbd5e1 !important;
    border-radius: 2px !important;
}

/* Tab Content */
.tab-content {
    display: none !important;
    animation: fadeIn 0.5s ease !important;
    padding: 1.5rem !important;
    background: #ffffff !important;
}

.tab-content.active {
    display: block !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .tab-section {
        margin: 0 -1rem !important;
        width: calc(100% + 2rem) !important;
    }
    
    .tab-button {
        padding: 10px 12px !important;
        font-size: 13px !important;
        min-width: 80px !important;
        flex: 0 0 auto !important;
    }
    
    .tab-container {
        padding: 0 1rem !important;
        gap: 0.25rem !important;
    }
    
    .tab-content {
        padding: 1rem !important;
    }
    
    /* Tab Headers */
    .tab-content h3 {
        font-size: 1.25rem !important;
        line-height: 1.4 !important;
        margin-bottom: 1rem !important;
        color: #1f2937 !important;
    }
    
    /* Paragraphs */
    .tab-content p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 1rem !important;
        color: #4b5563 !important;
    }
    
    /* Lists */
    .tab-content ul {
        margin-bottom: 1rem !important;
    }
    
    .tab-content li {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 0.5rem !important;
        color: #4b5563 !important;
    }
    
    /* Review Cards */
    .review-card {
        padding: 1rem !important;
        margin-bottom: 1rem !important;
        border-radius: 0.75rem !important;
    }
    
    .review-card p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
    
    /* Star Ratings */
    .star-rating {
        margin-bottom: 0.5rem !important;
    }
    
    .star {
        font-size: 14px !important;
    }
    
    /* Chapter Items */
    .chapter-item {
        padding: 0.75rem !important;
        margin-bottom: 0.25rem !important;
    }
    
    .chapter-item p {
        font-size: 13px !important;
        line-height: 1.4 !important;
    }
    
    .chapter-item .text-sm {
        font-size: 12px !important;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    .tab-button {
        padding: 8px 10px !important;
        font-size: 12px !important;
        min-width: 70px !important;
    }
    
    .tab-content {
        padding: 0.75rem !important;
    }
    
    .tab-content h3 {
        font-size: 1.125rem !important;
    }
    
    .tab-content p,
    .tab-content li {
        font-size: 13px !important;
    }
    
    .review-card {
        padding: 0.75rem !important;
    }
    
    .review-card p {
        font-size: 13px !important;
    }
}

/* Landscape Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .tab-button {
        padding: 8px 12px !important;
        font-size: 12px !important;
    }
    
    .tab-content {
        padding: 0.75rem !important;
    }
}

/* Blue Theme for Specific Elements */
.tab-content .text-xl {
    color: #1f2937 !important;
}

.tab-content .text-gray-600 {
    color: #4b5563 !important;
}

.tab-content .text-gray-500 {
    color: #6b7280 !important;
}

/* Review Summary Blue Theme */
.review-summary {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe) !important;
    border: 1px solid #bfdbfe !important;
    border-radius: 0.75rem !important;
}

.review-summary .text-4xl {
    color: #1e40af !important;
}

.review-summary .text-gray-900 {
    color: #1f2937 !important;
}

/* Progress Bar Blue Theme */
.progress-bar {
    background: #dbeafe !important;
}

.progress-fill {
    background: linear-gradient(90deg, #3b82f6, #1e40af) !important;
}

/* Chapter Items Blue Theme */
.chapter-item:hover {
    background: #f0f9ff !important;
    border-left-color: #3b82f6 !important;
}

/* Load More Button */
.load-more-btn {
    background: #3b82f6 !important;
    color: white !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 0.5rem !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

.load-more-btn:hover {
    background: #2563eb !important;
    transform: translateY(-1px) !important;
}

/* Touch Optimizations */
@media (hover: none) and (pointer: coarse) {
    .tab-button {
        transition: none !important;
    }
    
    .tab-button:hover {
        transform: none !important;
    }
    
    .chapter-item {
        transition: none !important;
    }
    
    .chapter-item:hover {
        transform: none !important;
    }
}

/* Focus States for Accessibility */
.tab-button:focus {
    outline: 2px solid #3b82f6 !important;
    outline-offset: 2px !important;
}

.load-more-btn:focus {
    outline: 2px solid #3b82f6 !important;
    outline-offset: 2px !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a6b17d5 *//* Remove as setas no mobile */
@media (max-width: 768px) {
  .slider-button {
    display: none !important;
  }
}
.book-badges {
  position: absolute;
  top: -8px;
  left: -8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 999 !important;
}
/* Container externo dos badges (fora da capa) */
.book-badges-out {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 6px;   /* espaço entre badges e a capa */
  margin-left: 4px;    /* pequeno recuo lateral */
  z-index: 1;
}

/* Estilo base dos badges */
.badge {
  font-size: 10px;
  font-weight: bold;
  padding: 5px 9px;
  border-radius: 7px;
  color: #fff;
  font-family: Verdana, sans-serif;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0,0,0,0.25);
  line-height: 1;
  white-space: nowrap;
}

/* Badge de formato */
.badge-format {
  background: linear-gradient(90deg, #1e90ff, #00bfff);
}

/* Badge de status */
.badge-tag {
  background: linear-gradient(90deg, #ff9800, #ff5722);
}
.book-title {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  margin: 8px 0 4px;
  color: #1e90ff;
  font-weight: bold;
  line-height: 1.1;   /* ↓ diminui o espaçamento entre linhas */
}/* End custom CSS */