/*
 Theme Name:   The7 Child
 Theme URI:    https://the7.io/
 Description:  Child theme for The7
 Author:       Tvoje jm�no
 Author URI:   https://example.com
 Template:     dt-the7
 Version:      1.0.0
*/

/* Sem mu�e� ps�t svoje �pravy */

/* Styly pro Custom Accordion Widget */

.ce-course-item {
  background: #f9fafa;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  margin-bottom: 12px;
  overflow: hidden;
}

.ce-course-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  cursor: pointer;
}

.ce-course-number {
  background: #00c39a;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ce-course-title {
  flex: 1;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.ce-course-duration {
  font-size: 14px;
  color: #666;
  white-space: nowrap;
}

.ce-course-body {
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.ce-course-body.open {
  max-height: 500px;
  /* dostatečně velké, aby pojalo text */
  padding: 0 16px 16px 16px;
}

.ce-course-description {
  font-size: 14px;
  margin: 4px 0 12px 0;
  color: #444;
}

.ce-course-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 15px;
}

.ce-tag {
  background: #eef2f5;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
}

/* Konec stylu pro Custom Accordion Widget */


/* Styly pro Course Price and Registration Card Widget */
.ai-course-pricing .section-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1D3557;
  font-family: 'Inter', sans-serif;
}

.ai-course-pricing .pricing-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-top: 4px solid #06D6A0;
  border-radius: 0.75rem;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  max-width: 420px;
  width: 100%;
}

.ai-course-pricing .pricing-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1D3557;
}

.ai-course-pricing .pricing-value {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1D3557;
  margin-bottom: 1.5rem;
}

.ai-course-pricing .pricing-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.ai-course-pricing .pricing-benefits li {
  font-size: 1.125rem;
  color: #212529;
  margin-bottom: 0.75rem;
}
.ai-course-pricing .pricing-header{
    text-align: center;;
}

.ai-course-pricing .check-icon {
  display: inline-block;
  color: #06D6A0;
  margin-right: 0.5rem;
  width: 1rem;
}
.ai-course-pricing .check-icon svg, .ai-course-pricing .check-icon i {
  color: #06D6A0;
}


.ai-course-pricing .pricing-cta {
  text-align: center;
}

.ai-course-pricing .section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1D3557;
  margin-bottom: 1.5rem;
}

.ai-course-pricing .info-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  color: #6C757D;
  font-size: 1rem;
}
.ai-course-pricing{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ai-course-pricing .info-boxes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  width: 420px;
  max-width: 420px;
}
.ai-course-pricing .info-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #1D3557;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  width: 100%;
}
.ai-course-pricing .pricing-container{
    display: flex;
  justify-content: center;
    flex-wrap: wrap;
}
/* Konec stylu pro course price a registration card */


/* Styly pro Landing Course List Widget */
/* Filtry */
.course-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.course-filters .filter-btn {
    background: #f5f5f5;
    border: none;
    border-radius: 25px;
    padding: 8px 20px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
}
.course-filters .filter-btn:hover {
    background: #e0e0e0;
}
.course-filters .filter-btn.active {
    background: #0ed296;
    color: #fff;
}

/* Grid */
/* .course-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}

/* Karta kurzu */
/* .course-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    padding: 25px 20px;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
} */
/* .course-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
} */

/* .course-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 12px;
    margin-bottom: 10px;
    background: #f0f0f0;
    color: #333;
} */

/* Titulek a text */
/* .course-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.course-excerpt {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    min-height: 40px;
} */

/* Tlačítko */
/* .course-btn {
    display: inline-block;
    background: #0ed296;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s;
}
.course-btn:hover {
    background: #0bbd84;
} */ 
/* Konec stylu pro Landing Course List Widget */