/*
* Basic Styles For the frontend by DRTSWebWorks
*/

.drtswwc-price {
    font-size: 1em;
    display: inline-block;
    margin: 0 5px;
}

.drtswwc-price .amount {
    font-weight: bold;
}

.drtswwc-currency-switcher {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}

@media (max-width: 768px) {
    .drtswwc-price {
        font-size: 0.9em;
    }

    .drtswwc-currency-switcher {
        font-size: 12px;
    }
}