/* ============================================
    Plunksna Woo Product Notice - v1.10.7
   ============================================ */

.plunksna-woo-product-notice {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 6px;
}

.plunksna-woo-product-notice__title {
    margin: 0;
    color: #b8933f;
    font-size: inherit;
    line-height: 1.35;
    font-weight: 600;
}

.plunksna-woo-product-notice__message {
    color: #b8933f;
    font-size: inherit;
    line-height: 1.35;
}

.plunksna-woo-product-notice__message p:last-child {
    margin-bottom: 0;
}