﻿/* payout */

html:has(.payout-cert-card) {
    height: 210mm;
    width: 297mm;
    overflow: hidden;
}

.payout-cert-card {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    vertical-align: middle;
}

.payout-cert-card img {
    height: 210mm;
    width: 297mm;
}

.payout-cert-card-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: absolute;
    margin-top: 82mm;
    gap: 30px;
    text-align: center;
    right: 50%;
    transform: translateX(50%);
}

.payout-cert-card-text {
    color: #d39b52;
    font-size: 27px;
    font-weight: 700;
    line-height: 8mm;
    white-space: nowrap;
}

/* upgrade */

html:has(.upgrade-cert-card) {
    height: 210mm;
    width: 297mm;
    overflow: hidden;
}

.upgrade-cert-card {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    vertical-align: middle;
 
}

    .upgrade-cert-card img {
        height: 210mm;
        width: 297mm;
    }

.upgrade-cert-card-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: absolute;
}

.upgrade-cert-title-container {
    margin: 82.5mm auto 0 auto;
}

.upgrade-cert-title {
    color: #d39b52;
    font-size: 35px;
    font-weight: 700;
    white-space: nowrap;
}

.upgrade-cert-description {
    color: white;
    font-size: 3mm;
    font-weight: 400;
    line-height: normal;
    margin-top: 16mm;
    max-width: 166mm;
}
