/* ── versand.php ─────────────────────────────────────── */

.versand-h2 {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 2rem 0 0.75rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid #2c3e50;
    color: #2c3e50;
}

.versand-intro-text {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0.75rem;
}

/* Versandarten */
.versand-methoden {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.versand-methode-box {
    flex: 1;
    min-width: 220px;
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 1rem;
}

.versand-methode-icon {
    font-size: 1.6rem;
    line-height: 1;
}

.versand-methode-text {
    font-size: 0.875rem;
    color: #555;
    margin: 0.3rem 0 0;
    line-height: 1.6;
}

/* Tabelle */
.versand-tabelle {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.versand-th {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 10px 12px;
    text-align: left;
    font-weight: normal;
    font-size: 0.85rem;
}

.versand-th-preis,
.versand-td-preis {
    text-align: right;
    white-space: nowrap;
}

.versand-td {
    padding: 10px 12px;
    border-bottom: 1px solid #eeeeee;
    vertical-align: middle;
}

.versand-flag {
    margin-right: 0.4rem;
    font-size: 1.1rem;
}

.versand-zone-label {
    font-weight: bold;
}

.versand-zone-hinweis {
    display: block;
    font-size: 0.78rem;
    color: #888888;
    margin-top: 2px;
}

/* Hinweistexte */
.versand-hinweis-klein {
    font-size: 0.78rem;
    color: #888888;
    margin: 0.4rem 0 1.5rem;
    line-height: 1.6;
}

/* Kontakt */
.versand-kontakt-box {
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 1rem 1.2rem;
    font-size: 0.9rem;
    line-height: 1.8;
}

.versand-kontakt-box a {
    color: #2980b9;
    text-decoration: none;
}