/**
 * Random Quotes - Frontend Styles (Minimal)
 */

/* Container - minimalistisch ohne Styling */
.random-quote-container {
    margin: 0;
    padding: 0;
}

/* Zitat-Text - nur Basis-Styling */
.random-quote-text {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    line-height: 1.6;
}

/* Autor - minimalistisch */
.random-quote-author {
    display: block;
    margin-top: 10px;
    font-style: normal;
}

/* HTML-Tag Resets - damit H1-H6 keine Browser-Defaults haben */
.random-quote-container h1.random-quote-text,
.random-quote-container h2.random-quote-text,
.random-quote-container h3.random-quote-text,
.random-quote-container h4.random-quote-text,
.random-quote-container h5.random-quote-text,
.random-quote-container h6.random-quote-text {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    line-height: 1.6;
}

.random-quote-container h1.random-quote-author,
.random-quote-container h2.random-quote-author,
.random-quote-container h3.random-quote-author,
.random-quote-container h4.random-quote-author,
.random-quote-container h5.random-quote-author,
.random-quote-container h6.random-quote-author {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: inherit;
}
