﻿/* Shared layout */
.words-redesign {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 40px;
    box-sizing: border-box;
}

.words-redesign .content,
.words-redesign .sidebar {
    float: none;
    min-width: 0;
}

.words-redesign .content {
    flex: 1 1 auto;
    width: calc(100% - 330px);
}

.words-redesign .sidebar {
    flex: 0 0 300px;
    width: 300px;
    align-self: stretch;
}

.words-redesign .box {
    margin-bottom: 20px;
    border: 1px solid #eaf0f7;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(31, 64, 104, 0.05);
    overflow: hidden;
}

.words-redesign .mcon,
.words-redesign .sdc,
.words-redesign .yd-mcon {
    padding: 24px 28px;
}

.words-redesign h1,
.words-redesign h2,
.words-redesign h3 {
    margin: 0;
    color: #1d2d45;
}

.words-redesign h2,
.words-redesign h3 {
    margin-bottom: 14px;
}

.words-redesign p,
.words-redesign li,
.words-redesign td,
.words-redesign th {
    color: #52647f;
}

.words-redesign hr {
    margin: 18px 0 20px;
    border: 0;
    border-top: 1px solid #edf2f8;
}

.words-redesign .path {
    margin-bottom: 18px;
    color: #7d8ba0;
    font-size: 13px;
    line-height: 1.8;
}

.words-redesign .path a {
    color: #6a7b94;
}

.words-redesign .path a:hover {
    color: #38577e;
}

.words-redesign .path strong {
    color: #334560;
}

.words-redesign .path i {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 10px;
    border-top: 1px solid #a9b8cb;
    border-right: 1px solid #a9b8cb;
    transform: translateY(-1px) rotate(45deg);
}

.words-redesign .btn {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.words-redesign .btn li {
    float: none;
    width: auto;
    margin: 0;
    min-width: 0;
}

.words-redesign .btn.w4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.words-redesign .btn.w6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.words-redesign .btn.w3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.words-redesign .btn.w5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.words-redesign .content .btn a,
.words-redesign.words-search-page .search2 .btn li a,
.words-redesign .mcon.noi .btn a {
    display: flex;
    min-height: 58px;
    padding: 12px 14px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5edf7;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    color: #223247;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    word-break: break-word;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.words-redesign .content .btn a:hover,
.words-redesign .sidebar .btn a:hover {
    transform: translateY(-1px);
    border-color: #d5e1ef;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(31, 64, 104, 0.055);
}

.words-redesign .sidebar .box {
    padding: 18px 20px 20px;
    border-radius: 20px;
    border: 1px solid #eef3f8;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 6px 18px rgba(37, 66, 110, 0.045);
}

.words-redesign .sidebar .box + .box {
    margin-top: 16px;
}

.words-redesign .sidebar .sdc {
    padding: 0;
}

.words-redesign .sidebar h3 {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 26px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    padding-left: 12px;
    border-bottom: 1px solid #eff4f8;
    color: #24354c;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.words-redesign .sidebar h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, #7b9fd4 0%, #adc6eb 100%);
    transform: translateY(-50%);
}

.words-redesign .sidebar .btn a {
    display: flex;
    min-height: 26px;
    padding: 6px 7px;
    align-items: center;
    justify-content: center;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    background: linear-gradient(180deg, #fdfefe 0%, #f8fbff 100%);
    color: #31425a;
    text-align: center;
    font-size: 12px;
    line-height: 1.35;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.words-redesign .sidebar .btn.w5 a {
    min-height: 30px;
    padding: 4px 3px;
    font-weight: 700;
}

.words-redesign .words-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.words-redesign .words-section-head-simple {
    margin-bottom: 14px;
}

.words-redesign .words-section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f7faff;
    border: 1px solid #e0e9f6;
    color: #5c78a1;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.words-redesign .words-title-mark {
    position: relative;
    padding-left: 12px;
}

.words-redesign .words-title-mark::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #7b9fd4 0%, #adc6eb 100%);
    transform: translateY(-50%);
}

/* List page */
.words-redesign.words-list-page .words-list-shell {
    border: 1px solid #e3ebf7;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(114, 157, 224, 0.16) 0, rgba(114, 157, 224, 0) 32%),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 30%, #ffffff 100%);
    box-shadow: 0 18px 46px rgba(32, 63, 103, 0.08);
}

.words-redesign.words-list-page .words-list-hero {
    padding-bottom: 8px;
}

.words-redesign.words-list-page .words-list-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 14px;
    margin-bottom: 14px;
    border: 1px solid #dbe6f4;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #5174a8;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.words-redesign.words-list-page .words-list-hero h1 {
    max-width: 680px;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.words-redesign.words-list-page .words-list-hero p {
    max-width: 760px;
    margin: 12px 0 0;
    color: #5d6f89;
    font-size: 15px;
    line-height: 1.9;
}

.words-redesign.words-list-page .words-list-sections {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 16px;
    padding-top: 4px;
}

.words-redesign.words-list-page .words-list-section {
    padding: 18px 20px 20px;
    border: 1px solid #e7eef7;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 28px rgba(37, 66, 110, 0.06);
}

.words-redesign.words-list-page .words-list-section-hot {
    grid-column: 1 / 2;
}

.words-redesign.words-list-page .words-list-section-pick {
    grid-column: 1 / -1;
    background: linear-gradient(180deg, #fdfefe 0%, #f9fbff 100%);
}

.words-redesign.words-list-page .words-list-section-watch {
    grid-column: 2 / 3;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.words-redesign.words-list-page .words-list-section-hot {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.words-redesign.words-list-page .words-list-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.words-redesign.words-list-page .words-list-section-head h3 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 1.2;
}

.words-redesign.words-list-page .words-list-section-head h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #5f89cd 0%, #8ab0e6 100%);
}

.words-redesign.words-list-page .words-list-section-head p {
    flex: 0 0 300px;
    max-width: 300px;
    margin: 0;
    color: #6a7c95;
    font-size: 13px;
    line-height: 1.8;
    text-align: right;
}

.words-redesign.words-list-page .words-list-section .btn {
    gap: 12px;
}

.words-redesign.words-list-page .words-list-section-hot .btn.w4,
.words-redesign.words-list-page .words-list-section-watch .btn.w4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.words-redesign.words-list-page .words-list-section-pick .btn.w6 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.words-redesign.words-list-page .words-list-section .btn a {
    min-height: 64px;
    padding: 12px 14px;
    border-color: #dde8f5;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.words-redesign.words-list-page .words-list-section .btn a:hover {
    border-color: #bed2ec;
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(40, 71, 114, 0.1);
}

.words-redesign.words-list-page .words-list-section .btn.w6 a {
    min-height: 54px;
    padding: 9px 11px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
}

.words-redesign.words-list-page .words-hero-box {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.words-redesign.words-list-page .words-hero-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.7fr);
    gap: 22px;
    padding: 34px 36px;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(47, 99, 184, 0.09) 0%, rgba(88, 132, 208, 0.13) 48%, rgba(150, 182, 235, 0.16) 100%);
    border: 1px solid rgba(47, 99, 184, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
    overflow: hidden;
}

.words-redesign.words-list-page .words-hero-card::before,
.words-redesign.words-list-page .words-hero-card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(47, 99, 184, 0.06);
    pointer-events: none;
}

.words-redesign.words-list-page .words-hero-card::before {
    width: 240px;
    height: 240px;
    top: -90px;
    right: -30px;
}

.words-redesign.words-list-page .words-hero-card::after {
    width: 170px;
    height: 170px;
    right: 210px;
    bottom: -50px;
}

.words-redesign.words-list-page .words-hero-main,
.words-redesign.words-list-page .words-hero-side {
    position: relative;
    z-index: 1;
}

.words-redesign.words-list-page .words-hero-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(47, 99, 184, 0.1);
    color: #355b94;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.words-redesign.words-list-page .words-hero-main h1 {
    margin: 18px 0 0;
    max-width: 680px;
    color: #1d2c44;
    font-size: 26px;
    line-height: 1.22;
    letter-spacing: -0.03em;
}

.words-redesign.words-list-page .words-hero-summary {
    max-width: 680px;
    margin-top: 14px;
    color: #5b6d86;
    font-size: 15px;
    line-height: 1.9;
}

.words-redesign.words-list-page .words-hero-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.words-redesign.words-list-page .words-hero-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    border: 1px solid rgba(47, 99, 184, 0.12);
    border-radius: 999px;
    background: #ffffff;
    color: #35588f;
    font-weight: 600;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.words-redesign.words-list-page .words-hero-links a:hover {
    transform: translateY(-1px);
    background: #f8fbff;
    border-color: rgba(47, 99, 184, 0.2);
}

.words-redesign.words-list-page .words-hero-side {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.words-redesign.words-list-page .words-hero-side-card {
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(47, 99, 184, 0.1);
}

.words-redesign.words-list-page .words-hero-side-card h2 {
    margin-bottom: 10px;
    color: #1f3150;
    font-size: 18px;
}

.words-redesign.words-list-page .words-hero-side-card strong {
    display: block;
    margin-bottom: 8px;
    color: #1f3150;
    font-size: 28px;
    line-height: 1.2;
    word-break: break-word;
}

.words-redesign.words-list-page .words-hero-side-card span,
.words-redesign.words-list-page .words-hero-side-card p,
.words-redesign.words-list-page .words-hero-side-card a {
    color: #61738d;
}

.words-redesign.words-list-page .words-hero-side-card a {
    display: inline-flex;
    margin-top: 12px;
    color: #2f63b8;
    font-weight: 600;
}

.words-redesign.words-list-page .title {
    font-size: 24px;
}

.words-redesign.words-list-page .words-title-mark {
    position: relative;
    padding-left: 16px;
}

.words-redesign.words-list-page .words-title-mark::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 22px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2f63b8 0%, #7fa7e6 100%);
    transform: translateY(-50%);
}

.words-redesign.words-list-page .words-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.words-redesign.words-list-page .words-section-head .title {
    margin-bottom: 0;
}

.words-redesign.words-list-page .words-section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: #f4f8ff;
    border: 1px solid #d7e3f5;
    color: #2f63b8;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.words-redesign.words-list-page hr {
    margin: 14px 0 18px;
}

.words-redesign.words-list-page .btn-stack li {
    height: auto;
}

.words-redesign.words-list-page .btn-stack a {
    min-height: 50px;
    padding: 10px 12px;
    flex-direction: column;
    gap: 6px;
    line-height: 1.45;
    white-space: normal;
    overflow: hidden;
    text-overflow: initial;
    align-items: center;
    justify-content: center;
}

.words-redesign.words-list-page .btn-stack a span {
    display: block;
    max-width: 100%;
    margin-bottom: 0;
    color: #2f63b8;
    font-size: 12px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.words-redesign.words-list-page .btn-stack li:not(.smore) a {
    text-align: center;
}

.words-redesign.words-list-page .words-richtext-box p + p {
    margin-top: 10px;
}

.words-redesign.words-list-page .sidebar .box {
    border-radius: 18px;
}

.words-redesign.words-list-page .sidebar .btn a {
    min-height: 30px;
    padding: 0 6px;
    font-size: 13px;
    line-height: 30px;
    white-space: nowrap;
}

/* Detail page */
.words-redesign.words-detail-page .words-detail-main-card {
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
}

.words-redesign.words-detail-page .words-detail-main-card .path {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
    padding: 0px;
    color: #8796aa;
    font-size: 12px;
    line-height: 1.7;
}

.words-redesign.words-detail-page .words-detail-main-card .path a,
.words-redesign.words-detail-page .words-detail-main-card .path strong {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
}

.words-redesign.words-detail-page .words-detail-main-card .path a {
    color: #6d7f97;
}

.words-redesign.words-detail-page .words-detail-main-card .path strong {
    color: #42536b;
    font-weight: 600;
}

.words-redesign.words-detail-page .sidebar {
    position: sticky;
    top: 20px;
    margin-top: 0;
}

.words-redesign.words-detail-page .sidebar .box {
    border-radius: 18px;
}

.words-redesign.words-detail-page .sidebar .btn {
    gap: 7px;
}

.words-redesign.words-detail-page .words-detail-main-card .yd-mcon {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.words-redesign.words-detail-page .yd-mcon {
    position: relative;
    display: grid;
    gap: 16px;
}

.words-redesign.words-detail-page .words-detail-hero,
.words-redesign.words-detail-page .words-detail-section,
.words-redesign.words-detail-page .words-related-card {
    border: 1px solid #edf2f7;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
    box-shadow: 0 6px 18px rgba(31, 64, 104, 0.038);
}

.words-redesign.words-detail-page .words-detail-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(220px, 0.62fr);
    gap: 18px;
    padding: 26px 28px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid #e6edf5;
    box-shadow: none;
    overflow: hidden;
}

.words-redesign.words-detail-page .words-detail-hero::before,
.words-redesign.words-detail-page .words-detail-hero::after {
    content: none;
}

.words-redesign.words-detail-page .words-detail-hero-main,
.words-redesign.words-detail-page .words-detail-hero-side {
    position: relative;
    z-index: 1;
}

.words-redesign.words-detail-page .words-detail-kicker {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f0f5fb;
    color: #5c7395;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.words-redesign.words-detail-page .englishi-top {
    margin: 16px 0 0;
}

.words-redesign.words-detail-page #yd-word {
    font-size: 26px;
    line-height: 1.22;
    letter-spacing: -0.03em;
    color: #18304f;
}

.words-redesign.words-detail-page .words-detail-pron-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.words-redesign.words-detail-page #yd-word-pron {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    color: #55749e;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.words-redesign.words-detail-page #yd-word-pron > span,
.words-redesign.words-detail-page #yd-word-pron > font,
.words-redesign.words-detail-page #yd-word-pron .word-pron-item {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 11px;
    border-radius: 999px;
    border: 1px solid #e3eaf3;
    background: #ffffff;
    box-shadow: none;
}

.words-redesign.words-detail-page #yd-word-pron .word-pron-item {
    gap: 8px;
    padding-right: 10px;
}

.words-redesign.words-detail-page #yd-word-pron .word-pron-text {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.words-redesign.words-detail-page #yd-word-pron .word-pron-button {
    min-width: auto;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #7f90aa;
    font-size: 18px;
    line-height: 1;
    transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.words-redesign.words-detail-page #yd-word-pron .word-pron-button:hover {
    border: 0;
    background: transparent;
    color: #214b8d;
    transform: none;
}

.words-redesign.words-detail-page #yd-word-pron .word-pron-button:active {
    color: #2f63b8;
    transform: scale(1.12);
}

.words-redesign.words-detail-page #yd-word-pron .word-pron-button.is-playing {
    border: 0;
    background: transparent;
    color: #2f63b8;
    transform: scale(1.12);
    animation: wordsHornPulse 0.9s ease-in-out infinite;
}

.words-redesign.words-detail-page #yd-word-pron .word-pron-button.icon-horn::before {
    content: none;
}

@keyframes wordsHornPulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1.12);
    }
    50% {
        opacity: 0.72;
        transform: scale(1);
    }
}

.words-redesign.words-detail-page .words-detail-summary {
    max-width: 620px;
    margin: 12px 0 0;
    color: #66788f;
    font-size: 15px;
    line-height: 1.8;
}

.words-redesign.words-detail-page .words-detail-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.words-redesign.words-detail-page .words-detail-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid #e2eaf3;
    border-radius: 999px;
    background: #ffffff;
    color: #587190;
    font-size: 13px;
    font-weight: 500;
}

.words-redesign.words-detail-page .words-detail-links a:hover {
    transform: none;
    border-color: #cfdaea;
    background: #f9fbfe;
    color: #35588f;
}

.words-redesign.words-detail-page .words-detail-hero-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.words-redesign.words-detail-page .words-detail-hero-side-card {
    padding: 16px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e6edf5;
    box-shadow: none;
}

.words-redesign.words-detail-page .words-detail-hero-side-card h2 {
    margin-bottom: 12px;
    font-size: 16px;
    color: #27415f;
}

.words-redesign.words-detail-page .words-detail-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.words-redesign.words-detail-page .words-detail-meta-grid li {
    min-height: 64px;
    padding: 10px 11px;
    border-radius: 12px;
    background: #f8fbff;
    border: 1px solid #edf2f8;
}

.words-redesign.words-detail-page .words-detail-meta-grid span,
.words-redesign.words-detail-page .words-detail-meta-grid strong {
    display: block;
}

.words-redesign.words-detail-page .words-detail-meta-grid span {
    color: #7b8ea6;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
}

.words-redesign.words-detail-page .words-detail-meta-grid strong {
    margin-top: 6px;
    color: #233954;
    font-size: 14px;
    line-height: 1.4;
}

.words-redesign.words-detail-page .words-detail-meta {
    margin-bottom: 0;
}

.words-redesign.words-detail-page .words-detail-section {
    padding: 20px 24px 24px;
}

.words-redesign.words-detail-page .detail {
    display: grid;
    gap: 12px;
    margin-bottom: 0;
}

.words-redesign.words-detail-page .detail .attr {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 13px 15px;
    border: 1px solid #eff3f8;
    border-radius: 14px;
    background: #fcfdff;
    color: #3a4b63;
    font-weight: 600;
    line-height: 1.8;
}

.words-redesign.words-detail-page .detail .attr span {
    flex: 1 1 auto;
    color: #627389;
    font-weight: 400;
}

.words-redesign.words-detail-page .detail .attr a,
.words-redesign.words-detail-page #yd-word-meaning a,
.words-redesign.words-detail-page .yd-tags a {
    color: #2f63b8;
}

.words-redesign.words-detail-page .detail .attr a:hover,
.words-redesign.words-detail-page #yd-word-meaning a:hover,
.words-redesign.words-detail-page .yd-tags a:hover {
    text-decoration: underline;
}

.words-redesign.words-detail-page #yd-word-meaning {
    color: #5a6b82;
    font-size: 15px;
    line-height: 1.92;
}

.words-redesign.words-detail-page .words-meaning-card {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.words-redesign.words-detail-page #yd-word-meaning p + p,
.words-redesign.words-detail-page #yd-word-meaning li + li,
.words-redesign.words-detail-page #yd-word-meaning table {
    margin-top: 8px;
}

.words-redesign.words-detail-page #yd-word-meaning p {
    margin: 0;
    color: #617289;
}

.words-redesign.words-detail-page #yd-word-meaning h2,
.words-redesign.words-detail-page #yd-word-meaning h3,
.words-redesign.words-detail-page #yd-word-meaning h4 {
    position: relative;
    margin: 20px 0 9px;
    padding-left: 11px;
    color: #304057;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.words-redesign.words-detail-page #yd-word-meaning h2::before,
.words-redesign.words-detail-page #yd-word-meaning h3::before,
.words-redesign.words-detail-page #yd-word-meaning h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.78em;
    width: 3px;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(180deg, #9ab7df 0%, #c8d8ee 100%);
    transform: translateY(-50%);
}

.words-redesign.words-detail-page #yd-word-meaning ul,
.words-redesign.words-detail-page #yd-word-meaning ol {
    margin: 6px 0 0;
    padding-left: 18px;
    color: #617289;
}

.words-redesign.words-detail-page #yd-word-meaning li {
    padding-left: 2px;
    line-height: 1.88;
}

.words-redesign.words-detail-page #yd-word-meaning strong,
.words-redesign.words-detail-page .words-detail-extra-content strong {
    color: #34455d;
    font-weight: 600;
}

.words-redesign.words-detail-page #yd-word-meaning em,
.words-redesign.words-detail-page .words-detail-extra-content em {
    color: #6a7c94;
}

.words-redesign.words-detail-page #yd-word-meaning table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    background: #fefeff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.words-redesign.words-detail-page #yd-word-meaning th,
.words-redesign.words-detail-page #yd-word-meaning td {
    padding: 9px 11px;
    border-bottom: 1px solid #f0f4f8;
    text-align: left;
    line-height: 1.8;
    color: #617289;
}

.words-redesign.words-detail-page #yd-word-meaning th {
    background: #fbfcfe;
    color: #4a5b71;
    font-size: 14px;
    font-weight: 600;
}

.words-redesign.words-detail-page #yd-word-meaning tr:last-child td {
    border-bottom: 0;
}

.words-redesign.words-detail-page .yd-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.words-redesign.words-detail-page .yd-tags a,
.words-redesign.words-detail-page .yd-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #e8eef6;
    border-radius: 999px;
    background: #fcfdff;
    color: #667f9e;
    font-size: 13px;
    font-weight: 500;
}

.words-redesign.words-detail-page .words-detail-extra-content {
    color: #607188;
    font-size: 15px;
    line-height: 1.9;
}

.words-redesign.words-detail-page .words-detail-extra-content p {
    margin: 0;
    color: #617289;
}

.words-redesign.words-detail-page .words-detail-extra-content p + p,
.words-redesign.words-detail-page .words-detail-extra-content li + li,
.words-redesign.words-detail-page .words-detail-extra-content table {
    margin-top: 8px;
}

.words-redesign.words-detail-page .words-detail-extra-content h2,
.words-redesign.words-detail-page .words-detail-extra-content h3,
.words-redesign.words-detail-page .words-detail-extra-content h4 {
    margin: 20px 0 9px;
    color: #304057;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.words-redesign.words-detail-page .words-detail-extra-content ul,
.words-redesign.words-detail-page .words-detail-extra-content ol {
    margin: 6px 0 0;
    padding-left: 18px;
    color: #617289;
}

.words-redesign.words-detail-page .words-detail-extra-content li {
    padding-left: 2px;
    line-height: 1.88;
}

.words-redesign.words-detail-page .words-detail-extra-content > *:first-child {
    margin-top: 0;
}

.words-redesign.words-detail-page .mcon.noi {
    padding: 20px 24px 24px;
    margin-top: 20px;
    border-top: 0;
}

.words-redesign.words-detail-page .mcon.noi h2 {
    margin-bottom: 0;
    font-size: 20px;
}

.words-redesign.words-detail-page .words-related-card .btn a {
    min-height: 46px;
    border-color: #edf2f7;
    background: #fcfdff;
    font-size: 14px;
    font-weight: 600;
}

/* Search page */
.words-redesign.words-search-page .content > .box {
    overflow: visible;
}

.words-redesign.words-search-page .search1,
.words-redesign.words-search-page .search2 {
    border: 1px solid #e6edf5;
    border-radius: 24px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    box-shadow: 0 10px 28px rgba(31, 64, 104, 0.06);
    overflow: hidden;
}

.words-redesign.words-search-page .words-search-card .path {
    margin-bottom: 0;
    padding: 22px 28px 0;
}

.words-redesign.words-search-page .search1 .mcon,
.words-redesign.words-search-page .search2 .mcon {
    padding-top: 16px;
}

.words-redesign.words-search-page .yytag-title,
.words-redesign.words-search-page .kaiti {
    margin-bottom: 0;
    text-align: left;
}

.words-redesign.words-search-page .words-search-head {
    padding-bottom: 18px;
}

.words-redesign.words-search-page .yytag-title h1,
.words-redesign.words-search-page .kaiti h1 {
    display: block;
    padding-bottom: 0;
    font-size: 26px;
    line-height: 1.3;
}

.words-redesign.words-search-page .yytag-title h1::after,
.words-redesign.words-search-page .kaiti h1::after {
    content: none;
}

.words-redesign.words-search-page .words-search-summary {
    max-width: 760px;
    margin: 12px 0 0;
    color: #66788f;
    font-size: 15px;
    line-height: 1.8;
}

.words-redesign.words-search-page .words-search-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 14px 0 0;
}

.words-redesign.words-search-page .words-search-badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 13px;
    border: 1px solid #e0e8f3;
    border-radius: 999px;
    background: #f7faff;
    color: #4d678d;
    font-size: 13px;
    font-weight: 600;
}

.words-redesign.words-search-page .words-search-backlink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 14px;
    border: 1px solid #dce6f3;
    border-radius: 999px;
    background: #ffffff;
    color: #48658f;
    font-size: 13px;
    font-weight: 600;
}

.words-redesign.words-search-page .words-search-panel {
    margin-top: 18px;
    border: 1px solid #e6edf5;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
}

.words-redesign.words-search-page .words-search-panel-grid,
.words-redesign.words-search-page .words-search-panel-empty {
    padding: 18px;
}

.words-redesign.words-search-page .table-datas {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.words-redesign.words-search-page .table-datas th,
.words-redesign.words-search-page .table-datas td {
    padding: 15px 18px;
    border-bottom: 1px solid #edf2f8;
    text-align: left;
    vertical-align: top;
    line-height: 1.8;
}

.words-redesign.words-search-page .table-datas th {
    background: #f8fbff;
    color: #30425b;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.words-redesign.words-search-page .table-datas tr:last-child td {
    border-bottom: 0;
}

.words-redesign.words-search-page .table-datas td:first-child {
    width: 180px;
}

.words-redesign.words-search-page .table-datas td a {
    color: #21324b;
    font-size: 16px;
    font-weight: 700;
}

.words-redesign.words-search-page .table-datas td a:hover {
    color: #2f63b8;
}

.words-redesign.words-search-page .table-datas td li {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin: 0 8px 8px 0;
    padding: 0 10px;
    border-radius: 999px;
    background: #f2f7ff;
    color: #4a6692;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
}

.words-redesign.words-search-page .gray,
.words-redesign.words-search-page .dark {
    color: #6d7e96;
}

.words-redesign.words-search-page .center {
    text-align: center;
}

.words-redesign.words-search-page .search2 .btn {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.words-redesign.words-search-page .search2 .btn li a {
    min-height: 60px;
    padding: 12px 12px 11px;
    font-size: 15px;
    align-items: flex-start;
}

.words-redesign.words-search-page .search2 .btn li a span {
    display: block;
    margin-bottom: 5px;
    color: #6e86a9;
    font-size: 12px;
    line-height: 1.35;
}

.words-redesign.words-search-page .words-search-tip,
.words-redesign.words-search-page p.center.dark {
    margin-top: 18px;
}

.words-redesign.words-search-page .words-search-cell-label {
    display: none;
}


