/**
 * SkinThings Grundpreis - Frontend Styles
 */

.stg-grundpreis-komplett {
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 10px 0;
}

.stg-inhalt {
    font-weight: 500;
    color: #333;
}

.stg-grundpreis {
    color: #888;
}

.stg-mwst {
    font-size: 12px;
    color: #777;
}

.stg-versand {
    font-size: 12px;
    color: #777;
}

.stg-versand a {
    color: inherit;
    text-decoration: underline;
}

.stg-versand a:hover {
    color: #333;
}

/* Anpassungen für Produktseite */
.single-product .stg-grundpreis-komplett {
    margin: 15px 0;
    padding: 10px 0;
    border-top: 1px solid #eee;
}

/* Anpassungen für Produktliste */
.woocommerce-loop-product__title + .stg-grundpreis-komplett {
    margin-top: 5px;
    font-size: 11px;
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .stg-grundpreis-komplett {
        color: #aaa;
    }

    .stg-inhalt {
        color: #ddd;
    }

    .stg-versand a:hover {
        color: #fff;
    }
}
