/* Make header less visible */
#header {
    background: transparent;
    box-shadow: none;
}

#header .wrapper {
    justify-content: center !important;
}

#header .wrapper a.header-logo {
    pointer-events: none;
}

#header nav, #header #open-mobile-menu {
    display: none !important;
}

#main-content > section {
    max-width: 560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0rem .5rem;
}

a[disabled] .secondary-color,
a[disabled] .text {
    color: #666D92 !important;
    line-height: 24px;
}

a[disabled].card.action svg {
    width: 24px;
    height: auto;
    fill: #666D92;
}

a[disabled] .text.caption {
    font-size: 16px;
}