.order-status-container h1{
    font-size: 22px;
    font-weight: 700;
}

.order-status-loading-container{
    display: flex;
    height: 100%;
    width: 100%;
    min-height: 80vh;
}

.order-status-loading-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.order-status-loading-content p{
    margin: 0;
}

.order-status-box{
    padding: 24px 40px;
}

.order-summary-container{
    max-width: 496px;
}

.order-summary-fields{
    display: flex;
    flex-direction: row;
}

.order-summary-headers, .order-summary-values{
    display: flex;
    flex-direction: column;
}

.order-summary-headers{
    margin-right: 16px;
}

.order-summary-values span, .order-summary-headers strong{
    display: block;
}

.order-summary-values span:not(:last-child), .order-summary-headers strong:not(:last-child){
    margin-bottom: 8px;
}

.order-line-items-container{
    margin-top: 16px;
    max-width: 780px;
}

.line-item-row{
    display: flex;
    gap: 8px;
    padding-bottom: 16px;
}

.line-items-product, .line-items-license, .line-items-price{
    flex-grow: 1; 
}

.line-items-product, .line-items-license{
    display: flex;
}

.line-items-product{
    width: 30%;
    max-width: 300px;
}

.line-items-product img{
    width: 64px;
    height: 64px;
}

.line-items-product span{
    display: block;
    margin-bottom: 4px;
}

.line-items-license{
    width: 50%;
    max-width: 250px;
}

.line-items-price{
    width: 20%;
    max-width: 150px;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .line-item-row{
        flex-wrap: wrap;
    }

    .line-items-product, .line-items-license, .line-items-price{
        width: 100%;
        max-width: unset;
    }

    .line-items-price{
        text-align: unset;
    }
}

.line-items-row-border{
    flex-grow: 1;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
}

.line-items-bottom-border{
    margin: 8px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.38);
}

.totals{
    display: flex;
    justify-content: flex-end;
}

.total-headers, .total-values{
    display: flex;
    flex-direction: column;
}

.total-headers strong{
    padding-right: 16px;
}

.total-values{
    text-align: right;
}

.total-headers strong:not(:last-child), .total-values span:not(:last-child){
    margin-bottom: 8px;
}

.total-headers strong, .total-values span{
    display: block;
}

.total-border{
    border-top: 1px solid black;
}

.card-logo{
    width:32px;
    height:auto;
}

.product-container{
    margin: .5rem 0!important;
}

.product-row{
    display: inline-block;
}

.product-row p{
    margin-bottom: 0;
}

.product-title{
    font-size: 1.3rem;
    font-weight: 700;
}

.product-host{
    font-size: 1.1rem;
    font-weight: 600;
}

.product-image-container{
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 0 1rem;
}

.product-image{
    height: 100%;
    width:auto;
}

.standard-license-box-container{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.standard-license-box{
    border: 2px dashed rgba(0, 0, 0, 38%);
    stroke-width: 1px;;
    border-radius: 8px;
    padding: 10px 24px;
    margin-bottom: 8px;
}

.license-box span{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .5px;
}

.license-button{
    background-color: #E5E5E6!important;
    padding: 6px 32px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 6px;
    color: black;
}

.license-button:hover{
    color: black;
    background-color: #D5D5D6!important;
}.hub-status-container{
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    background-color: white;
}

.hub-status-icon{
    margin-bottom: 24px;
}

.thank-you-header{
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
}

.hub-status-container p{
    margin: 0;
}

.license-box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.license-box-container > p{
    flex-basis: 100%;
}

.license-box{
    border: 2px dashed rgba(0, 0, 0, 38%);
    stroke-width: 1px;;
    border-radius: 8px;
    padding: 10px 24px;
    margin-top: 16px;
}

.license-box span{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .5px;
}
