:root,
body.dark-theme {
    --article-quote-border: #e30613
}

.breadcrumb,
.news-meta {
    border-bottom: 1px solid var(--article-border-color)
}

.news-featured-image,
.ph-wrap,
.ratio.skel {
    position: relative;
    overflow: hidden
}

:root {
    --article-text-color: #333;
    --article-bg-color: #fff;
    --article-border-color: #eee;
    --article-quote-color: #666;
    --article-link-color: #e30613;
    --article-tag-bg: #f5f5f5;
    --article-tag-color: #666;
    --article-meta-color: #777;
    --article-share-bg: #f9f9f9;
    --article-comment-bg: #f9f9f9;
    --article-comment-border: #eee;
    --article-related-bg: #f9f9f9
}

body.dark-theme {
    --article-text-color: #e0e0e0;
    --article-bg-color: #222;
    --article-border-color: #333;
    --article-quote-color: #bbb;
    --article-link-color: #ff6b6b;
    --article-tag-bg: #333;
    --article-tag-color: #ccc;
    --article-meta-color: #aaa;
    --article-share-bg: #2a2a2a;
    --article-comment-bg: #2a2a2a;
    --article-comment-border: #333;
    --article-related-bg: #2a2a2a
}

.breadcrumb {
    padding: 12px 0;
    background: var(--article-bg-color);
    min-height: 44px;
    content-visibility: auto;
    contain-intrinsic-size: 44px
}

.breadcrumb .container {
    display: flex;
    align-items: center;
    min-height: 44px
}

.breadcrumb-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    color: var(--article-meta-color);
    white-space: nowrap
}

.breadcrumb-item:not(:last-child)::after {
    content: "/";
    display: inline-block;
    width: 1em;
    text-align: center;
    margin: 0 .5em;
    opacity: .6;
    font-family: inherit
}

.breadcrumb-item.active {
    max-width: clamp(40%, 60vw, 75%);
    overflow: hidden;
    text-overflow: ellipsis
}

.breadcrumb-item a {
    color: var(--article-meta-color);
    text-decoration: none;
    transition: color .3s
}

.breadcrumb-item a:hover,
.breadcrumb-item.active {
    color: var(--article-link-color)
}

.breadcrumb-list i {
    width: 1.25em;
    min-width: 1.25em;
    text-align: center;
    display: inline-block
}

.ph-wrap {
    background: #eee
}

.ph-wrap .ratio {
    display: block;
    aspect-ratio: 1200/675
}

.ph-wrap>img.fade-img:not(.news-cover) {
    opacity: 0;
    transition: opacity .35s
}

.ph-wrap.loaded>img.fade-img:not(.news-cover) {
    opacity: 1
}

.news-cover,
.news-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.related-news-image .ph-wrap .ratio {
    aspect-ratio: 250/150
}

.ratio.skel::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / .4), transparent);
    animation: 1.2s infinite shine
}

@keyframes shine {
    100% {
        transform: translateX(100%)
    }
}

.article-body img,
.article-content img {
    display: block;
    max-width: 100%;
    height: auto
}

.article-body .embed,
.article-body iframe,
.article-content .embed,
.article-content iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    border: 0;
    display: block
}

.news-detail-section {
    padding: 10px 0 60px;
    background-color: var(--bg-color)
}

.news-detail-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.news-detail-main {
    flex: 1;
    min-width: 0
}

.news-detail-sidebar {
    width: 300px
}

.news-detail-header {
    margin-bottom: 20px
}

.news-category-label {
    display: inline-block;
    padding: 5px 12px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 15px
}

.news-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--article-text-color);
    margin-bottom: 15px
}

.news-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--article-meta-color);
    margin-bottom: 20px
}

.news-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    justify-content: flex-start
}

.news-author {
    display: flex;
    align-items: center;
    gap: 10px
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden
}

.ad-content img,
.author-avatar img,
.author-card-avatar img,
.related-news-image img {
    max-width: 100%;
    height: auto;
    object-fit: cover
}

.author-info {
    display: flex;
    flex-direction: column
}

.author-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--article-text-color)
}

.author-title,
.popular-post-content .post-meta {
    font-size: 12px;
    color: var(--article-meta-color)
}

.news-comments,
.news-date,
.news-views {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: var(--article-meta-color)
}

.news-comments i,
.news-date i,
.news-views i {
    font-size: 14px
}

.news-detail-content {
    background-color: var(--article-bg-color);
    border-radius: 5px;
    box-shadow: 0 2px 10px rgb(0 0 0 / .05);
    overflow: hidden;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee
}

.news-featured-image {
    width: 100%;
    aspect-ratio: 780 / 439;
    /* Oran sabit */
    border-radius: 8px;
    background: #eee;
    overflow: hidden;
    display: block;
}

.image-caption {
    padding: 10px 15px;
    background-color: rgb(0 0 0 / .7);
    color: #fff;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.article-content blockquote,
.news-tag {
    background-color: var(--article-tag-bg)
}

.article-content,
.article-content h2,
.article-content h3 {
    color: var(--article-text-color)
}

.article-content {
    padding: 30px
}

.article-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px
}

.article-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 20px
}

.article-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 15px
}

.article-content ol,
.article-content ul {
    margin: 0 0 20px 20px;
    padding: 0
}

.article-content li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 10px;
    list-style: disc
}

.article-content a {
    color: var(--article-link-color);
    text-decoration: none;
    border-bottom: 1px solid #fff0;
    transition: border-color .3s
}

.article-content a:hover {
    border-color: var(--article-link-color)
}

.article-content blockquote {
    margin: 30px 0;
    padding: 20px 30px;
    border-left: 4px solid var(--article-quote-border);
    font-style: italic;
    color: var(--article-quote-color)
}

.article-content blockquote p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0
}

.article-content figure {
    margin: 30px 0
}

.article-content figcaption {
    font-size: 14px;
    color: var(--article-meta-color);
    text-align: center;
    margin-top: 10px
}

.news-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--article-border-color)
}

.news-tag {
    display: inline-block;
    padding: 6px 12px;
    color: var(--article-tag-color);
    font-size: 13px;
    border-radius: 3px;
    text-decoration: none;
    transition: background-color .3s, color .3s
}

.author-social-link:hover,
.news-tag:hover,
body.dark-theme .author-social-link:hover {
    background-color: var(--primary-color);
    color: #fff
}

.news-share {
    margin-top: 30px;
    padding: 20px;
    background-color: var(--article-share-bg);
    border-radius: 5px
}

.about-author,
.news-comments-section,
.related-news {
    padding: 25px;
    margin-top: 30px;
    box-shadow: 0 2px 10px rgb(0 0 0 / .05)
}

.share-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--article-text-color)
}

.author-card-social,
.share-buttons {
    display: flex;
    gap: 10px
}

.share-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    transition: transform .3s, box-shadow .3s
}

.share-button.facebook {
    background-color: #3b5998
}

.share-button.twitter {
    background-color: #1da1f2
}

.share-button.whatsapp {
    background-color: #25d366
}

.share-button.telegram {
    background-color: #08c
}

.share-button.linkedin {
    background-color: #0077b5
}

.share-button.email {
    background-color: #777
}

.share-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgb(0 0 0 / .1)
}

.about-author {
    background-color: var(--article-bg-color);
    border-radius: 5px
}

.about-author-header,
.comments-header,
.related-news-header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--article-text-color)
}

.author-card {
    display: flex;
    gap: 20px
}

.author-card-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0
}

.author-card-info,
.form-group {
    flex: 1
}

.author-card-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--article-text-color)
}

.author-card-title {
    font-size: 14px;
    color: var(--article-meta-color);
    margin-bottom: 10px
}

.author-card-bio,
.comment-form textarea {
    margin-bottom: 15px;
    color: var(--article-text-color)
}

.author-card-bio {
    font-size: 14px;
    line-height: 1.6
}

.author-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--article-tag-bg);
    color: var(--article-meta-color);
    font-size: 14px;
    transition: background-color .3s, color .3s
}

.comment-form-footer,
.comment-header {
    justify-content: space-between;
    display: flex
}

.comment-form textarea,
.form-group input,
.news-comments-section,
.related-news,
body.dark-theme .about-author,
body.dark-theme .author-card {
    background-color: var(--article-bg-color)
}

body.dark-theme .about-author {
    box-shadow: 0 2px 10px rgb(0 0 0 / .2)
}

body.dark-theme .about-author-header,
body.dark-theme .author-card,
body.dark-theme .author-card-bio,
body.dark-theme .author-card-name {
    color: var(--article-text-color)
}

body.dark-theme .author-card-title {
    color: var(--article-meta-color)
}

body.dark-theme .author-social-link {
    background-color: #333;
    color: #aaa
}

.news-comments-section,
.related-news {
    border-radius: 5px
}

.comment-form,
.poll-widget {
    margin-bottom: 30px
}

.comment-form textarea {
    width: 100%;
    height: 120px;
    padding: 15px;
    border: 1px solid var(--article-border-color);
    border-radius: 5px;
    font-size: 15px;
    resize: vertical
}

.comment-form-footer {
    align-items: center
}

.comment-form-inputs {
    display: flex;
    gap: 15px;
    flex: 1
}

.form-group input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid var(--article-border-color);
    border-radius: 5px;
    color: var(--article-text-color);
    font-size: 14px
}

.comment-submit {
    padding: 10px 20px;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color .3s
}

.related-news-details,
.sidebar-widget {
    background-color: var(--article-bg-color)
}

.comment-submit:hover,
.poll-submit:hover {
    background-color: #c00
}

.comments-list {
    margin-top: 30px
}

.comment {
    padding: 20px 0;
    border-bottom: 1px solid var(--article-border-color)
}

.comment:last-child {
    border-bottom: none
}

.comment-header {
    margin-bottom: 10px
}

.comment-author {
    font-size: 16px;
    font-weight: 500;
    color: var(--article-text-color)
}

.comment-date {
    font-size: 14px;
    color: var(--article-meta-color)
}

.comment-content {
    font-size: 15px;
    line-height: 1.6;
    color: var(--article-text-color)
}

.comment-actions {
    margin-top: 10px;
    display: flex;
    gap: 15px
}

.comment-action {
    font-size: 14px;
    color: var(--article-meta-color);
    cursor: pointer;
    transition: color .3s
}

.comment-action:hover {
    color: var(--primary-color)
}

.comment-replies {
    margin-left: 30px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--article-border-color)
}

.related-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.related-news-item {
    border-radius: 5px;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s
}

.related-news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgb(0 0 0 / .1)
}

.related-news-image {
    height: 150px;
    overflow: hidden
}

.related-news-image img {
    width: 100%;
    object-fit: cover;
    transition: transform .3s
}

.related-news-item:hover .related-news-image img {
    transform: scale(1.05)
}

.related-news-details {
    padding: 15px
}

.related-news-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
    color: var(--article-text-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.related-news-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--article-meta-color)
}

.sidebar-widget {
    border-radius: 5px;
    box-shadow: 0 2px 10px rgb(0 0 0 / .05);
    padding: 20px;
    margin-bottom: 30px
}

.widget-header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--article-text-color);
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color)
}

.popular-posts {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.popular-post {
    display: flex;
    gap: 15px
}

.popular-post-number {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    opacity: .7;
    line-height: 1
}

.poll-option label,
.poll-question,
.popular-post-content h4 {
    color: var(--article-text-color)
}

.popular-post-content h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px
}

.poll-question {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px
}

.poll-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px
}

.poll-option,
.poll-option label {
    align-items: center;
    display: flex
}

.poll-option label {
    cursor: pointer;
    font-size: 14px
}

.ad-content span,
.ad-content::before,
.percentage {
    color: var(--article-meta-color)
}

.poll-option input {
    margin-right: 10px
}

.progress-container {
    height: 8px;
    background-color: var(--article-border-color);
    border-radius: 4px;
    overflow: hidden;
    margin-top: 5px;
    width: 100%
}

.poll-submit,
.progress-bar {
    background-color: var(--primary-color)
}

.progress-bar {
    height: 100%;
    border-radius: 4px
}

.percentage {
    font-size: 12px;
    margin-left: 5px
}

.poll-submit {
    padding: 8px 15px;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color .3s
}

.ad-widget {
    text-align: center;
    margin-bottom: 30px
}

.ad-content {
    padding: 15px;
    background-color: var(--article-tag-bg);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    text-align: center;
    position: relative
}

.ad-content span {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
    text-transform: uppercase
}

.ad-slot {
    width: 100%;
    text-align: center;
    margin: 5px auto
}

.ad-slot--leader {
    min-height: 90px
}

.ad-slot--billboard,
.ad-slot--mrec {
    min-height: 250px
}

.ad-content::before {
    content: "Reklam";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px
}

.loading-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    margin: 20px 0;
    text-align: center
}

.loading-indicator .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid;
    border-radius: 50%;
    border-top-color: #e30613;
    animation: 1s ease-in-out infinite spin;
    margin-bottom: 10px
}

.loading-indicator p {
    font-size: 14px;
    color: #666;
    margin: 0
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.next-news-separator {
    position: relative;
    text-align: center;
    margin: 50px 0;
    height: 1px;
    background-color: #e5e5e5
}

.next-news-separator span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #e30613
}

[data-theme=dark] .next-news-separator {
    background-color: #444
}

[data-theme=dark] .next-news-separator span {
    background-color: #222;
    color: #ff6b6b
}

[data-theme=dark] .loading-indicator .spinner {
    border-color: rgb(255 255 255 / .1);
    border-top-color: #ff6b6b
}

[data-theme=dark] .loading-indicator p {
    color: #aaa
}

.page-load-status {
    display: none;
    padding: 20px;
    text-align: center;
    color: #777
}

.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: .5em;
    background: #555;
    position: absolute;
    animation-duration: .5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite
}

.loader-ellips__dot:first-child,
.loader-ellips__dot:nth-child(2) {
    left: 0
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em
}

@keyframes reveal {
    from {
        transform: scale(.001)
    }

    to {
        transform: scale(1)
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.infinite-scroll-error,
.infinite-scroll-last {
    padding: 20px;
    color: #666;
    font-style: italic
}

.loader-ellips__dot:first-child {
    animation-name: reveal
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
    animation-name: reveal;
    animation-direction: reverse
}

.infinite-container {
    margin-bottom: 40px
}

body>:not(header):not(footer) {
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width:576px) {
    body>:not(header):not(footer) {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (max-width:991px) {
    .news-detail-container {
        flex-direction: column
    }

    .news-detail-sidebar {
        width: 100%
    }

    .news-title {
        font-size: 28px
    }

    .related-news-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .ad-slot--leader {
        min-height: 100px
    }

    .news-detail-sidebar {
        display: none !important
    }

    .news-detail-container {
        display: block !important
    }

    .next-news-separator {
        margin: 30px 0
    }

    .next-news-separator span {
        font-size: 14px;
        padding: 0 15px
    }

    .loading-indicator {
        padding: 20px 0
    }

    .loading-indicator .spinner {
        width: 30px;
        height: 30px
    }

    .news-detail-header {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (max-width:767px) {
    .news-title {
        font-size: 24px
    }

    .breadcrumb,
    .breadcrumb .container {
        min-height: 48px
    }

    .breadcrumb-item {
        font-size: 13px
    }

    .article-content p,
    .news-subtitle {
        font-size: 16px
    }

    .article-content {
        padding: 20px
    }

    .comment-form-footer {
        flex-direction: column;
        gap: 15px
    }

    .comment-form-inputs {
        flex-direction: column
    }

    .related-news-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width:575px) {
    .news-title {
        font-size: 22px
    }

    .breadcrumb-list {
        font-size: 12px;
        margin-left: 12px
    }

    .article-content {
        padding: 15px
    }

    .article-content p {
        font-size: 15px
    }

    .author-card {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .author-card-social {
        justify-content: center
    }
}

@media screen and (max-width:768px) {

    .sidebar-widget .news-tags,
    .sidebar-widget .poll-widget,
    .top-bar {
        display: none
    }

    .news-detail-container {
        padding: 10px
    }

    .news-header {
        margin-bottom: 15px
    }

    .news-title {
        font-size: 24px;
        line-height: 1.3
    }

    .news-meta {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 10px
    }

    .news-author {
        flex-basis: 100%;
        margin-bottom: 10px;
        text-align: left;
        justify-content: flex-start
    }

    .ad-widget,
    .news-image {
        margin: 15px 0
    }

    .news-comments,
    .news-date,
    .news-views {
        font-size: 12px;
        display: inline-flex;
        align-items: center
    }

    .news-comments i,
    .news-date i,
    .news-views i {
        font-size: 12px
    }

    .news-image {
        height: 200px
    }

    .news-content {
        font-size: 16px;
        line-height: 1.6
    }

    .news-tags {
        flex-wrap: wrap;
        gap: 5px
    }

    .news-share {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }

    .related-news-grid {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .comments-section {
        padding: 15px
    }

    .comment-form textarea {
        height: 100px
    }

    .sidebar-widget:has(.news-tags),
    .sidebar-widget:has(.poll-widget) {
        display: none
    }

    .ad-content {
        min-height: 100px
    }
}

.ar-menu[open] .ar-menu-panel,
.embed-iframe {
    display: block
}

@media screen and (min-width:769px) and (max-width:1024px) {

    .sidebar-widget .news-tags,
    .sidebar-widget .poll-widget {
        display: block
    }
}

@media screen and (max-width:480px) {
    .news-title {
        font-size: 20px
    }

    .news-image {
        height: 180px
    }

    .news-content {
        font-size: 14px
    }

    .comment-item {
        padding: 10px
    }
}

[data-theme=dark] .news-detail-content {
    border-bottom-color: #444
}

[data-theme=dark] .infinite-scroll-error,
[data-theme=dark] .infinite-scroll-last {
    color: #888
}

.embed-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: #000
}

.embed-16x9 {
    aspect-ratio: 16/9
}

.embed-4x3 {
    aspect-ratio: 4/3
}

.embed-1x1 {
    aspect-ratio: 1/1
}

.embed-21x9 {
    aspect-ratio: 21/9
}

.embed-slot {
    position: absolute;
    inset: 0
}

.embed-iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.ar-btn,
.audio-reader-controls {
    display: inline-flex;
    align-items: center
}

@supports not (aspect-ratio:1 / 1) {
    .embed-16x9 {
        height: 0;
        padding-top: 56.25%
    }

    .embed-4x3 {
        height: 0;
        padding-top: 75%
    }

    .embed-1x1 {
        height: 0;
        padding-top: 100%
    }

    .embed-21x9 {
        height: 0;
        padding-top: 42.857%
    }

    .embed-slot {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.ar-btn,
.ar-menu>summary {
    padding: 6px 10px;
    cursor: pointer
}

.article-body iframe:not(.embed-iframe),
.article-content iframe:not(.embed-iframe) {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    display: block;
    border: 0
}

.audio-reader-controls {
    gap: 8px;
    position: relative
}

.ar-btn {
    appearance: none;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #333;
    border-radius: 10px;
    line-height: 1;
    gap: 6px
}

.ar-btn:hover {
    background: #f8fafc
}

.ar-btn[hidden] {
    display: none !important
}

.ar-menu {
    position: relative;
    display: inline-block
}

.ar-menu-panel,
.ar-menu>summary {
    border: 1px solid #e5e7eb;
    background: #fff;
    display: none
}

.ar-menu>summary {
    list-style: none;
    user-select: none;
    outline: 0;
    border-radius: 10px;
    align-items: center;
    gap: 6px
}

.ar-menu>summary::-webkit-details-marker {
    display: none
}

.ar-menu-panel {
    position: absolute;
    top: 110%;
    left: 0;
    z-index: 70;
    min-width: 220px;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgb(0 0 0 / .12)
}

.ar-menu-section {
    font-weight: 600;
    margin: 6px 0 8px;
    color: #111827;
    font-size: 14px
}

.ar-speed {
    display: flex;
    gap: 6px;
    flex-wrap: wrap
}

.ar-speed-item {
    appearance: none;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    color: #111;
    border-radius: 8px;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 14px
}

.ar-speed-item:hover {
    background: #eef2f7
}

.ar-speed-item.is-active {
    border-color: #111827;
    background: #fff
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

[data-theme=dark] .ar-btn,
[data-theme=dark] .ar-menu>summary {
    background: #1f2937;
    color: #e5e7eb;
    border-color: #374151
}

[data-theme=dark] .ar-menu-panel {
    background: #111827;
    border-color: #374151;
    color: #e5e7eb
}

[data-theme=dark] .ar-speed-item {
    background: #1f2937;
    border-color: #374151;
    color: #e5e7eb
}

[data-theme=dark] .ar-speed-item.is-active {
    background: #111827;
    border-color: #9ca3af
}

.audio-reader-controls.is-disabled .ar-btn,
.audio-reader-controls.is-disabled .ar-speed-item {
    opacity: .55;
    cursor: not-allowed
}

.audio-reader-controls .ar-iab-note {
    font-size: 13px;
    color: #777;
    margin-left: 8px
}

.ar-speed-item.is-active {
    outline: currentColor solid 2px;
    border-radius: 8px
}