#section-supportus {
    padding-top: 150px;
    background: var(--gradientr);
}
@media only screen and (max-width: 660px) {
    #section-supportus {
        padding-top: 80px;
    }
}

.supportus-header {
    border-radius: 20px;
    background-color: rgba(215, 255, 181, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 50px 70px;
    margin-right: -260px;
    max-width: 920px;
    width: 100%;
}

.supportus-header h2 {
    font-size: 25px;
    line-height: 32px;
    font-family: var(--font-text);
    font-weight: 900;
    margin: 0 0 10px 0;
}

.supportus-header p {
    font-size: 60px;
    line-height: 70px;
    font-family: var(--font-heading);
    font-weight: 900;
    margin: 0;
}

.supportus-intro {
    font-family: var(--font-light);
    font-size: 16px;
    line-height: 30px;
    max-width: 520px;
}

.supportus-donate {
    display: inline-flex;
    background-color: rgba(215, 255, 181, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 20px;
    box-shadow: 30px 33px 40px #02144c26;
    margin-bottom: 50px;
}

.supportus-donate a {
    display: inline-flex;
    flex-direction: column;
    font-size: 14px;
    text-decoration: none;
    color: var(--color-text);
    text-align: center;
    padding: 25px 35px;
}

.supportus-donate a:hover {
    text-decoration: underline;
}

.supportus-donate a img {
    width: 300px;
    height: auto;
    margin-bottom: 20px;
}

.supportus-donate,
.supportus-wallet {
    width: 100%;
    max-width: 400px;
}

.supportus-wallet {
    padding: 15px;

    background-color: rgba(215, 255, 181, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 20px;
    box-shadow: 30px 33px 40px #02144c26;
}

.supportus-wallet-lnurl,
.supportus-wallet-address {
    display: flex;
}

.supportus-wallet-lnurl {
    margin-bottom: 10px;
}

.supportus-wallet-lnurl-value,
.supportus-wallet-address-value {
    flex-grow: 1;
    margin-right: 10px;
}

.supportus-wallet-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.supportus-wallet-list li {

}

.supportus-wallet-list li:not(:last-of-type){
    margin-right: 5px;
}

.supportus-wallet-list li a {
    display: block;
    padding: 5px;
    font-size: 20px;
    color: var(--color-text);
    text-decoration: none;
    transition: transform 250ms linear;
}

.supportus-wallet-list li a i {
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
}

.supportus-wallet-list li a:hover {
    transform: scale(1.25);
    transition-duration: 50ms;
}

.supportus-wallet-lnurl input,
.supportus-wallet-address input {
    border: 0;
    background: transparent;
    outline: none;
    font: inherit;
    padding: 10px 20px;
    width: 100%;
    border-radius: 10px;
    background-color: var(--color-white);
    min-width: 100px;
}

.supportus-wallet-qr {
    position: relative;
    display: none;
}

#section-supportus.show-qr .supportus-wallet .supportus-wallet-qr {
    display: block;
    padding: 25px;
}

#section-supportus.show-qr .supportus-wallet .supportus-wallet-logo,
#section-supportus.show-qr .supportus-wallet .supportus-wallet-lnurl,
#section-supportus.show-qr .supportus-wallet .supportus-wallet-address {
    display: none;
}

.supportus-wallet-qr-close {
    position: absolute;
    right: 0;
    top: 0;
    color: var(--color-text);
    text-decoration: none;
    font-size: 18px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.supportus-wallet-qr-image {
    display: block;
    background-color: var(--color-white);
    border-radius: 10px;
}

.supportus-wallet-qr-image img {

}

.supportus-wallet-logo {
    margin-bottom: 20px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.supportus-columns {
    display: flex;
    justify-content: center;
}

.supportus-column {
    margin: 50px;
}

.supportus-brands {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 100px;
}

.supportus-brands-title,
.supportus-amboss-title {
    font-size: 30px;
    line-height: 40px;
    font-family: var(--font-heading);
    font-weight: 900;
    margin: 0 0 20px 0;
}

.supportus-brands ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.supportus-brands ul li {
    margin: 5px;
    background-color: var(--color-white);
    border-radius: 10px;
}

.supportus-brands ul li a {
    display: block;
    padding: 10px;
    border-radius: 10px;
}

.supportus-brands ul li img {
    width: 200px;
    height: 100px;
    object-fit: contain;
}

.supportus-amboss {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.supportus-amboss-widget {
    width: 100%;
}

.supportus-amboss-widget iframe {
    border: 0;
    height: 300px;
    width: 100%;
}


@media only screen and (max-width: 1000px) {
    .supportus-header {
        padding: 20px;
    }
    .supportus-header-inner h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .supportus-header-inner p {
        font-size: 35px;
        line-height: 45px;
    }

    .supportus-columns {
        flex-direction: column;
        width: 100%;
    }
    .supportus-column {
        margin: 20px 0;
    }
    #section-supportus {
        padding-bottom: 50px;
    }
    .supportus-brands {
        margin-top: 20px;
        align-items: flex-start;
    }
}


@media only screen and (max-width: 640px) {
    .supportus-brands ul li img {
        width: 150px;
        height: 75px;
    }
}