.order-detail-subscription {
    padding: 0px !important;
}

.order-again {
    display: none !important;
}

.order-top {
    background: #FFFEF3;
    padding: 2rem 6rem 0 6rem !important;

    .order-id h1 {
        color: #231F20;
        font-family: Archivo;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }

    .order-again button {
        display: flex;
        padding: 12px 20px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        background: #607245;
        color: #FFF;
        font-family: Archivo;
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 150%;
        letter-spacing: 1.92px;
        text-transform: uppercase;
        border-radius: inherit;
    }
}


.order-detail {
    position: relative;
    min-width: 422px;

    .details-card {
        border: none;
        background: transparent !important;
        box-shadow: none !important;
        position: absolute;
        bottom: -8px;

        .slds-card__header {
            display: none;
        }

        .slds-dl_inline {
            display: flex;
            flex-direction: row;
            gap: 4px;
            margin-left: 0px;
            margin-top: 16px;

            .field-item {
                .slds-dl_inline__label span {
                    color: #5A5A5A;
                    font-family: Archivo;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 124%;
                    letter-spacing: 0.16px;
                }

                .slds-dl_inline__detail span {
                    color: #231F20;
                    font-family: Archivo;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 124%;
                    letter-spacing: 0.16px;
                }
            }
        }
    }
}