@import "../../../components/section/css/blog.css";

/* 
header 
share
*/

/* ========== */
/* | header | */
/* ========== */
/* header#ccrc-header {
    position: static;
    display: block;
    background-color: var(--ccrc-theme_c-navy);
} */
/* 
header#ccrc-header .header-bar {
    --ccrc-theme_header-bar-height: 107.99px;
    
} */

/* conteiner */

@media screen and (min-width: 768px) {
  #blog-detail .container {
    max-width: 820px;
  }
}

/* =============== */
/* | blog-detail | */
/* =============== */

/* sc-inner */
#blog-detail .sc-inner {
  margin-top: 104px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  #blog-detail .sc-inner {
    margin-top: 70px;

    padding-top: 80px;
  }
}

/* == deatail-section == */
#blog-detail .detail-section {
}

/* header-section */
#blog-detail .detail-section .header-section {
  margin-bottom: 32px;
}

#blog-detail .detail-section .header-section .tags {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #blog-detail .detail-section .header-section .tags {
    margin-bottom: 16px;
  }
}

#blog-detail .detail-section .header-section .tags .tag {
  color: #000000;
  font-weight: 500;
  background-color: #e7e7e7;
  border-radius: 30px;
  padding: 5px 10px;
  flex: 0 0 auto;
}

#blog-detail .detail-section .header-section .tags .date {
  color: #414042;
  flex: 0 0 auto;
}

#blog-detail .detail-section .header-section .title {
  margin-bottom: 16px;
}

#blog-detail .detail-section .header-section .desc {
  margin-bottom: 24px;
}

#blog-detail .detail-section .header-section .share {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  #blog-detail .detail-section .header-section .share {
    margin-bottom: 32px;
  }
}

#blog-detail .detail-section .header-section .banner {
  border-radius: 20px;
  overflow: hidden;
}

#blog-detail .detail-section .header-section .banner img {
  aspect-ratio: 820 / 460;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

/* content-section */
#blog-detail .detail-section .content-section .paragraph {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}

#blog-detail .detail-section .content-section .paragraph .sub-paragraph {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #blog-detail .detail-section .content-section .paragraph {
    margin-bottom: 32px;
  }

  #blog-detail .detail-section .header-section .banner img {
    aspect-ratio: 328 / 184;
  }
}

#blog-detail .detail-section .content-section ol {
  padding-left: 25px;
}

#blog-detail .detail-section .content-section .image {
  border-radius: 20px;
  max-width: 610px;
}

#blog-detail .detail-section .content-section .group-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#blog-detail .detail-section .content-section .bottom-line {
  border-bottom: solid 2px #414042;
  padding-bottom: 32px;
  margin-bottom: 64px;
}

#blog-detail .detail-section .content-section .sub-title strong {
  font-size: 20px;
  color: #1c3b51;
}

/* footer-section */
#blog-detail .detail-section .footer-section .share-article {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #blog-detail .detail-section .footer-section .share-article {
    margin-bottom: 32px;
  }
}

#blog-detail .detail-section .footer-section .download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 48px;
  padding-right: 68.5px;
  background-color: #f0f0f0;
  border-radius: 8px;

  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #blog-detail .detail-section .footer-section .download {
    flex-direction: column;
    gap: 16px;
    padding: 32px;
  }
}

/* ========= */
/* | share | */
/* ========= */
.share {
  display: flex;
  align-items: center;
  gap: 17px;
}

.share .icon-share {
  width: 32px;
  height: 32px;
  display: block;
}

/* ========= */
/* | table | */
/* ========= */
.table,
.table th,
.table td {
  vertical-align: top;
}
.table th {
  padding: 8px;
  text-align: center;
  color: #e7e7e7;
  background: #1c3b51;
}
.table td {
  font-size: 16px;
  line-height: 1.5;
  padding: 16px 24px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}
.table {
  margin-block: 16px;
  width: 100%;
  max-width: 875px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
  border-radius: 8px;
  overflow: hidden;
}
.table th:first-child {
  border-right: 1px solid #e8e8e8;
  border-top-left-radius: 8px;
  width: 50%;
}
.table td ul li {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .table td ul {
    padding-left: 20px;
  }
  .table td {
    padding: 8px 16px;
  }
}
.underline {
  text-decoration: underline;
}

.indent {
  text-indent: 20px;
}

.mb-8 {
  margin-bottom: 8px;
}

.table.teacher-table {
  max-width: 500px;
}

.table.teacher-table td {
  padding: 8px 8px;
  align-content: center;
}

.table.teacher-table td.teacher-name,
.table.teacher-table td.num {
  text-align: center;
}

.teacher tbody {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.teacher td {
  align-content: start;
}

.teacher tbody tr td .teacher-img {
  margin-right: 20px;
}

.teacher-img {
  width: 120px;
}

.teacher tr {
  display: flex;
  align-items: center;
}
