/*********************************************************************
 * DEFAULT - START
 ********************************************************************/
.card-price {
    background-color: var(--bs-white);
    box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
    border-top: 4px solid var(--bs-white);
    padding: 60px 40px;
    border-radius: 5px;
}

.card-price .card-title {
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 1.25rem;
}

.card-price .price-and-unit {
    color: var(--bs-primary);
    font-size: 3rem;
    font-weight: 400;
    font-family: var(--mp-heading-font);
    margin-bottom: 0;
}

.card-price .price-and-unit .price {
    font-size: 1.75rem;
}

.card-price .price-and-unit span {
    font-size: 1.25rem;
    color: rgba(var(--bs-body-color-rgb), 0.5);
}

.card-price li {
    padding: 0.625rem 0;
    display: flex;
    align-items: center;
}

.card-price li.na {
    color: rgba(var(--bs-body-color-rgb), 0.5);
}

.card-price li:not(.na):before {
    color: var(--bs-success);
}

.card-price li.na:before {
    content: "\f62a";
    color: rgba(var(--bs-body-color-rgb), 0.5);
}

.card-price .card-text {
    padding: 1.25rem 0;
}

.card-price .card-text+.card-link {
    margin-top: 1rem;
}

.card-price .card-link {
    padding: 0.5rem 2rem 0.625rem 2rem;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    transition: 0.3s;
    border: 1px solid var(--bs-primary);
    display: inline-block;
}

.card-price .card-link:hover,
.card-price .card-link:focus {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.card-price.frame-layout-1 {
    border-top-color: var(--bs-primary);
}

.card-price.frame-layout-1 .card-body {
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}

.card-price.frame-layout-1 .card-link {
    background: var(--bs-primary);
    color: var(--bs-white);
}

/*********************************************************************
 * DEFAULT - END
 ********************************************************************/
/*********************************************************************
 * WACON - START
 ********************************************************************/
.card-price.frame-layout-1,
.card-price.frame-layout-1 .card-body {
    padding: 0;
}

.card-price.frame-layout-1 {
    text-align: center;
}

.card-price.frame-layout-1 .card-title {
    background-color: var(--bs-white);
    padding: 0.75rem 1.25rem;
    margin: 0;
    line-height: 1;
}

.card-price.frame-layout-1 .card-title * {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 600;
}

.card-price.frame-layout-1 .card-text {
    padding: 1rem;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-size: 1.5rem;
    font-weight: 600;
}
/*********************************************************************
 * WACON - END
 ********************************************************************/
