/* Universal */
h1, h2, h3, p { font-family: 'Denim-Regular', 'Helvetica Neue', sans-serif; }

/* Hero */
#cover-image-container { transform: translateY(-30px); }
/* Button */
#show-updates-dropdown { background-color: unset; border: 2px solid #fff; }
#show-updates-dropdown:hover { background-color: #fff; color: #110931; border: 2px solid #fff; }

.layout-content.status .masthead-container.premium .masthead .text-container { background-color: #110931; }

/* Border-Bottom */
.layout-content.status.status-index .border-color::before { border-bottom: solid 3px #37DC4B !important; }

/* Text in component box */
.layout-content.status.status-index .components-section .component-container .name {
    font-size: 20px;
    padding-left: 20px;
}

/* Status bar */
.layout-content.status.status-index .page-status .status {
    position: relative;
    top: 2px;
    padding-left: 20px;
}

.layout-content.status.status-index .components-section .components-uptime-link {
    margin-top: -10px;
    margin-bottom: 20px;
}

/* Subscribe button */
.updates-dropdown-container .show-updates-dropdown:after {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;
}

.layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown {
    padding: 10px 65px 9px;
}

.layout-content.status .masthead-container.premium .masthead .images-container {
    border-radius: 0px 0px 4px 4px !important;
}

.layout-content.status .masthead-container.premium .masthead .text-container {
    border-radius: 4px !important;
}


/* Sticky Nav */
/* Base styles for your section */
#sticky-section {
  height: 40px;
  margin: 0 auto;
}
/* #target-point { display: block; clear: both; height: 1px; margin-top: -1px; visibility: hidden; } */

/* Class injected by jQuery when scrolling past the threshold */
#sticky-section {
  	width: 100%; 
}
#sticky-section.is-sticky #ps-tab-bar {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1000;
  max-width: 850px; 
  transform: translateX(-50%);
}
#sticky-section.is-sticky {
  height: 116px;
  /* padding: 78px 0; */
}
button.ps-tab { background-color: #fff; }

.is-sticky #ps-tab-bar { background-color: #fff; width: 100%; }

/* Legend */
.layout-content.status.status-index .page-status.status-none {
    background-color: #2ecc71;
}

.components-container .component-inner-container.status-green .icon-indicator {
    color: #2ecc71;
}

.fa-check:before {
    color: #2ecc71;
}

.fa-minus-square:before {
    color: #ffc400;
}

/* Colors of Incident box */
/* Minor */
.layout-content.status.status-index .unresolved-incident.impact-minor .incident-title {
    background-color: #ffc400;
    border-radius: 4px 4px 0px 0px;
}

.layout-content.status.status-index .unresolved-incident.impact-minor .updates,
.layout-content.status.status-index .scheduled-incidents-container {
    border-color: #ffc400;
    border-radius: 0px 0px 4px 4px;
}

/* Major */
.layout-content.status.status-index .unresolved-incident.impact-major .incident-title {
    border-color: #E67E22;
    border-radius: 4px 4px 0px 0px;
}

.layout-content.status.status-index .unresolved-incident.impact-major .updates,
.layout-content.status.status-index .scheduled-incidents-container {
    border-color: #E67E22;
    border-radius: 0px 0px 4px 4px;
}

/* Critical */
.layout-content.status.status-index .unresolved-incident.impact-critical .incident-title {
    background-color: #FF8080;
    border-radius: 4px 4px 0px 0px;
}

.layout-content.status.status-index .unresolved-incident.impact-critical .updates,
.layout-content.status.status-index .scheduled-incidents-container {
    border-color: #FF8080;
    border-radius: 0px 0px 4px 4px;
}

/* Maintenance */
.layout-content.status.status-index .unresolved-incident.impact-maintenance .incident-title {
    background-color: #3498DB;
    border-radius: 4px 4px 0px 0px;
}

.layout-content.status.status-index .unresolved-incident.impact-maintenance .updates,
.layout-content.status.status-index .scheduled-incidents-container {
    border-color: #3498DB;
    border-radius: 0px 0px 4px 4px;
}

/* Merchant Solutions *TBD* */
.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(1) {
    margin-top: 60px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
    width: 49%;
    float: left;
    clear: left;
}

.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(2) {
    margin-top: 60px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    float: right;
    clear: right;
    border-radius: 4px !important;
    width: 49%;
}

.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(3) {
    width: 49%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
    margin-top: 15px;
    float: left;
    clear: left;
}

.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(4) {
    width: 49%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
    margin-top: 15px;
    float: right;
    clear: right;
}

.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(5) {
    width: 49%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
    margin-top: 15px;
    float: left;
    clear: left;
}

.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(6) {
    width: 49%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
    margin-top: 15px;
    float: right;
    clear: right;
}

.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(7) {
    width: 49%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
    margin-top: 15px;
    float: left;
    clear: left;
}

.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(8) {
    width: 49%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
    margin-top: 15px;
    float: right;
    clear: right;
}

.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(9) {
    width: 49%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
    margin-top: 15px;
    float: left;
    clear: left;
}

.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(10) {
    width: 49%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
    margin-top: 15px;
    float: right;
    clear: right;
}

.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(11) {
    margin-top: 110px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
    width: 100%;
}

.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(12) {
    margin-top: 15px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
    float: left;
    width: 49%;
    clear: left;
}

.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(13) {
    margin-top: 15px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    float: right;
    border-radius: 4px !important;
    width: 49%;
    clear: right;
}

.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(14) {
    width: 49%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
    margin-top: 15px;
    float: left;
    clear: left;
}

.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(15) {
    border: 2px solid rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    border-radius: 4px !important;
    width: 49%;
    float: right;
    clear: right;
}

/* 3rd Parties */
.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(16) {
    margin-top: 110px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
    width: 100%;
}

/* SECTION LABELS */
.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(1)::before {
    content: "MERCHANT SOLUTIONS";
    position: absolute;
    margin-top: -90px;
    border-bottom: solid 3px #7887e6;
    width: 777px;
    font-size: 20px;
    font-weight: 500;
    padding: 1rem;
}



.shared-partial.uptime-90-days-wrapper {
    display: none;
}

.layout-content.status.status-index .components-section .component-container.is-group.open .child-components-container .uptime-90-days-wrapper {
    display: none;
}

.layout-content.status.status-index .components-section .component-container.is-group {
    padding: 1.1rem 1.25rem 1rem;
}

/* Colors of statuses & incidents */
.components-container .component-inner-container.status-green .component-status {
    color: #2ecc71;
}

.components-container .component-inner-container.status-yellow .component-status {
    color: #f1c40f;
}

.components-container .component-inner-container.status-orange .component-status {
    color: #E67E22;
}

.components-container .component-inner-container.status-red .component-status {
    color: #FF8080;
}

.components-container .component-inner-container.status-blue .component-status {
    color: #3498DB;
}

.layout-content.status.status-index .unresolved-incidents .unresolved-incident .updates {
    padding: 1.25rem;
    border-style: solid;
    border-width: 1px;
    border-top: none;
}

/* ============================================================
   THREE-TAB NAVIGATION BAR
   Styled to match the Subscribe to Updates button aesthetics
   ============================================================ */

/* Hide the redundant uptime/history link */
.components-uptime-link.history-footer-link {
    display: none !important;
}

/* Tab bar wrapper */
#ps-tab-bar {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    margin: 0 auto 36px;
    padding: 0;
    box-sizing: border-box;
}

/* Individual tab button */
.ps-tab {
    display: inline-block;
    width: 100%;
    padding: 10px 32px 9px;
    background-color: transparent;
    /* color: #110931; */
    color: #5A28FF;
    /* border: 2px solid #110931; */
    border: 2px solid #5A28FF;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    white-space: nowrap;
    outline: none;
    text-align: center;
}

/* Hover */
.ps-tab:hover {
    background-color: #5A28FF;
    color: #ffffff;
}

/* Hover 
.ps-tab:hover {
    background-color: #110931;
    color: #ffffff;
} */

/* Active / selected */
.ps-tab.ps-tab--active {
    background-color: #5A28FF;
    color: #ffffff;
    border-color: #5A28FF;
}

/* Active / selected 
.ps-tab.ps-tab--active {
    background-color: #110931;
    color: #ffffff;
    border-color: #110931;
} */

/** Hide Button on Live Status Page 
.history-footer-link { display: none; } 

#ps-tab-live.ps-tab--active ~ .history-footer-link,
#ps-tab-maintenance.ps-tab--active ~ .history-footer-link {
  display: none !important;
} **/

/* This class is added dynamically by JavaScript */
.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* ── Legend / status-icons bar spacing ── */
/* Pulled out of the components-section flow and given proper breathing room */
.layout-content.status.status-index .components-section .component-statuses-legend {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 20px 0 24px;
}

/* Mobile */
@media only screen and (max-width: 768px) {

    span.tool.icon-indicator.fa.fa-check:before {
        content: "";
    }

    .layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(n+1):nth-child(-n+8),
    .layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(n+11):nth-child(-n+15) {
        margin-top: 15px;
        border: 2px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px !important;
        width: 100%;
        float: none;
    }

    .layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(9) {
        margin-bottom: 110px;
    }

    .layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(10) {
        margin-bottom: 110px;
    }

    .layout-content.status.status-index .components-section .components-container .component-container .name {
        font-size: 16px;
    }

    .layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(1)::before,
    .layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(9)::before,
    .layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(10)::before,
    .layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(11)::before,
    .layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(16)::before {
        width: 77%;
        font-size: 16px;
    }

    .layout-content.status.status-index .page-status.status-none {
        margin-bottom: 100px;
    }

    #ps-tab-bar {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 28px;
    }

    .ps-tab {
        min-width: 0;
        width: 90%;
        max-width: 360px;
        padding: 12px 20px;
    }
}