/**
 * vocabulary.css
 * Vocabulary page styles — compiled from React SCSS sources
 *
 * Source files:
 *   _vocabulary.scss          → frontend-nextjs/src/views/pages/More/VocabularyItem/_vocabulary.scss
 *   _vocabulary-item.scss     → frontend-nextjs/src/views/pages/More/VocabularyItem/_vocabulary-item.scss
 *   _word-of-day.scss         → frontend-nextjs/src/views/pages/More/WordOfTheDay/_word-of-day.scss
 *   _cc-banner.scss           → frontend-nextjs/src/views/pages/CommonConfusion/Sections/CommonConfusionBanner/_cc-banner.scss
 *   _need_help.scss           → frontend-nextjs/src/views/pages/home/NeedHelp/_need_help.scss
 *
 * Variables resolved:
 *   $primary             → #e78125
 *   $secondary           → #19263a
 *   $white               → #ffffff
 *   $color_raven         → #7b7c7e
 *   $color_nile_blue     → #173055
 *   $color_fantasy       → #f9f5f2
 *   $color_shark         → #232528
 *   $color_gray          → #838383
 *   $color_gun_powder    → #464566
 *   $color_big_stone     → #19263a
 *   $color_bone          → #dfc9b9
 *   $color_river_bed     → #424e61
 *   $font-secondary      → "DM Serif Display", serif
 *   $font-family-sans-serif → "Inter", sans-serif
 *
 * Generated by Claude Code Phase 2B — Developer review required
 */

/* ═══════════════════════════════════════════════════════════════════════════
   1. COMMON CONFUSION BANNER — _cc-banner.scss
   Source: .common-confussion-banner (shared with common-confusion.css)
   Included here so vocabulary archive works without enqueuing common-confusion.css
   ═══════════════════════════════════════════════════════════════════════════ */

.common-confussion-banner {
    background: #19263a;
    padding: 78px 0 236px
}

@media (max-width: 991px) {
    .common-confussion-banner {
        padding: 60px 0
    }
}

.common-confussion-banner .page-title {
    text-align: center;
    color: #ffffff
}

.common-confussion-banner .page-title-desc {
    text-align: center;
    color: #cdcdcd;
    font-size: 18px;
    line-height: 22px;
    padding-top: 5px
}

/* ═══════════════════════════════════════════════════════════════════════════
   2. VOCABULARY PAGE WRAP + SEARCH BAR — _vocabulary.scss
   ═══════════════════════════════════════════════════════════════════════════ */
.vocabulary-page-wrap .search-vocabulary {
    padding-bottom: 18px;
}
.vocabulary-page-wrap .common-confussion-banner {
    padding-bottom: 80px
}

.vocabulary-page-wrap .search-vocabulary .form-wrap {
    margin-top: -36px
}

.vocabulary-page-wrap .search-vocabulary .form-group {
    position: relative
}

.vocabulary-page-wrap .search-vocabulary .form-group .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    color: #838383
}

.vocabulary-page-wrap .search-vocabulary .form-group .form-control {
    height: 67px;
    padding-left: 46px;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.11);
    font-size:14px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   3. ALPHABET FILTER — _vocabulary.scss (.vocabulary-filter)
   ═══════════════════════════════════════════════════════════════════════════ */

.vocabulary-filter {
    background: #ffffff;
    box-shadow: 0 1px 1px #dbdbdb;
    padding: 12px 0 0;
    position: relative
}

.vocabulary-filter .vocabulary-filter-list {
    overflow: auto;
    padding-bottom: 12px
}

.vocabulary-filter .vocabulary-filter-list ul {
    display: flex
}

.vocabulary-filter .vocabulary-filter-list ul li {
    flex-shrink: 0;
    margin-right: 18px
}

.vocabulary-filter .vocabulary-filter-list ul li .filter-item {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    color: #4d4d4d;
    border: 0;
    background: transparent;
    text-transform: uppercase;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    cursor: pointer
}

.vocabulary-filter .vocabulary-filter-list ul li .filter-item.is-active {
    background: #e78125;
    color: #ffffff
}

.vocabulary-filter .vocabulary-filter-list ul li .filter-item.is-active:hover,
.vocabulary-filter .vocabulary-filter-list ul li .filter-item.is-active:focus {
    background: #e78125;
    color: #ffffff
}

.vocabulary-filter .vocabulary-filter-list ul li .filter-item:hover {
    color: #e78125
}

/* ═══════════════════════════════════════════════════════════════════════════
   4. VOCABULARY ITEM LIST — _vocabulary-item.scss
   ═══════════════════════════════════════════════════════════════════════════ */

.vocabulary-item-wrap {
    padding: 48px 0 39px
}

@media (max-width: 767px) {
    .vocabulary-item-wrap {
        padding-bottom: 20px;
        padding-top: 30px
    }
}

.vocabulary-item-wrap .h2 {
    padding-bottom: 24px
}

.vocabulary-item-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px;
    list-style: none;
    padding: 0
}

@media (max-width: 1200px) {
    .vocabulary-item-list ul {
        margin: 0 -12px
    }
}

.vocabulary-item-list ul li {
    width: 33.33%;
    padding: 0 22px 24px
}

@media (max-width: 1200px) {
    .vocabulary-item-list ul li {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (max-width: 991px) {
    .vocabulary-item-list ul li {
        width: 50%
    }
}

@media (max-width: 767px) {
    .vocabulary-item-list ul li {
        width: 100%;
        padding-bottom: 12px
    }
}

.vocabulary-item-box {
    padding: 24px;
    min-height: 122px;
    background: #fdfdfd;
    border: 1px solid rgba(123, 124, 126, 0.2);
    display: block;
    font-size: 14px;
    color: #7b7c7e;
    height: 100%;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    text-decoration: none
}

.vocabulary-item-box:hover {
    border-color: #e78125
}

.vocabulary-item-box p {
    margin-bottom: 0
}

.vocabulary-item-box__title {
    font-size: 26px;
    line-height: 36px;
    color: #173055;
    font-family: "DM Serif Display", serif
}

/* ═══════════════════════════════════════════════════════════════════════════
   5. WORD OF THE DAY — _word-of-day.scss
   ═══════════════════════════════════════════════════════════════════════════ */

.word-of-day-wrap {
    max-width: 1030px;
    margin: 0 auto
}

.word-of-day-wrap .h2 {
    padding-bottom: 32px
}

.word-of-day-box {
    display: flex;
    border: 1px solid rgba(123, 124, 126, 0.6);
    border-radius: 8px;
    padding: 26px
}

@media (max-width: 767px) {
    .word-of-day-box {
        padding: 15px;
        flex-wrap: wrap
    }
}

.word-of-day-box .img {
    width: 216px;
    flex-shrink: 0
}

@media (max-width: 767px) {
    .word-of-day-box .img {
        width: 100%
    }
}

.word-of-day-box .img img {
    width: 100%;
    border-radius: 4px
}

@media (max-width: 767px) {
    .word-of-day-box .img img {
        height: 200px;
        object-fit: cover
    }
}

.word-of-day-box .word-content {
    width: 100%;
    padding-left: 24px
}

@media (max-width: 767px) {
    .word-of-day-box .word-content {
        padding-left: 0;
        padding-top: 15px
    }
}

.word-of-day-box .word-content .title-bookmark {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 12px
}

@media (max-width: 767px) {
    .word-of-day-box .word-content .title-bookmark {
        flex-wrap: wrap
    }
}

.word-of-day-box .word-content .title-bookmark .h3 {
    font-size: 34px;
    line-height: 129%;
    color: #19263a;
    font-family: "DM Serif Display", serif;
    padding-bottom: 12px;
    font-weight: 400
}

@media (max-width: 767px) {
    .word-of-day-box .word-content .title-bookmark .h3 {
        font-size: 26px;
        line-height: 1.4
    }
}

.word-of-day-box .word-content .title-bookmark .h3 a {
    color: inherit;
    text-decoration: none
}

.word-of-day-box .word-content .title-bookmark .h3 a:hover {
    color: #e78125
}

.word-of-day-box .word-content .title-bookmark .h3 span {
    font-size: 16px;
    line-height: 24px;
    color: #7b7c7e;
    font-weight: 500;
    font-family: "Inter", sans-serif
}

@media (max-width: 767px) {
    .word-of-day-box .word-content .title-bookmark .h3 span {
        display: block;
        font-size: 14px
    }
}

.word-of-day-box .word-content .title-bookmark .bookmark-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding-top: 8px
}

@media (max-width: 767px) {
    .word-of-day-box .word-content .title-bookmark .bookmark-item {
        width: 100%
    }
}

.word-of-day-box .word-content .title-bookmark .bookmark-item .bookmark {
    border: 0;
    background: transparent;
    font-size: 20px;
    color: #e78125;
    cursor: pointer
}

.word-of-day-box .word-content .title-bookmark .bookmark-item .bookmark svg {
    display: block
}

/* Share dropdown */
.word-of-day-box .word-content .title-bookmark .bookmark-item .share {
    padding-left: 20px
}

.gp-share-dropdown {
    position: relative
}

.gp-share-dropdown summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e78125;
    background: transparent;
    border: 0;
    font-size: 20px
}

.gp-share-dropdown summary::-webkit-details-marker {
    display: none
}

.gp-share-dropdown .dropdown-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    z-index: 100;
    background: #ffffff;
    border: 0;
    padding: 0;
    box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    min-width: 160px
}

.gp-share-dropdown .dropdown-menu .share ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0
}

.gp-share-dropdown .dropdown-menu .share ul li {
    margin-right: 0
}

.gp-share-dropdown .dropdown-menu .share ul li .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #232528;
    text-decoration: none;
    transition: color 0.2s ease
}

.gp-share-dropdown .dropdown-menu .share ul li .social-link.twitter:hover { color: #000000 }
.gp-share-dropdown .dropdown-menu .share ul li .social-link.linkedin:hover { color: #0a66c2 }
.gp-share-dropdown .dropdown-menu .share ul li .social-link.facebook:hover { color: #3b5998 }

/* Word content area */
.word-of-day-box .content {
    font-size: 18px;
    line-height: 29px
}

@media (max-width: 767px) {
    .word-of-day-box .content {
        font-size: 14px;
        line-height: 1.4
    }
}

.word-of-day-box .content .btn.btn-link {
    font-size: 14px;
    font-weight: 700;
    color: #173055
}

/* ═══════════════════════════════════════════════════════════════════════════
   6. NEED HELP SLIDER — _need_help.scss
   Included here so the vocabulary archive doesn't depend on homepage.css
   ═══════════════════════════════════════════════════════════════════════════ */

.need-help-wrap {
    background: #f9f5f2;
    padding: 17px 0
}

@media (max-width: 1024px) {
    .need-help-wrap {
        padding: 25px 0 10px
    }
}

.need-help-wrap .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media (max-width: 1024px) {
    .need-help-wrap .container {
        padding: 0
    }
}

.need-help-wrap .container .need-help-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.need-help-wrap .container .title-txt {
    font-size: 18px;
    font-weight: 500;
    color: #232528;
    width: 173px;
    flex-shrink: 0;
    text-align: right
}

@media (max-width: 1280px) {
    .need-help-wrap .container .title-txt {
        text-align: left
    }
}

@media (max-width: 1024px) {
    .need-help-wrap .container .title-txt {
        width: 100%;
        text-align: center
    }
}

@media (max-width: 767px) {
    .need-help-wrap .container .title-txt {
        font-size: 14px;
        line-height: 17px
    }
}

.need-help-wrap .need-help-slider {
    padding: 0 50px 0 35px;
    position: relative;
    width: calc(100% - 173px)
}

.need-help-wrap .need-help-slider .slider-box {
    width: 100%;
    position: static;
}

@media (max-width: 1024px) {
    .need-help-wrap .need-help-slider {
        width: 100%;
        padding: 0
    }
}

.need-help-wrap .need-help-slider .swiper-slide {
    width: auto;
    padding: 15px 0px
}

.need-help-wrap .need-help-slider .help-slider-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    font-size: 24px;
    background: transparent;
    color: #dfc9b9;
    border: 2px solid #dfc9b9;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    cursor: pointer
}

.need-help-wrap .need-help-slider .help-slider-arrow:hover {
    background: #dfc9b9;
    color: #232528
}

.need-help-wrap .need-help-slider .help-slider-arrow--left {
    left: 10px
}

@media (max-width: 1280px) {
    .need-help-wrap .need-help-slider .help-slider-arrow--left {
        left: -15px
    }
}

.need-help-wrap .need-help-slider .help-slider-arrow--right {
    right: 0
}

.need-help-wrap .need-help-slider .help-slider-arrow.swiper-button-disabled {
    opacity: 0;
    visibility: hidden
}

@media (max-width: 1024px) {
    .need-help-wrap .need-help-slider .help-slider-arrow {
        display: none
    }
}

.need-help-wrap .help-tag__item {
    display: block;
    background: #ffffff;
    padding: 12px 20px;
    border: 0;
    font-size: 16px;
    line-height: 19px;
    color: #464566;
    box-shadow: 0px 5px 14px #eee7e2;
    border-radius: 48px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    white-space: nowrap
}

@media (max-width: 767px) {
    .need-help-wrap .help-tag__item {
        font-size: 14px;
        line-height: 17px;
        padding: 8px 16px
    }
}

.need-help-wrap .help-tag__item:hover {
    background: #19263a;
    color: #ffffff
}

.need-help-wrap.need-help-wrap-light {
    background: #ffffff;
    border-bottom: 1px solid rgba(123, 124, 126, 0.3)
}

.need-help-wrap.need-help-wrap-light .help-tag__item {
    box-shadow: none;
    background: rgba(123, 124, 126, 0.1)
}

.need-help-wrap.need-help-wrap-light .help-tag__item:hover {
    background: rgba(123, 124, 126, 1)
}

/* ═══════════════════════════════════════════════════════════════════════════
   7. VOCABULARY DETAIL PAGE — _detail_content.scss (detail-page-block variant)
   The base .detail-page-content / .content-block rules are in blog.css.
   Only the word-of-day detail-page-block override is needed here.
   ═══════════════════════════════════════════════════════════════════════════ */

.word-of-day-wrap.detail-page-block {
    border-bottom: 1px solid rgba(123, 124, 126, 0.1)
}

.word-of-day-wrap.detail-page-block .word-of-day-box {
    border: 0;
    border-radius: 0;
    max-width: 838px;
    padding: 48px 10px;
    margin: 0 auto
}

.word-of-day-wrap.detail-page-block .word-of-day-box .word-content .title-bookmark .h3 span {
    display: block
}

/* ── Related words section (added in WordPress; commented out in React) ── */
.vocabulary-related-words {
    padding: 40px 0
}

.vocabulary-related-words .h2 {
    padding-bottom: 24px
}

/* ═══════════════════════════════════════════════════════════════════════════
   8. BLOG CTA STYLE 7 — _blog_cta.scss (.blog-cta-box--style7)
   Source: frontend-nextjs/src/components/BlogCta/_blog_cta.scss (lines 157–198)
   Note: base .blog-cta-wrap / .blog-cta-box rules are already in blog.css.
   ═══════════════════════════════════════════════════════════════════════════ */

.blog-cta-box.blog-cta-box--style7 {
    padding: 75px 94px;
    justify-content: space-between;
    position: relative;
    border-radius: 0;
    display: block;
    background-color: #19263a
}

@media (max-width: 767px) {
    .blog-cta-box.blog-cta-box--style7 {
        padding: 30px 20px
    }
}

.blog-cta-box.blog-cta-box--style7 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 860px
}

@media (max-width: 767px) {
    .blog-cta-box.blog-cta-box--style7 .container {
        flex-wrap: wrap
    }
}

.blog-cta-box.blog-cta-box--style7 .blog-cta-box__title {
    max-width: 500px
}

.blog-cta-box.blog-cta-box--style7 .blog-cta-box__title .blog-cta-box__content {
    padding-top: 5px
}

.blog-cta-box.blog-cta-box--style7 .cta {
    flex-shrink: 0
}

@media (max-width: 767px) {
    .blog-cta-box.blog-cta-box--style7 .cta {
        width: 100%;
        padding-top: 15px
    }
}

.blog-cta-box.blog-cta-box--style7::after {
    content: "";
    width: 148px;
    height: 184px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('../images/logo-icon-bg.png') no-repeat
}

/* ═══════════════════════════════════════════════════════════════════════════
   9. RELATED QUIZ — _related-quiz.scss
   Source: frontend-nextjs/src/assets/scss/components/_related-quiz.scss
   ═══════════════════════════════════════════════════════════════════════════ */

.related-quiz-wrap {
    padding: 80px 0 6px
}

@media (max-width: 767px) {
    .related-quiz-wrap {
        padding: 48px 0 8px
    }
}

.related-quiz-wrap .section-title {
    padding-bottom: 50px
}

@media (max-width: 767px) {
    .related-quiz-wrap .section-title {
        padding-bottom: 24px
    }
}

.related-quiz-list > ul > li {
    padding-bottom: 74px
}

@media (max-width: 767px) {
    .related-quiz-list > ul > li {
        padding-bottom: 40px
    }
}

.related-quiz-item__img {
    border-radius: 4px;
    overflow: hidden
}

.related-quiz-item__img img {
    width: 100%;
    transition: all 0.5s ease-in-out
}

.related-quiz-item:hover .related-quiz-item__img img {
    transform: scale(1.06)
}

.related-quiz-item__info {
    padding-top: 30px
}

@media (max-width: 767px) {
    .related-quiz-item__info {
        padding-top: 15px
    }
}

.related-quiz-item__title {
    font-size: 22px;
    line-height: 116%;
    font-weight: 500;
    color: #232528;
    padding-bottom: 12px
}

@media (max-width: 1200px) {
    .related-quiz-item__title {
        font-size: 18px;
        line-height: 140%
    }
}

.related-quiz-item__title a {
    display: inline-block;
    color: #232528;
    text-decoration: none;
    transition: all 0.3s ease-in-out
}

.related-quiz-item__title a:hover {
    color: #e78125
}

.related-quiz-item__points ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.related-quiz-item__points ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #7b7c7e
}

@media (max-width: 1200px) {
    .related-quiz-item__points ul li {
        font-size: 12px;
        line-height: 140%
    }
}

.related-quiz-item__points ul li:not(:last-child) {
    padding-right: 16px
}

.related-quiz-item__points ul li:not(:first-child)::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background: #7b7c7e;
    opacity: 0.5;
    display: inline-block;
    margin-right: 16px
}

/* ═══════════════════════════════════════════════════════════════════════════
   10. SKELETON LOADING — matches React VocabularyLoader / BlogContentLoader
   ═══════════════════════════════════════════════════════════════════════════ */

/* Shimmer keyframe — right-to-left wave matching React ContentLoader gradient */
@keyframes gp-shimmer {
    0%   { background-position: -600px 0 }
    100% { background-position:  600px 0 }
}

/* Base skeleton class — apply alongside any element to turn it into a shimmer block */
.gp-skel {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 1200px 100%;
    animation: gp-shimmer 1.4s ease-in-out infinite;
    border-radius: 4px;
    display: block
}

/* ── Vocabulary card skeleton (matches .vocabulary-item-box layout) ── */
.gp-skel-vocab-card {
    min-height: 122px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 0
}

/* Skeleton list item wrapper — same as real vocabulary list items */
.gp-skel-vocab-li {
    padding: 0 0 20px
}

/* ── Word-of-the-day skeleton (matches .word-of-day-box layout) ── */
.gp-skel-wotd {
    display: flex;
    gap: 24px;
    align-items: flex-start
}

.gp-skel-wotd__img {
    flex: 0 0 180px;
    height: 180px;
    border-radius: 8px
}

.gp-skel-wotd__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.gp-skel-wotd__title {
    height: 32px;
    width: 55%;
    border-radius: 4px
}

.gp-skel-wotd__sub {
    height: 18px;
    width: 30%;
    border-radius: 4px
}

.gp-skel-wotd__line {
    height: 14px;
    border-radius: 4px
}

.gp-skel-wotd__line--short {
    width: 70%
}

@media (max-width: 575px) {
    .gp-skel-wotd {
        flex-direction: column
    }
    .gp-skel-wotd__img {
        width: 100%;
        flex: unset;
        height: 160px
    }
}
.post-type-archive-vocabulary .header-wrap header{
    background: #19263a;
    box-shadow: 0 6px 26px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 6px 26px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 6px 26px rgba(0,0,0,.25);
}
.post-type-archive-vocabulary .header-wrap header .logo a svg{
    filter: brightness(0) invert(1);
}
.post-type-archive-vocabulary .menu-wrap > ul > li > a{
	color: hsla(0, 0%, 100%, .6);
}
.post-type-archive-vocabulary .header-wrap header .header-right .header-search .search-block .form-control{
	background: rgba(0, 0, 0, 0);
    color: #fff;
    border-color: hsla(0, 0%, 100%, .5);
}
.post-type-archive-vocabulary .header-wrap header .header-right .header-cta .login-btn{
	color: #fff;
}
.post-type-archive-vocabulary .header-wrap .menu-toggle svg path{
stroke: #fff;
}
.content-block {
    max-width: 818px !important;
    margin: 0 auto 40px;
    letter-spacing: .02em;
}