.aw-alpha-hidden {
    height: 96px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.aw-alpha-hidden span {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.aw-alpha-hidden span i{font-style: normal}

.aw-question-show span,
.aw-question-hide span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 18px;
    width: auto;
    max-width: calc(100vw - 48px);
    min-height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(29, 78, 216, 0.14);
    background: linear-gradient(180deg, rgba(255,255,255,0.90) 0%, rgba(232,241,255,0.98) 100%);
    color: #123d9b;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.10);
    position: static;
    margin: 0 auto;
}

.aw-question-show {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 58px 12px 10px;
    z-index: 2;
    overflow: hidden;
}

.aw-question-show::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.18) 24%, rgba(255,255,255,0.56) 48%, rgba(255,255,255,0.88) 72%, rgba(255,255,255,1) 100%);
    pointer-events: none;
}

#question-content.aw-question-collapsed {
    padding-bottom: 0;
}

#question-content.aw-question-collapsed #show-all {
    overflow: hidden;
}

.aw-question-show span {
    position: relative;
    z-index: 1;
    pointer-events: auto;
    background: #fff;
}

.aw-question-hide {
    position: static !important;
    height: auto !important;
    padding-top: 12px;
    background: none !important;
    text-align: center;
}

.aw-question-hide span {
    float: none !important;
}

.question-next-read-panel {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #d9e4ec;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.question-next-read-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 14px 10px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 800;
}

.question-next-read-heading span {
    position: relative;
    padding-left: 12px;
}

.question-next-read-heading span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 14px;
    border-radius: 999px;
    transform: translateY(-50%);
    background: linear-gradient(180deg, #1d4ed8 0%, #0f766e 100%);
}

.question-next-read-heading em {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: #e9f3ff;
    color: #1d4ed8;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}

.question-next-read-list {
    counter-reset: question-next-read;
    padding: 0 12px 8px;
}

.question-next-read-item {
    position: relative;
    display: block;
    padding: 12px 12px 12px 48px;
    margin-bottom: 10px;
    color: #0f172a;
    text-decoration: none;
    border: 1px solid rgba(214, 226, 239, 0.95);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.question-next-read-item:first-child {
    margin-top: 2px;
}

.question-next-read-title {
    margin-bottom: 6px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.question-next-read-item::before {
    counter-increment: question-next-read;
    content: counter(question-next-read);
    position: absolute;
    left: 12px;
    top: 12px;
    width: 26px;
    height: 26px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #1d4ed8 0%, #0f766e 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 8px 14px rgba(29, 78, 216, 0.20);
}

.question-next-read-desc {
    padding-left: 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.7;
}

.question-next-read-item:last-child {
    margin-bottom: 0;
}
