/* ===== EINFACH SCHÖNER RASEN — Custom CSS ===== */
/* Affiliate-Hinweis Box */
.affiliate-hinweis, p.affiliate-hinweis {
background: #fff8e1;
border-left: 4px solid #f59e0b;
padding: 12px 16px;
border-radius: 4px;
font-size: 0.9em;
margin-bottom: 24px;
}
/* Affiliate-Buttons */
.wp-block-button__link {
background-color: #2e7d32 !important;
color: #ffffff !important;
border-radius: 6px !important;
padding: 12px 24px !important;
font-weight: 600 !important;
font-size: 1em !important;
text-decoration: none !important;
transition: background-color 0.2s ease !important;
}
.wp-block-button__link:hover {
background-color: #1b5e20 !important;
color: #ffffff !important;
}
/* Tabellen */
.wp-block-table table {
width: 100%;
border-collapse: collapse;
margin: 24px 0;
font-size: 0.95em;
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
border-radius: 8px;
overflow: hidden;
}
.wp-block-table thead tr {
background-color: #2e7d32;
color: #ffffff;
}
.wp-block-table thead th {
padding: 12px 16px;
text-align: left;
font-weight: 600;
}
.wp-block-table tbody tr:nth-child(even) {
background-color: #f5f5f5;
}
.wp-block-table tbody td {
padding: 10px 16px;
border-bottom: 1px solid #e0e0e0;
}
/* Ueberschriften */
h1, h2, h3 { color: #1a3c1a; }
h2 {
border-bottom: 2px solid #2e7d32;
padding-bottom: 8px;
margin-top: 40px;
}
/* Artikel-Container */
.entry-content {
max-width: 860px;
line-height: 1.8;
font-size: 1.05em;
}
/* Listen */
.entry-content ul li, .entry-content ol li {
margin-bottom: 8px;
line-height: 1.7;
}
/* Preishinweis */
.entry-content em { color: #757575; font-size: 0.88em; }
/* Mobile */
@media (max-width: 768px) {
.wp-block-table table { font-size: 0.85em; }
.wp-block-table thead th, .wp-block-table tbody td { padding: 8px 10px; }
.wp-block-button__link { width: 100% !important; text-align: center !important; display: block !important; }
}
/* Astra Header */
.site-header { border-bottom: 3px solid #2e7d32; }