/**
 * MFS MAP Core - Frontend Styles
 */

/* Strikethrough MAP price */
.mfs-map-core-price del.mfs-map-strikethrough {
    color: #999;
    font-size: 0.9em;
    text-decoration: line-through;
    opacity: 0.7;
}

.mfs-map-core-price del.mfs-map-strikethrough .woocommerce-Price-amount {
    color: #999;
}

/* MAP label text (in_cart mode) */
.mfs-map-core-price .mfs-map-label {
    display: inline-block;
    color: #0073aa;
    font-weight: 600;
    font-size: 0.95em;
    margin-top: 4px;
}

/* See Price link (on_gesture mode) */
.mfs-map-core-price .mfs-map-see-price-link {
    display: inline-block;
    color: #0073aa;
    font-weight: 600;
    font-size: 0.95em;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 4px;
}

.mfs-map-core-price .mfs-map-see-price-link:hover {
    color: #005177;
}

/* Cart price display */
.mfs-map-cart-price del.mfs-map-strikethrough {
    color: #999;
    text-decoration: line-through;
    font-size: 0.9em;
    margin-right: 4px;
}

.mfs-map-cart-price del.mfs-map-strikethrough .woocommerce-Price-amount {
    color: #999;
}

.mfs-map-cart-price ins {
    text-decoration: none;
    font-weight: 600;
    color: #77a464;
}

.mfs-map-cart-price .mfs-map-savings {
    color: #77a464;
    font-weight: 600;
}

/* Dialog overrides */
.mfs-map-dialog {
    z-index: 100100 !important;
}

.mfs-map-dialog .ui-dialog-titlebar {
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}

.mfs-map-dialog .ui-dialog-content {
    padding: 20px !important;
}

.mfs-map-dialog-content .mfs-map-dialog-price {
    font-size: 1.3em;
    margin-bottom: 10px;
}

.mfs-map-dialog-content .mfs-map-dialog-savings {
    color: #77a464;
    font-weight: 600;
    font-size: 1.1em;
}
