/* JSA-3745 フローのデータテーブル高さ変更 */
/* ※データテーブルの左端カラムに自己申告列が存在する前提※ */
/* aria-label が 自己申告 の th が 子孫の th の中で一番目にある .restrict-scroll */
.restrict-scroll:has(th:first-child[aria-label="自己申告"]) {
    max-height: 1000px !important;
    overflow-y: auto !important;
}
/* aria-label が 自己申告 の th が 子孫の th の中で一番目にある .flow-dt-height-395 */
.flow-dt-height-395:has(th:first-child[aria-label="自己申告"]) {
    height: 1000px !important;
    overflow-y: auto !important;
}

/*立候補者一覧確認画面のアクションを非表示*/
.forceListViewManager .forceActionsContainer :has(a[title="立候補者一覧確認依頼"]),
.forceListViewManager .forceActionsContainer :has(a[title="立候補者一覧確定"]),
.forceListViewManager .forceActionsContainer :has(a[title="候補者チェック"]),
.forceListViewManager .forceActionsContainer :has(a[title="内諾依頼"]) {
    display: none !important;
}

/*関連リストファイルの「ファイルを追加」ボタンを非表示*/
article.forceRelatedListCardDesktop[aria-label="ファイル"] .actionsContainer {
    display: none !important;
}

/*関連リストファイルの「新しいバージョンをアップロード」ボタンを非表示*/
button.slds-button.slds-button--icon-inverse.previewerAction.uiButton[title="新しいバージョンをアップロード"] {
    display: none;
}

/*ファイルの拡張アクションボタン非表示*/
a.menuButton.slds-button_icon-border-inverse.slds-button_icon-inverse.slds-button_icon-border-filled.slds-button_icon-x-small {
    display: none;
}

/*私のパスワード変更のポップアップ表示後の「保存」だけ残す*/
.null.comm-page-usersettings .slds-modal__footer .slds-button+.slds-button
{
    display:block!important;
    float:right
}

/*ユーザー設定内「キャンセル」ボタン非表示*/
.null.comm-page-usersettings .slds-button_neutral, .slds-button--neutral
{
    display:none
}

/*リストビュー：ヘッダーアクション以外を非表示、アクション右寄せ*/
div.forceListViewManagerHeader.slds-page-header > .slds-grid > .slds-col:nth-child(1),
div.forceListViewManagerHeader.slds-page-header > .slds-grid:nth-child(2) {
    display: none;
}
div.forceListViewManagerHeader.slds-page-header > .slds-grid:nth-child(1) {
    justify-content: right;
}

/*ユーザー設定の上部「保存」ボタン非表示*/
.forceCommunityUserSettingsCustomizable .paddingcancelsave
{
    display:none
}

/*ユーザー設定の詳細以下を非表示*/
.forceCommunityUserSettingsInternal .row.dropdownvisibility
{
    display:none
}

/*フッター背景色変更*//*サイト全体の文字サイズを変更*/
.forceCommunityRichText
{
    font-size: 16px!important
}

/*ナビゲーションメニュー文字サイズ変更*/
.forceCommunityThemeHeaderStacked .themeHeaderBottomRowInner
{
    font-size:15px!important
}

/*認定資格申請フロー枠線非表示*/
.forceCommunityFlowCommunity
{
    border:0!important
}

/*リストビュー「▼」非表示*/
.null.comm-page-home .slds-button_icon-x-small, .slds-button--icon-x-small
{
    display:none
}
        
/*リストビュー：ヘッダー非表示
div.forceListViewManagerHeader.slds-page-header
{
    display:none
}*/

/*ナレッジ背景*/
.selfServiceTopicArticleList .selfServiceArticleListItem
{
    background-color:#F6EFE5
}

/* ヘッダーフッター間隔 */
.siteforceContentArea {
    min-height: 800px; /* 必要に応じて調整 */
}

/* ===SHIFT '25.Feb.=== */

/* ホームお知らせ */
.cCommInfomationList .CommInformationList_TitleArea h2 {
    font-size: 1.1rem !important;
    font-weight: normal !important;
}
.Information_date__c {
    font-size: .85rem !important;
}
.Information_name {
    padding: unset !important;
    line-height: 1.3rem !important;
}
.Information_name a {
    font-size: 1rem;
    display: block;
    padding: .75rem 0.5rem !important;
    transition: 0.3s;
    font-weight: bold;
}
.Information_name a:after {
    font-family: FontAwesome !important;
    content: "\f054" !important;
    margin: 0 0.5rem 0 auto;
    position: absolute;
    right: 0;
}
.Information_name a:hover {
    text-decoration: none !important;
    color: #1eb8d4 !important;
    border-bottom: none !important;
}
.CommInformationList {
    margin-top: 1rem;
}
.cCommInfomationList .CommInformationList_Button a {
    background: #212254;
    padding: .5rem 1rem;
    border-radius: 100vh;
    transition: 0.3s;
}
.cCommInfomationList .CommInformationList_Button a:after {
    font-family: FontAwesome !important;
    content: "\f054" !important;
    margin-left: .5rem;
    vertical-align: middle;
}
.cCommInfomationList .CommInformationList_Button a:hover {
    text-decoration: none;
    background: rgb(5, 111, 184) !important;
}
@media screen and (max-width:766px) {
    .Information_date__c {
        width: 80px !important;
    }
    .CommInformationList_Button {
        text-align: center !important;
        margin-bottom: 1rem;
    }
    .CommInformationList_TitleArea h2 {
        padding-bottom: .5rem !important;
        justify-content: center;
    }
    .Information_name a {
        font-size: unset !important;
    }
    .cCommInfomationList .CommInformationList_Button a {
        background: #fff;
        color: #212254 !important;
        border: 1px solid #212254;
    }
    .cCommInfomationList .CommInformationList_Button a:hover {
        background: #fff !important;
        color: #212254 !important;
    }
}

/* ホームバナー */
.bannerLogoWrapper {
    text-align: center;
    padding: 0.5rem;
    background:rgb(236, 235, 234);
}
.bannerLogo {
    display: inline-block;
    margin: 5px;
    max-width: 280px;
}

/* フッター */
.footer-background {
    background-color:#056FB8
}

.footer-divider-links {
    flex-direction:row;
    text-align: center;
}
.footer-divider-links-inner {
    margin: 30px 0;
    padding: 15px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.footer-divider-links-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-divider-links-inner li {
    display: inline;
    border-right: 1px solid #fff;
    padding: 0 11px 5px 8px !important;
}
.footer-divider-links-inner li:last-child {
    border-right: none;
}
.footer-divider-links-inner li:before {
    display: none !important;
}
.footer-divider-links-inner li a {
    color: white;
}
.footer-divider-links-inner li a:hover {
    color: white;
}

.footer-divider-logos {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-divider-logos .footer-logo {
    text-align: right;
    width: auto;
    max-width: 400px;
    height: auto;
}
.footer-divider-logos .footer-address {
    text-align: left;
    padding-left: 40px;
    color: #fff;
    font-size: large;
}

@media screen and (min-width:767px) { 
    .footer-divider-links-mobile, .footer-divider-logos-mobile {
        display: none !important;
    }
}

.footer-divider-links-mobile .slds-size_1-of-1, .footer-divider-logos-mobile .slds-size_1-of-1 {
    margin-bottom: .5rem;
}
.footer-divider-links-mobile .slds-size_1-of-1 a, .footer-divider-logos-mobile .slds-size_1-of-1 p span {
    color: white;
}

.footer-copyright {
    padding: 20px 40px;
    text-align: center;
}
.footer-copyright p {
    color: white;
}

@media screen and (max-width:766px) {
    .footer-divider-links, .footer-divider-logos {
        display: none !important;
    }
    .footer-divider-links-mobile, .footer-divider-logos-mobile {
        display: block !important;
        padding: 20px 40px;
        flex-direction:column;
        text-align: center;
    }
    .footer-divider-logos-mobile .footer-logo {
        max-width:343px;
        width:100%;
        height:auto;    
    }
    /* モバイルでヘッダーを固定：モバイル会員証以外に適用 */
    body:not(:has(c-membership-certificate)) {
        margin-top: 70px !important;
    }
    .forceCommunityThemeHeaderBase {
        height: 70px !important;
        position: fixed !important;
        top: 0;
        padding: 10px;
        z-index: 1000 !important;
    }
}

/* レイアウト修正 */
/* フローの横幅 */
@media screen and (max-width:766px) { 
    .slds-p-horizontal_small, .flowruntimeBody__lwc {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

@media screen and (min-width:767px) { 
    .slds-p-horizontal_small, .flowruntimeBody__lwc {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* フローボタンの右余白を除去 */
.navigationBar {
    padding-right: 0 !important;
}



/* お問い合わせ作成ページ */
.forceCommunityContactSupportForm .slds-page-header__title,
.forceCommunityCaseDeflection .slds-page-header__title {
    font-weight: bold;
}
.forceCommunityContactSupportForm .header-message,
.forceCommunityCaseDeflection .header-message {
    padding-bottom: var(--lwc-spacingSmall, 0.75rem);
}
.forceCommunityContactSupportForm .forcePageBlockItem {
    padding-bottom: var(--lwc-spacingXSmall, 0.5rem);
}
.comm-topic-trending-articles__item .slds-text-body_small:first-child {
    padding-bottom: var(--lwc-spacingXSmall, 0.5rem);
}
.forceCommunityContactSupportForm .slds-p-horizontal_medium {
    padding-bottom: var(--lwc-spacingXSmall, 0.5rem);
}
.forceCommunityContactSupportForm .contactSupportButton {
    margin-left: var(--lwc-spacingSmall, 0.75rem) !important;
    margin-right: var(--lwc-spacingSmall, 0.75rem) !important;
}
.forceCommunityCaseDeflection li {
    padding-left: var(--lwc-spacingSmall, 0.75rem);
    padding-right: var(--lwc-spacingSmall, 0.75rem);
}

/* ナビゲーションメニューとパスが重なって表示するのを回避 JSA-3158 */
.slds-path__link {
    z-index: 4 !important;
}

/* ホーム画面トピック */
.homeTopicContainer {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.homeTopicBlock {
    display: flex;
    flex-direction: row;
    height: auto;
    gap: 3rem;
}
@media (max-width: 1025px) {
    .homeTopicContainer {
        gap: 1rem;
    }
    .homeTopicBlock {
        flex-direction: column;
        gap: 1rem;
    }
}
.homeTopicBox {
    flex-basis: 33.3333333333%;
    position: relative;
}
.homeTopicContainer .homeTopicBlock .homeTopicBox ul {
    padding-left: unset !important;
}
.homeTopicContainer .homeTopicBlock .homeTopicBox h3 {
    border-left: 8px solid #056FB8;
    border-bottom: 1px solid #231F20;
    font-size: 1.15em !important;
    padding: 3px 0 6px 10px;
    margin-bottom: 1rem;
    font-weight: bold;
}
.homeTopicContainer .homeTopicBlock .homeTopicBox ul li {
    margin-bottom: 1rem;
    padding-left: .85rem !important;
}
.homeTopicContainer .homeTopicBlock .homeTopicBox ul li a {
    color: #212529 !important;
    display: block;
}
.homeTopicContainer .homeTopicBlock .homeTopicBox ul li a:hover {
    text-decoration: none !important;
    color: #1eb8d4 !important;
    border-bottom: none !important;
}
.homeTopicContainer .homeTopicBlock .homeTopicBox ul li:before {
    display: none !important;
}
.homeTopicContainer .homeTopicBlock .homeTopicBox ul li a:after {
    font-family: FontAwesome !important;
    content: "\f054" !important;
    margin: 0 1rem 0 auto;
    position: absolute;
    right: 0;
}
.homeTopicBox h3 i {
    padding-right: .3rem;
}

/* モバイル版リストビューからアクションを除去 */
.forceCommunityRecordListMobile .forceCommunityActionsContainerMobile {
    display: none;
}
.forceCommunityRecordListMobile .listTitleContainer {
    display: none;
}

/* モバイル版フッター固定メニュー */
@media screen and (max-width:766px) {
    /* モバイル版ではメニュー用にbody位置を上げる */
    body {
        margin-bottom: 10% !important;
    }
    .scroll-to-top-button {
        bottom: 8% !important;
    }
}
.spFixedMenu {
    /* メニューをページ下部に固定 */
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 99;
    background: rgb(235, 235, 235);
}
.spFixedMenu ul {
    display: flex;
    padding:0 !important;
    width:100%;
    height: 60px;
}
.spFixedMenu li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 33.333%;
    padding:0 !important;
    border-right: 1px solid #fff;
}
.spFixedMenu li:last-child {
    border-right: none;
}
.spFixedMenu li:before {
    display: none !important;
}
.spFixedMenu a {
    display: block;
    color: #212529 !important;
    width: 100%;
    height: 100%;
    padding: 10px 0;
}
.spFixedMenu a:hover {
    border-bottom: none !important;
    text-decoration: none !important;
}
.spFixedMenu i {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
}
.spFixedMenu .miniText {
    display: block;
    font-size: 10px;
}
@media (min-width: 767px) {
    /* PCとタブレット版では非表示 */
    .spFixedMenu { display:none; }
}

/* トップページ流体 */
.forceCommunityThemeHeroBase .contentCaption {
    font-family: "Noto Sans", "Noto Sans JP", sans-serif !important;
    font-size: 2rem !important;
    padding-left: .5rem;
}
.forceCommunityThemeHeroBase .contentTitle {
    font-family: "Noto Sans", "Noto Sans JP", sans-serif !important;
    font-size: 5rem !important;
    font-weight: 700 !important;
    margin-top: none !important;
}
.hiroTitleWrap {
    position: relative;
}
.heroTitle {
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 31rem;
    padding-left: 1rem;
    z-index: 5;
    color: rgb(80, 80, 80);
    font-size: 65px !important;
    font-weight: 700;
}
.fluid-area {
    position: relative;
    display: flex;
    align-items: center;
}
.fluid-block {
    position: absolute;
    z-index: 4;
    bottom: 2rem;
    right: 2rem;
    width: 45rem;
    height: 35rem;
    animation-delay: 0.5s;
}
@media screen and (max-width: 960px) {
    .heroTitle {
        width: 100%;
        height: 9.5rem;
        z-index: 4;
        font-size: 22px !important;
    }
    .fluid-block {
        display: none;
    }
    .scrolldownWrap {
        display: none;
    }
    .forceCommunityThemeHeaderBase .themeBgImage {
        background: white !important;
    }
    .forceCommunityThemeHeroBase .contentCaption {
        font-size: 18px !important;
    }
    .forceCommunityThemeHeroBase .contentTitle {
        font-size: 36px !important;
    }
}
.fluid {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(255 255 255 / 0%), rgb(200 225 255 / 70%));
    animation: fluidrotate 30s ease 0s infinite;
}
@keyframes fluidrotate {
    0%, 100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}
.scrolldownWrap {
    position: relative;
}
.scrolldown {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 6rem;
    z-index: 5;
}
.scrolldown span {
    position: absolute;
    left: -20px;
    top: -25px;
    letter-spacing: 0.05rem;
}
.scrolldown::after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 30px;
    background: black;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}
@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }
    30% {
        height: 30px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}

/* トップページSNS */
.snsLinkWrap {
    position: relative;
}
.snsLink {
    position: absolute;
    z-index: 4;
    display: flex;
    justify-content: center;
    flex-direction: column;
    right: -1rem;
    background: white;
    width: 3rem;
    height: 2.5rem;
    padding-left: 1.05rem;
    border-radius: 5px 0 0 5px;
    color: rgb(80, 80, 80) !important;
    transition: all 0.3s ease-in-out;
}
.snsLink:hover {
    width: 4rem;
}
.snsLink.x-twitter {
    bottom: 13.8rem;
}
.snsLink.facebook {
    bottom: 11rem;
}
@media screen and (max-width: 960px) {
    .snsLinkWrap {
        display: none;
    }
}

/* 受講に伴うQA*/
.qaSection:first-child {
    margin-top: 4rem;
}
.qaSection {
    margin-bottom: 3rem;
    padding: 2rem 3.2rem;
    box-shadow: 4px 4px 24px 8px rgba(66, 116, 172, 0.05);
}
.qaSection p {
    display: flex;
    align-items: center;
    line-height: 1.7rem;
    letter-spacing: .7px;
}
.qaQuestion {
    display: flex;
    padding-bottom: 2rem;
}
.qaQuestion::before {
    font-family: 'FontAwesome';
    content: "Q";
    font-size: 40px;
    font-weight: 600;
    color: cornflowerblue;
    width: 60px;
    text-align: center;
    padding-right: 5rem;
}
.qaQuestion p {
  font-weight: 600;
  font-size: large;
}
.qaAnswer {
    display: flex;
}
.qaAnswer::before {
    font-family: 'FontAwesome';
    content: "A";
    font-size: 40px;
    font-weight: 600;
    color: lightcoral;
    width: 60px;
    text-align: center;
    padding-right: 5rem;
    padding-left: 0.15rem;
}
.qaOther h3 {
    border-left: 8px solid #056FB8;
    border-bottom: 1px solid #231F20;
    font-size: 1.15em !important;
    padding: 3px 0 6px 10px;
    margin-bottom: 1rem;
    font-weight: bold;
}
.qaOther li {
  min-height: 2rem;
}
.qaOther ol li:before {
  content: counter(list-num, decimal) !important;
  margin-right: 1rem;
  width: 25px;
  border: 1px solid rgb(80, 80, 80);
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width:766px) {
    .qaSection {
        margin-bottom: 2rem;
        padding: 1rem 1.5rem;
    }
    .qaQuestion::before {
        font-size: 30px;
        padding-right: 2rem;
    }
    .qaAnswer::before {
        font-size: 30px;
        padding-right: 2rem;
    }
    .qaOther ol {
        padding-left: unset !important;
    }
    .qaOther ol li:before {
        margin-right: .5rem !important;
    }
}

.orangePageH3 {
    border-left: 8px solid #056FB8;
    border-bottom: 1px solid #231F20;
    font-size: 1.15em !important;
    padding: 3px 0 6px 10px;
    margin-bottom: 1rem;
    font-weight: bold;
}
.orangePageH4 {
    font-size: 1em !important;
}
.orangePageSection {
    margin: 2rem 0;
}
.orangePageContents {
    margin: 0 1rem;
    line-height: 2;
}

/* 就任履歴メンテナンス */
.organizationPostHistory {
    text-align:center;
    /* margin-top: -1.5rem; */
}
.organizationPostHistory .maintenanceImage {
    width: 100%;
}
.organizationPostHistory .maintenanceImage img {
    max-width: 240px;
}
.organizationPostHistory .maintenanceBody {
    font-weight: bold;
    line-height: 2;
    font-size: 1.15rem;
}
@media screen and (max-width:766px) {
    .organizationPostHistory {
        margin-bottom: -2rem;
    }
    .organizationPostHistory .maintenanceBody {
        font-size: 0.85rem;
    }
}
@media screen and (min-width:767px) {
    .organizationPostHistory .maintenanceBody .br {
        display: inline-block;
    }
}
/* ===SHIFT '25.Feb.=== */

/** ▼▼▼モバイルデータテーブル対応▼▼▼ */
@media screen and (max-width:767px) {

    .dt-outer-container .slds-table_header-fixed_container {
        padding-top: 0;
    }

    .dt-outer-container table {
        display: block;
        position: relative;
    }
    .dt-outer-container table thead tr th[data-col-key-value="0-SELECTABLE_CHECKBOX-0"] {
        display: block;
        padding-right: 80px;
        top: -40px;
        left: 16px;
        z-index: 10;
        min-width: 1px;

    }
    .dt-outer-container table thead tr th[data-col-key-value="0-SELECTABLE_CHECKBOX-0"]::after {
        content: "全選択";
        position: absolute;
        top: 0.4rem;
        left: 2rem;
        font-size: 14px;
        color: #333;
        white-space: nowrap;

    }
    .dt-outer-container table thead tr th:not([data-col-key-value="0-SELECTABLE_CHECKBOX-0"]) {
        display: none;

    }

    .dt-outer-container table tbody,
    .dt-outer-container table tr,
    .dt-outer-container table th,
    .dt-outer-container table td {
        display: block;
        width: 95%;
        margin: 0 auto;
    }

    .dt-outer-container table tbody {
        margin-top: 2rem;
    }

    .dt-outer-container table tbody tr {
        margin-bottom: 1rem;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 10px;
        background-color: #f9f9f9;
    }

    .dt-outer-container table tbody td::before,
    .dt-outer-container table tbody th::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        color: #333;
    }
}
/** ▲▲▲モバイルデータテーブル対応▲▲▲ */

/* === JSA-4947 === */
@media only screen and (max-width: 47.9375em) {
    /* モバイルハンバーガーメニューを除去 */
    button.forceCommunityThemeNavTrigger {
        display: none;
    }

    /* プロフィールメニュー（右端の人アイコン）を除去 */
    .themeUtil.themeProfileMenu {
        display: none !important;
    }

    /* モバイル時にアプリメニューを表示するための領域を確保 */
    .forceCommunityThemeHeaderStacked .themeNav {
        bottom: 10% !important;
    }
    
    /* 子メニューの記述 */
    .forceCommunityThemeNav .mainNavItem .subMenuItem a::before {
        content: "┗ ";
    }
    .forceCommunityThemeNav .mainNavItem .subMenuItem a {
        padding: 10px 40px !important;
    }

    /* 角丸 */
    .forceCommunityThemeNav .mainNavItem > a,
    .forceCommunityThemeNav .mainNavItem.hasSubNav button,
    .forceCommunityThemeNav .mainNavItem .subMenuItem a {
        border-radius: 0.25rem !important;
        margin: 0.5rem 0.3rem;
        width: 97% !important;
        box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 15%);
    }
    
    /* hover時の記述：子を持つ親は除外 */
    .forceCommunityThemeNav .mainNavItem > a:hover,
    .forceCommunityThemeNav .mainNavItem .subMenuItem a:hover {
        background-color: rgb(240, 240, 240) !important;
    }

    /* ログアウトの記述：一番下のメニュー項目*/
    .forceCommunityThemeNav .mainNavItem.comm-navigation__top-level-item:nth-last-child(2) a {
        color: white;
        background: #056FB8;
        font-weight: bold;
    }
    .forceCommunityThemeNav .mainNavItem.comm-navigation__top-level-item:nth-last-child(2) a::after {
        content: "\f08b";
        padding-left: 0.3rem;
        font-family: FontAwesome;
    }
}
/* === JSA-4947 === */

/* === JSA-5163 === */
/* 選挙立候補画面のLWC */
c-candidate-information-tables .slds-card__header {
    padding-right: unset;
    padding-left: 0.5rem;
}
/* === JSA-5163 === */