@import 'woosub/front-loader';
@import 'woosub/front-forms';
@import 'woosub/front-public';
@import 'woosub/front-modal';
@import 'woosub/front-swtich';
@import 'woosub/front_manage-subscriptions';

/* Style the buttons that are used to open and close the woosubaccordion woosub_panel */
.woosubaccordion {
    background-color: #ffffff;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .0784313725);
    color: #222;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: right;
    border: none;
    outline: none;
    transition: 0.4s;
    display: block;
    margin: 20px 0;

    &:after {
            content: '\02795';
            font-size: 13px;
            color: #777;
            float: left;
            margin-right: 5px;
        }
}

.woosubactive:after {
    content: "\2796";
}

/* Style the woosubaccordion woosub_panel. Note: hidden by default */
.woosub_panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    padding: 25px;
    transition: max-height 0.2s ease-out;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .0784313725);

    p {
        margin: 0;
        padding: 0;
    }
}