
:root {
    --epaperGap : 2rem;
    --lawiGreen: #298851;
}
.row.epaper .epaperCard {
    background: var(--lawiGreen);
    padding: 2.5rem 1rem;
    color: white;
    height: 100%;
}

.epaperCard h3 {
    text-align: center;
}

.row.epaper, .row.epaper .col-4 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

.row.epaper {
    gap: var( --epaperGap ) !important;
    margin-bottom: var( --epaperGap ) ;
}

.row.epaper > div {
    max-width: 100%  !important;
    flex: 0 0 100%;
}

@media screen and (min-width: 768px){
    .row.epaper > div {
        max-width: calc( 33.33% - var( --epaperGap )  ) !important;
        flex: 0 0 calc( 33.33% - var( --epaperGap )  );
    }
}

.epaperCard h3 {
    font-size: 1.9rem;
}

.epaperCard ul li {
    list-style: auto;
    margin-bottom: 0.5rem;
    padding-left: 2rem !important;
    align-items: center;
    justify-content: flex-start;
}

.epaperCard ul li:before {
     font-family: "FontAwesome";
     font-weight: 900;
     content: "\f14a" !important;
     top: 2px;
 }

.row.epaper button.btn.btn-primary.subscribe-now {
    background-color: white;
    color: green;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    display: block;
    text-transform:uppercase;
    border-color: var(--lawiGreen);
}

button.btn.btn-secondary.already-subscribed {
    background-color: white !important;
    color: var(--lawiGreen) !important;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    display: block;
    text-transform:uppercase;
    border-color: var(--lawiGreen);
    opacity: 0.5;
    cursor: default;
    visibility: visible !important;
}

.row.epaper hr {
    border-top-color: white;
    margin: 2.5rem 0;
}

.row.epaper select {
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 90%;
}

.row.epaper .price {
    font-size: 1.2rem;
    text-align: center;
    margin: 2rem 0 1rem;
}

.row.epaper .price .big {
    font-size: 1.5em;
    display: inline-block;
}

.modal-dialog {
    color: #555;
}

.modal-dialog p.login-username,
.modal-dialog p.login-password {
    display: flex;
    flex-direction: column;
}

.modal-dialog div.tab-content {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    border: solid 1px #dedede;
    border-top: 0;
}

.modal-dialog li.nav-item a {
    text-decoration:  none;
}

/* /mein-konto */
.woocommerce-account .woocommerce-MyAccount-content table {
    margin: 1rem 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce_account_subscriptions {
    margin-bottom: 1rem;
}

body.woocommerce-view-subscription div.woocommerce-MyAccount-content table tr th,
body.woocommerce-view-subscription div.woocommerce-MyAccount-content table tr td {
    padding: 5px 25px !important;
}

body.woocommerce-view-subscription div.woocommerce-MyAccount-content .woocommerce-customer-details address{
    padding: 15px !important;
}

body.woocommerce-view-subscription .shop_table.subscription_details tr td a.button,
body.woocommerce-view-subscription .shop_table.my_account_orders tr td a.button {
    background-color: var(--lawiGreen);
    color: #fff;
    font-weight: 900;
    padding: 5px 12px;
    border-radius: 3px;
    text-decoration: none;
    margin: 7.5px 7.5px 7.5px 0px;
}

#lawiEpaperModal #epaperModalTab li.nav-item::before {
    display: none;
}

div.woocommerce_account_subscriptions div.card > div:last-child {
    border: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

div.woocommerce-MyAccount-content table.shop_table.subscription_details a.button.change_payment_method {
    display: inline-flex;
    justify-content: center;
}

div.woocommerce-notices-wrapper div.alert.alert-primary a.button.wc-forward.wp-element-button {
    background-color: var(--lawiGreen);
    border: 0;
    text-decoration: none;
    outline: 0;
    font-size: 1rem;
    color: #fff;
    font-weight: 900;
    padding: 5px 12px;
    border-radius: 3px;
    margin-right: 25px;
}

div.woocommerce-notices-wrapper div.alert.alert-primary a.button.wc-forward.wp-element-button:hover {
    outline: 0;
    border: 0;
    background-color: #439464;
    color: #fff;
}

div.woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    padding-top: 50px;
}

/* paywall new */

.lawi-li-check-mark,
.paid-content-div.new details ul {
    padding-left:0;
    & li {
        list-style-type: none;
        line-height: 2em;

        &:before {
            font-family: 'FontAwesome';
            content: "\f00c";
            font-size: 0.6em;
            padding: 0.3em;
            margin-right: 1em;
            color: var(--lawiGreen);
            border: 2px solid var(--lawiGreen);
            border-radius: 50%;
            top: -0.1em;
            position: relative;
        }
    }
}
.paid-content-div.new details ul {
    li {
        text-indent: -28px;
        padding: 0.5em 0 0.5em 28px;
        line-height: 1em;
    }
}

/*.article-content  .paid-content-div.new {*/
/*    background-color: var(--lawiGreen);*/
/*    background-color:red;*/
/*    padding: 2rem;*/
/*    color: white;*/
/*    margin-bottom: 1rem;*/

/*    & a {*/
/*        color:white;*/
/*    }*/

/*    .not-logged-in {*/
/*        font-size: 85%;*/

/*        & a {*/
/*            font-size: inherit;*/
/*        }*/
/*    }*/

/*    details {*/
/*        position: relative;*/
/*        color: #000;*/
/*        background-color: white;*/
/*        margin-bottom: 2rem;*/
/*        border-radius: 5px;*/
/*        padding: 1rem;*/

/*        & summary:after {*/
/*            position: absolute;*/
/*            font-family: "FontAwesome";*/
/*            content: "\f106";*/

/*            width: 1.5em;*/
/*            height: 1.5em;*/
/*            background: var(--lawiGreen);*/
/*            border: 2px solid white;*/
/*            border-radius: 50%;*/

/*            text-align: center;*/
/*            color: white;*/
/*            line-height: 19px;*/
/*            transform: rotate(180deg);*/
/*            bottom: calc(-1.5em / 2);*/
/*            left: 50%;*/
/*            left: calc( 50% - ( 1.5em / 2 ) );*/

/*        }*/

/*        &[open] summary:after {*/
/*            transform: rotate(0deg);*/
/*        }*/

/*        !*// safari support*!*/
/*        & summary::-webkit-details-marker {*/
/*            display: none;*/
/*        }*/

/*        & summary {*/
/*            display: flex;*/
/*            justify-content: space-between;*/

/*            & p {*/
/*                margin-bottom: 0;*/
/*                line-height: 1.1em;*/

/*                &:not(.abo-price) {*/
/*                    font-weight: bold;*/
/*                }*/
/*            }*/

/*            & .abo-duration {*/
/*                font-size: 90%;*/
/*                text-align: right;*/
/*            }*/

/*            & .abo-price {*/
/*                font-size: 80%;*/
/*                text-align: right;*/
/*            }*/
/*        }*/

/*        & .btn.subscribe-now {*/
/*            width: -webkit-fill-available;*/
/*            font-size: 90%;*/
/*            */
/*        }*/
/*    }*/
/*}*/

div.action-container a.btn.lawi-subscription-btn-secondary {
    background-color: white;
    color: var(--lawiGreen);
    width: 100%;
    margin: 0 auto;
    display: block;
    text-transform:uppercase;
    border-color: var(--lawiGreen);
    opacity: 0.5;
    cursor: default;
    visibility: visible !important;
}

div.action-container a.btn.disabled {
    background-color: #A1A1A1 !important;
    color: #4A4A4A  !important;
    visibility: visible !important;
    cursor: not-allowed !important;
    pointer-events: all !important;
}
