/* iPad orientation layout for the public news home and category pages. */

html[data-is-tablet-mode="mobile"] body .news-container--editorial {
    width: 100%;
    max-width: 100%;
    padding-top: calc(var(--header-height, 56px) + env(safe-area-inset-top, 0px) + 4px) !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
}

html[data-is-tablet-mode="mobile"] body.main-page.mobile-primary-title-integrated .news-container--editorial .news-header {
    min-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

html[data-is-tablet-mode="mobile"] body.main-page.mobile-primary-title-integrated .news-container--editorial .news-header-top,
html[data-is-tablet-mode="mobile"] body.main-page.mobile-primary-title-integrated .news-container--editorial .news-title-section,
html[data-is-tablet-mode="mobile"] body.main-page.mobile-primary-title-integrated .news-container--editorial .news-title,
html[data-is-tablet-mode="mobile"] body.main-page.mobile-primary-title-integrated .news-container--editorial .news-title-cluster,
html[data-is-tablet-mode="mobile"] body.main-page.mobile-primary-title-integrated .news-container--editorial .news-title-row,
html[data-is-tablet-mode="mobile"] body.main-page.mobile-primary-title-integrated .news-container--editorial .news-title-badges {
    min-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
    gap: 0;
}

html[data-is-tablet-mode="mobile"] body.main-page.mobile-primary-title-integrated .news-container--editorial .rss-badge {
    display: none !important;
}

html[data-is-tablet-mode="mobile"] body.main-page.mobile-primary-title-integrated .news-header--has-admin-actions .admin-fab-container {
    position: fixed;
    z-index: 10010;
    right: 14px;
    bottom: calc(82px + env(safe-area-inset-bottom, 0px));
    display: inline-flex;
}

html[data-is-tablet-mode="mobile"] body.main-page.mobile-primary-title-integrated .news-header--has-admin-actions .admin-fab-trigger {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border: 1px solid #e6c51a;
    border-radius: 50%;
    background: #ffdd2d;
    color: #171717;
    box-shadow: 0 7px 20px rgba(23, 23, 23, 0.16);
    font-size: 16px;
}

html[data-is-tablet-mode="mobile"] body.main-page.mobile-primary-title-integrated .news-header--has-admin-actions .admin-fab-trigger span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

html[data-is-tablet-mode="mobile"] body.main-page.mobile-primary-title-integrated .news-header--has-admin-actions .admin-fab-trigger:focus-visible {
    outline: 3px solid rgba(36, 95, 209, 0.28);
    outline-offset: 3px;
}

html[data-is-tablet-mode="mobile"] body.main-page.mobile-primary-title-integrated .news-header--has-admin-actions .admin-fab-menu {
    top: auto;
    right: 0;
    bottom: calc(100% + 10px);
    min-width: 176px;
    max-height: min(360px, calc(100dvh - 180px));
}

html[data-is-tablet-mode="mobile"] body .news-container--editorial .news-header-top {
    flex-direction: column;
    align-items: flex-start;
}

html[data-is-tablet-mode="mobile"] body .news-container--editorial .news-title-brand-head-pc,
html[data-is-tablet-mode="mobile"] body .news-container--editorial .news-title-brand-sub,
html[data-is-tablet-mode="mobile"] body .news-container--editorial .search-container,
html[data-is-tablet-mode="mobile"] body .news-container--editorial .article-editorial-sidebar__ad {
    display: none !important;
}

html[data-is-tablet-mode="mobile"] body .news-container--editorial .news-title-brand-head-mobile {
    display: inline;
}

html[data-is-tablet-mode="mobile"] body .news-container--editorial .news-category-layout--editorial {
    display: block !important;
    grid-template-columns: none !important;
}

html[data-is-tablet-mode="mobile"] body .news-container--editorial .article-editorial-sidebar {
    position: static;
    margin-top: 34px;
}

html[data-is-tablet-mode="mobile"] body .news-editorial-home {
    padding: 16px 0 calc(92px + env(safe-area-inset-bottom, 0px));
}

html[data-is-tablet-mode="mobile"] body .news-editorial-feature,
html[data-is-tablet-mode="mobile"] body .news-editorial-brief-grid,
html[data-is-tablet-mode="mobile"] body .news-editorial-reports-grid,
html[data-is-tablet-mode="mobile"] body .news-editorial-topic-grid {
    grid-template-columns: minmax(0, 1fr);
}

html[data-is-tablet-mode="mobile"] body .news-editorial-lead-media {
    margin-right: -14px;
    margin-left: -14px;
    aspect-ratio: 16 / 9;
}

html[data-is-tablet-mode="desktop"] body .news-container--editorial {
    width: 100%;
    max-width: 1200px;
    padding-top: 82px !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
}

html[data-is-tablet-mode="desktop"] body .news-container--editorial .news-header {
    margin-bottom: 0;
    padding: 12px 0 16px;
}

html[data-is-tablet-mode="desktop"] body .news-container--editorial .news-header-top {
    flex-direction: row;
    align-items: flex-end;
    gap: 28px;
    margin: 0;
}

html[data-is-tablet-mode="desktop"] body .news-container--editorial .news-title-brand-head {
    font-size: 29px;
    line-height: 1.08;
}

html[data-is-tablet-mode="desktop"] body .news-container--editorial .news-title-brand-head-pc,
html[data-is-tablet-mode="desktop"] body .news-container--editorial .news-title-brand-sub {
    display: block;
}

html[data-is-tablet-mode="desktop"] body .news-container--editorial .news-title-brand-head-mobile {
    display: none;
}

html[data-is-tablet-mode="desktop"] body .news-container--editorial .search-container {
    display: flex !important;
    width: min(340px, 32vw);
    min-width: 270px;
}

html[data-is-tablet-mode="desktop"] body #mobileBottomWeatherSearchBar.mobile-bottom-weather-search-bar {
    display: none !important;
    visibility: hidden !important;
}

html[data-is-tablet-mode="desktop"] body .news-container--editorial .rss-badge {
    min-height: 28px;
    padding: 4px 9px !important;
    font-size: 11px !important;
}

html[data-is-tablet-mode="desktop"] body .news-container--editorial .news-category-layout--editorial {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 300px) !important;
    column-gap: 32px;
}

html[data-is-tablet-mode="desktop"] body .news-container--editorial .article-editorial-sidebar {
    position: sticky;
    top: 88px;
    margin-top: 0;
}

html[data-is-tablet-mode="desktop"] body .news-container--editorial .article-editorial-sidebar__ad {
    display: block;
}

html[data-is-tablet-mode="desktop"] body .news-container--editorial .sidebar-unified-box {
    display: flex !important;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-nav {
    min-height: 48px;
    margin: 0;
    padding: 0;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-nav .nav-btn,
html[data-is-tablet-mode="desktop"] body .news-editorial-nav .nav-btn.active,
html[data-is-tablet-mode="desktop"] body .news-editorial-nav .nav-btn[aria-current="page"],
html[data-is-tablet-mode="desktop"] body .news-editorial-nav a.nav-btn.active {
    min-height: 47px;
    padding: 1px 14px 0 !important;
    font-size: 14px !important;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-nav .nav-btn.active::after,
html[data-is-tablet-mode="desktop"] body .news-editorial-nav .nav-btn[aria-current="page"]::after {
    right: 14px;
    left: 14px;
    height: 3px;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-home {
    padding: 28px 0 60px;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-feature {
    grid-template-columns: minmax(0, 1.58fr) minmax(300px, 0.82fr);
    gap: 32px;
    padding-bottom: 34px;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-lead-media {
    margin-right: 0;
    margin-left: 0;
    aspect-ratio: 16 / 8.8;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-lead-media.is-wide-original {
    aspect-ratio: auto;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-lead-body {
    padding-top: 17px;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-source-row {
    gap: 12px;
    font-size: 12px;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-lead h2 {
    margin-top: 10px;
    font-size: clamp(28px, 2.55vw, 40px);
    line-height: 1.23;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-lead-body > p {
    display: block;
    margin-top: 12px;
    overflow: visible;
    font-size: 15px;
    line-height: 1.72;
    -webkit-line-clamp: unset;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-latest,
html[data-is-tablet-mode="desktop"] body .news-editorial-wire,
html[data-is-tablet-mode="desktop"] body .news-editorial-popular,
html[data-is-tablet-mode="desktop"] body .news-editorial-daily,
html[data-is-tablet-mode="desktop"] body .news-editorial-section-head--topics {
    border-top-width: 3px;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-section-head {
    min-height: 57px;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-section-head--compact {
    min-height: 61px;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-section-head h2 {
    font-size: 19px;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-latest-item {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
    padding: 8px 0;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-latest-item.is-text-only {
    grid-template-columns: minmax(0, 1fr);
}

html[data-is-tablet-mode="desktop"] body .news-editorial-brief-grid,
html[data-is-tablet-mode="desktop"] body .news-editorial-reports-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    padding-bottom: 38px;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 42px;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-topic,
html[data-is-tablet-mode="desktop"] body .news-editorial-topic:last-child:nth-child(odd) {
    grid-column: auto;
    padding: 26px 0 28px;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-topic:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-topic li:nth-child(n + 4) {
    display: list-item;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-popular .news-editorial-period,
html[data-is-tablet-mode="desktop"] body .news-editorial-wire-item time {
    display: inline;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-topic-lead p {
    display: -webkit-box;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-topic-ad .home-recruit-incar-banner-wrap,
html[data-is-tablet-mode="desktop"] body .news-editorial-topic-ad .home-recruit-incar-banner,
html[data-is-tablet-mode="desktop"] body .news-editorial-topic-ad .home-recruit-incar-banner-img {
    height: 100%;
    min-height: 260px;
}

html[data-is-tablet-mode="desktop"] body .news-editorial-topic-ad .home-recruit-incar-banner {
    aspect-ratio: auto;
}
