/* =========================================================
DRCLEAR - Price Note Tight Spacing
========================================================= */

.single-product .drclear-price-note {
    display: block;
    margin-top: 0 !important;
    padding-top: 0 !important;
    font-size: 14px;
    line-height: 1.3;
    color: #2f3a44;
    font-weight: 500;
}

/* Tighten Elementor widget spacing around the note */
.single-product .drclear-price-note.elementor-widget,
.single-product .elementor-widget-container .drclear-price-note {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media (max-width: 767px) {
    .single-product .drclear-price-note {
        margin-top: -2px !important;
        font-size: 13px;
        line-height: 1.25;
    }
}