.domainboerse{
    --dbo-primary:#164477;
    --dbo-accent:#a02d25;
    --dbo-bg:#f7f8fa;
    --dbo-border:#d9e0e7;
    --dbo-text:#24364b;
    color:var(--dbo-text);
    max-width:1200px;
    margin:30px auto;
    font-family:inherit;
}
.dbo-toolbar{
    display:flex;
    gap:16px;
    justify-content:space-between;
    align-items:center;
    padding:18px;
    background:#fff;
    border:1px solid var(--dbo-border);
    border-radius:14px;
    margin-bottom:24px;
    box-shadow:0 4px 18px rgba(20,45,75,.06);
}
.dbo-search-wrap{position:relative;flex:1;max-width:600px}
.dbo-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#718096;pointer-events:none;line-height:1}.dbo-search-icon svg{display:block;width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.dbo-search,.dbo-filter{
    width:100%;
    min-height:46px;
    border:1px solid #b8c4d0;
    border-radius:8px;
    background:#fff;
    color:var(--dbo-text);
    padding:0 14px;
    font:inherit;
    box-sizing:border-box;
}
.dbo-search{padding-left:42px}
.dbo-filter{width:230px}
.dbo-grid{
    display:grid;
    grid-template-columns:repeat(var(--dbo-columns),minmax(0,1fr));
    gap:20px;
}
.dbo-card{
    background:#fff;
    border:1px solid var(--dbo-border);
    border-radius:14px;
    padding:22px;
    display:flex;
    flex-direction:column;
    min-height:220px;
    transition:transform .2s ease,box-shadow .2s ease;
    box-sizing:border-box;
}
.dbo-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(20,45,75,.12)}
.dbo-card-top{min-height:30px;display:flex;justify-content:flex-end}
.dbo-badge{
    display:inline-flex;
    align-items:center;
    padding:5px 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:700;
}
.dbo-status-available{background:#e7f6ec;color:#18723c}
.dbo-status-inquiry{background:#fff3db;color:#8a5900}
.dbo-status-reserved{background:#eaf0f7;color:#355b80}
.dbo-status-auction{background:#f3e8ff;color:#7042a0}
.dbo-status-sold{background:#f8e5e5;color:#9d302b}
.dbo-domain-name{font-size:25px;line-height:1.2;margin:22px 0 10px;color:var(--dbo-primary);word-break:break-word}
.dbo-description{font-size:14px;line-height:1.6;color:#66778a;margin-bottom:18px}
.dbo-card-bottom{margin-top:auto;border-top:1px solid #edf0f3;padding-top:16px;display:flex;gap:12px;justify-content:space-between;align-items:center}
.dbo-price{font-size:19px;font-weight:700;color:var(--dbo-primary)}
.dbo-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none!important;
    background:var(--dbo-primary);
    color:#fff!important;
    border-radius:7px;
    padding:10px 15px;
    font-size:14px;
    font-weight:600;
    border:0;
    cursor:pointer;
    transition:opacity .2s ease,transform .2s ease;
}
.dbo-button:hover{opacity:.9;transform:translateY(-1px)}
.dbo-empty,.dbo-no-results{
    grid-column:1/-1;
    padding:35px;
    text-align:center;
    background:#fff;
    border:1px dashed var(--dbo-border);
    border-radius:12px;
}
.dbo-template{padding:40px 20px}
.dbo-template-inner{max-width:950px;margin:auto}
.dbo-single{
    background:#fff;
    border:1px solid var(--dbo-border);
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 8px 30px rgba(20,45,75,.08);
}
.dbo-single-header{
    padding:40px;
    background:linear-gradient(135deg,#f7f9fb,#eef3f8);
    border-bottom:1px solid var(--dbo-border);
}
.dbo-single-header h1{font-size:42px;line-height:1.1;margin:18px 0 12px;color:var(--dbo-primary);word-break:break-word}
.dbo-single-price{font-size:27px;font-weight:700;color:var(--dbo-accent)}
.dbo-single-description{padding:35px 40px;font-size:17px;line-height:1.7}
.dbo-action-box{margin:0 40px 40px;padding:28px;border:1px solid var(--dbo-border);border-radius:12px;background:#fafbfd}
.dbo-action-box h3{margin-top:0;color:var(--dbo-primary)}
.dbo-button-large{padding:14px 24px;font-size:16px}
.dbo-form-note{font-size:12px;color:#718096;margin-top:16px}
@media(max-width:900px){
    .dbo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:650px){
    .dbo-toolbar{flex-direction:column;align-items:stretch}
    .dbo-search-wrap,.dbo-filter{max-width:none;width:100%}
    .dbo-grid{grid-template-columns:1fr}
    .dbo-card-bottom{align-items:flex-start;flex-direction:column}
    .dbo-single-header,.dbo-single-description{padding:25px}
    .dbo-action-box{margin:0 25px 25px}
    .dbo-single-header h1{font-size:32px}
}


/* Domain-Archiv als Tabelle */
.dbo-archive-template {
    padding: 40px 20px;
}
.dbo-archive-header {
    margin-bottom: 25px;
}
.dbo-archive-header h1 {
    margin: 0 0 8px;
    color: var(--dbo-primary);
}
.dbo-archive-header p {
    margin: 0;
    color: #66778a;
}
.dbo-table-wrap {
    width: 100%;
    overflow-x: auto;
    background: #fff;
    border: 1px solid var(--dbo-border);
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(20,45,75,.06);
}
.dbo-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
    background: #fff;
    margin: 0 !important;
}
.dbo-table th,
.dbo-table td {
    padding: 16px 18px;
    text-align: left;
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid #e6ebf0;
}
.dbo-table th {
    background: #f5f7f9;
    color: var(--dbo-primary);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.dbo-table tbody tr:last-child td {
    border-bottom: 0;
}
.dbo-table-row {
    transition: background .2s ease;
}
.dbo-table-row:hover {
    background: #fafbfd;
}
.dbo-table-domain a {
    font-size: 18px;
    font-weight: 700;
    color: var(--dbo-primary);
    text-decoration: none;
}
.dbo-table-domain a:hover {
    color: var(--dbo-accent);
}
.dbo-table-description {
    color: #66778a;
    font-size: 14px;
    line-height: 1.5;
    max-width: 420px;
}
.dbo-table-price {
    white-space: nowrap;
    font-weight: 700;
    color: var(--dbo-primary);
}
.dbo-table-action,
.dbo-action-column {
    text-align: right !important;
    white-space: nowrap;
}
.dbo-table-action .dbo-button {
    padding: 8px 14px;
}
.dbo-table-empty {
    text-align: center !important;
    padding: 35px !important;
    color: #66778a;
}
.dbo-archive .dbo-no-results {
    margin: 16px;
    padding: 20px;
    text-align: center;
}
@media(max-width:650px) {
    .dbo-archive-template {
        padding: 25px 12px;
    }
    .dbo-table th,
    .dbo-table td {
        padding: 13px 14px;
    }
}


/* Einheitliche Darstellung aller Statusangaben */
.dbo-badge,
.dbo-status-available,
.dbo-status-inquiry,
.dbo-status-reserved,
.dbo-status-auction,
.dbo-status-sold {
    background: #eef2f6 !important;
    color: #35516d !important;
}

/* Hervorgehobene Domains */
.dbo-featured-section {
    margin: 0 0 36px;
}
.dbo-featured-heading,
.dbo-archive-table-heading {
    margin: 0 0 14px;
}
.dbo-featured-heading h2,
.dbo-archive-table-heading h2 {
    margin: 0;
    color: var(--dbo-primary);
    font-size: 25px;
}
.dbo-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.dbo-featured-card {
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: 22px;
    background: #fff;
    border: 1px solid var(--dbo-border);
    border-radius: 14px;
    box-sizing: border-box;
    box-shadow: 0 4px 18px rgba(20,45,75,.06);
}
.dbo-featured-card-top {
    min-height: 28px;
    display: flex;
    justify-content: flex-end;
}
.dbo-featured-card h3 {
    margin: 18px 0 10px;
    color: var(--dbo-primary);
    font-size: 23px;
    line-height: 1.2;
    word-break: break-word;
}
.dbo-featured-description {
    color: #66778a;
    font-size: 14px;
    line-height: 1.6;
}
.dbo-featured-footer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #edf0f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.dbo-featured-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--dbo-primary);
}
.dbo-archive-table-heading {
    margin-top: 8px;
}

@media(max-width:900px) {
    .dbo-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media(max-width:650px) {
    .dbo-featured-grid {
        grid-template-columns: 1fr;
    }
    .dbo-featured-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* Version 1.6 – Hervorgehobene Domains als breite Zeilen */
.dbo-featured-section {
    width: 100%;
    margin: 0 0 42px;
}
.dbo-featured-heading {
    margin: 0 0 14px;
}
.dbo-featured-heading h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: var(--dbo-primary);
    font-size: 25px;
}
.dbo-featured-star {
    color: var(--dbo-primary);
    font-size: 24px;
    line-height: 1;
}
.dbo-featured-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.dbo-featured-row {
    width: 100%;
    min-height: 100px;
    display: grid;
    grid-template-columns: 68px minmax(280px, 1.8fr) minmax(130px, .8fr) minmax(150px, .75fr) minmax(190px, .9fr);
    align-items: center;
    background: #fff;
    border: 1px solid #c8d7e7;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 5px 18px rgba(20,45,75,.08);
}
.dbo-featured-ribbon {
    align-self: stretch;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--dbo-primary);
    color: #fff;
    text-align: center;
    line-height: 1.1;
    position: relative;
}
.dbo-featured-ribbon span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
}
.dbo-featured-ribbon strong {
    margin-top: 2px;
    font-size: 10px;
    letter-spacing: .06em;
}
.dbo-featured-ribbon i {
    margin-top: 9px;
    font-style: normal;
    font-size: 18px;
}
.dbo-featured-domain,
.dbo-featured-price,
.dbo-featured-status,
.dbo-featured-action {
    padding: 18px 24px;
    min-width: 0;
}
.dbo-featured-domain {
    border-right: 1px solid #e3e9ef;
}
.dbo-featured-domain h3 {
    margin: 0 0 6px;
    color: var(--dbo-primary);
    font-size: 25px;
    line-height: 1.15;
    word-break: break-word;
}
.dbo-featured-domain p {
    margin: 0;
    color: #66778a;
    font-size: 14px;
    line-height: 1.45;
}
.dbo-featured-price {
    border-right: 1px solid #e3e9ef;
    color: var(--dbo-text);
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}
.dbo-featured-status {
    border-right: 1px solid #e3e9ef;
    display: flex;
    justify-content: center;
}
.dbo-featured-action {
    display: flex;
    justify-content: flex-end;
}
.dbo-featured-action .dbo-button {
    width: 100%;
    max-width: 220px;
    min-height: 46px;
    gap: 8px;
    font-size: 15px;
}
.dbo-external-icon {
    font-size: 19px;
    line-height: 1;
}

/* Alte Kartenansicht im Archiv neutralisieren */
.dbo-featured-grid {
    display: block;
}

@media (max-width: 1050px) {
    .dbo-featured-row {
        grid-template-columns: 60px minmax(240px, 1.6fr) minmax(120px, .7fr) minmax(130px, .7fr);
    }
    .dbo-featured-action {
        grid-column: 2 / -1;
        border-top: 1px solid #e3e9ef;
        justify-content: flex-start;
    }
    .dbo-featured-action .dbo-button {
        max-width: 240px;
    }
}
@media (max-width: 700px) {
    .dbo-featured-row {
        display: grid;
        grid-template-columns: 52px 1fr;
    }
    .dbo-featured-ribbon {
        grid-row: 1 / 5;
    }
    .dbo-featured-domain,
    .dbo-featured-price,
    .dbo-featured-status,
    .dbo-featured-action {
        grid-column: 2;
        border-right: 0;
        border-bottom: 1px solid #e3e9ef;
        padding: 16px 18px;
    }
    .dbo-featured-domain h3 {
        font-size: 22px;
    }
    .dbo-featured-price,
    .dbo-featured-status,
    .dbo-featured-action {
        text-align: left;
        justify-content: flex-start;
    }
    .dbo-featured-action {
        border-bottom: 0;
    }
    .dbo-featured-action .dbo-button {
        max-width: none;
    }
}


/* Version 1.7 – finale breite Hervorhebungszeile */
.dbo-featured-section {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 42px !important;
}

.dbo-featured-list {
    width: 100% !important;
    max-width: none !important;
}

.dbo-featured-row {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) 145px 145px 190px !important;
    min-height: 108px !important;
    align-items: stretch !important;
    background: #ffffff !important;
    border: 1px solid #c8d7e7 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    box-shadow: 0 5px 18px rgba(20,45,75,.08) !important;
}

/* Sichtbarer TOP-DOMAIN-Balken */
.dbo-featured-row .dbo-featured-ribbon {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: stretch !important;
    width: auto !important;
    min-height: 108px !important;
    background-color: #23476d !important;
    color: #ffffff !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.dbo-featured-row .dbo-featured-ribbon span {
    display: block !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .12em !important;
}

.dbo-featured-row .dbo-featured-ribbon strong {
    display: block !important;
    margin-top: 4px !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
}

.dbo-featured-row .dbo-featured-ribbon i {
    display: block !important;
    margin-top: 8px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

/* Domainbereich */
.dbo-featured-row .dbo-featured-domain {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 18px 24px !important;
    min-width: 0 !important;
    border-right: 1px solid #e3e9ef !important;
    box-sizing: border-box !important;
}

.dbo-featured-row .dbo-featured-domain h3 {
    margin: 0 0 6px !important;
    color: #29496a !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.dbo-featured-row .dbo-featured-domain p {
    margin: 0 !important;
    color: #66778a !important;
    font-size: 14px !important;
}

/* Preis */
.dbo-featured-row .dbo-featured-price {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 18px !important;
    color: #29496a !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    border-right: 1px solid #e3e9ef !important;
    box-sizing: border-box !important;
}

/* Status */
.dbo-featured-row .dbo-featured-status {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 18px !important;
    border-right: 1px solid #e3e9ef !important;
    box-sizing: border-box !important;
}

.dbo-featured-row .dbo-featured-status .dbo-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #eef2f6 !important;
    color: #35516d !important;
    border: 0 !important;
    white-space: nowrap !important;
}

/* Verkaufsbutton – explizit sichtbar */
.dbo-featured-row .dbo-featured-action {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 18px !important;
    box-sizing: border-box !important;
}

.dbo-featured-row .dbo-featured-action .dbo-button,
.dbo-featured-row a.dbo-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 46px !important;
    padding: 10px 16px !important;
    background: #23476d !important;
    color: #ffffff !important;
    border: 1px solid #23476d !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.dbo-featured-row .dbo-featured-action .dbo-button:hover {
    background: #193a5a !important;
    color: #ffffff !important;
}

@media (max-width: 1100px) {
    .dbo-featured-row {
        grid-template-columns: 70px minmax(0, 1fr) 130px 135px 175px !important;
    }
}

@media (max-width: 850px) {
    .dbo-featured-row {
        grid-template-columns: 62px minmax(0, 1fr) 135px 160px !important;
    }
    .dbo-featured-row .dbo-featured-action {
        grid-column: 2 / -1 !important;
        border-top: 1px solid #e3e9ef !important;
    }
}

@media (max-width: 600px) {
    .dbo-featured-row {
        display: grid !important;
        grid-template-columns: 58px minmax(0, 1fr) !important;
    }
    .dbo-featured-row .dbo-featured-ribbon {
        grid-row: 1 / 5 !important;
        min-height: 100% !important;
    }
    .dbo-featured-row .dbo-featured-domain,
    .dbo-featured-row .dbo-featured-price,
    .dbo-featured-row .dbo-featured-status,
    .dbo-featured-row .dbo-featured-action {
        grid-column: 2 !important;
        justify-content: flex-start !important;
        border-right: 0 !important;
        border-bottom: 1px solid #e3e9ef !important;
        text-align: left !important;
    }
    .dbo-featured-row .dbo-featured-price {
        justify-content: flex-start !important;
    }
    .dbo-featured-row .dbo-featured-action {
        border-bottom: 0 !important;
    }
}


/* Version 1.8 – AGB & Hinweise */
.dbo-terms {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    color: #39434d;
    line-height: 1.75;
    box-sizing: border-box;
}

.dbo-terms h1 {
    margin: 0 0 8px;
    color: #29496a;
    font-size: 34px;
    line-height: 1.25;
}

.dbo-terms-updated {
    margin: 0 0 34px;
    color: #6b7b8b;
    font-size: 14px;
}

.dbo-terms section {
    margin: 0 0 26px;
    padding: 0 0 24px;
    border-bottom: 1px solid #dfe6ed;
}

.dbo-terms section:last-child {
    border-bottom: 0;
}

.dbo-terms h2 {
    margin: 0 0 14px;
    color: #29496a;
    font-size: 21px;
    line-height: 1.35;
}

.dbo-terms p {
    margin: 0 0 12px;
}

.dbo-terms strong {
    color: #29496a;
}

@media (max-width: 600px) {
    .dbo-terms h1 {
        font-size: 28px;
    }
    .dbo-terms h2 {
        font-size: 19px;
    }
}


/* Version 1.8.1 – Einleitung statt doppelter Seitenüberschrift */
.dbo-terms .dbo-terms-intro {
    margin: 0 0 10px;
    color: #526577;
    font-size: 16px;
    line-height: 1.7;
}

.dbo-terms .dbo-terms-updated {
    margin: 0 0 34px;
}


/* Version 1.8.2 – AGB-Link auf der Domainübersicht */
.dbo-overview-agb {
    width: 100%;
    margin-top: 18px;
    text-align: right;
    box-sizing: border-box;
}

.dbo-overview-agb a {
    display: inline-block;
    color: #29496a;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.dbo-overview-agb a::before {
    content: "§";
    margin-right: 7px;
    font-weight: 700;
}

.dbo-overview-agb a:hover,
.dbo-overview-agb a:focus {
    text-decoration: underline;
}

@media (max-width: 700px) {
    .dbo-overview-agb {
        text-align: center;
    }
}


/* Version 1.9 – portable settings */
.dbo-portable-note {
    margin: 12px 0;
    padding: 12px 14px;
    border-left: 4px solid #29496a;
    background: #f4f7fa;
}

/* Version 1.9.1 – eigenständiges SVG-Suchsymbol, unabhängig vom Theme */
.dbo-search-icon svg{vertical-align:middle}


/* Version 1.9.2 – Theme-sichere Darstellung des Suchsymbols */
.domainboerse .dbo-search-wrap{position:relative!important}
.domainboerse .dbo-search-icon{position:absolute!important;left:14px!important;top:50%!important;transform:translateY(-50%)!important;width:20px!important;height:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;visibility:visible!important;opacity:1!important;overflow:visible!important;z-index:5!important;pointer-events:none!important;background:transparent!important}
.domainboerse .dbo-search-icon svg{display:block!important;width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;max-width:none!important;visibility:visible!important;opacity:1!important;stroke:#29496a!important;fill:none!important;stroke-width:2.4!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.domainboerse input.dbo-search{padding-left:46px!important}


/* Version 1.9.3 – mobile domain table */
.dbo-table-wrap,
.dbo-domain-table {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 700px) {
    .dbo-table-wrap {
        overflow-x: hidden !important;
    }

    .dbo-domain-table {
        display: block !important;
        overflow: visible !important;
    }

    .dbo-domain-table thead {
        display: none !important;
    }

    .dbo-domain-table tbody,
    .dbo-domain-table tr {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .dbo-domain-table tr {
        margin: 0 0 12px !important;
        padding: 0 !important;
        background: #fff !important;
        border: 1px solid #d7e0e8 !important;
        border-radius: 8px !important;
        overflow: hidden !important;
    }

    .dbo-domain-table td {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        border: 0 !important;
        border-bottom: 1px solid #e4e9ee !important;
        padding: 15px 24px !important;
        text-align: left !important;
        overflow-wrap: anywhere !important;
    }

    .dbo-domain-table td:last-child {
        border-bottom: 0 !important;
    }

    .dbo-domain-table td[data-label]::before {
        content: attr(data-label);
        display: block !important;
        margin-bottom: 5px !important;
        color: #6b7b8b !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
    }

    .dbo-domain-table td.dbo-action-cell,
    .dbo-domain-table td:last-child {
        padding: 14px 18px !important;
        text-align: center !important;
        background: #f8fafc !important;
    }

    .dbo-domain-table td.dbo-action-cell a,
    .dbo-domain-table td:last-child a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-height: 44px !important;
        box-sizing: border-box !important;
        background: #23476d !important;
        color: #fff !important;
        border: 1px solid #23476d !important;
        border-radius: 6px !important;
        text-decoration: none !important;
        font-weight: 700 !important;
    }
}

@media (max-width: 420px) {
    .dbo-domain-table td {
        padding: 13px 18px !important;
    }

    .dbo-domain-table td.dbo-action-cell,
    .dbo-domain-table td:last-child {
        padding: 12px 14px !important;
    }
}


/* Version 1.9.4 – tatsächliche mobile Tabellenklasse .dbo-table */
@media (max-width: 700px) {
    .dbo-archive .dbo-table-wrap {
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
        border-radius: 10px !important;
        box-sizing: border-box !important;
    }

    .dbo-archive table.dbo-table {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        table-layout: auto !important;
        border-collapse: separate !important;
        border-spacing: 0 !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    .dbo-archive table.dbo-table thead {
        display: none !important;
    }

    .dbo-archive table.dbo-table tbody {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .dbo-archive table.dbo-table tbody tr.dbo-table-row {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: #fff !important;
        box-sizing: border-box !important;
    }

    .dbo-archive table.dbo-table tbody tr.dbo-table-row + tr.dbo-table-row {
        border-top: 10px solid #f5f7f9 !important;
    }

    .dbo-archive table.dbo-table tbody tr.dbo-table-row td {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        padding: 14px 18px !important;
        border: 0 !important;
        border-bottom: 1px solid #e3e8ed !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
        hyphens: auto !important;
        line-height: 1.55 !important;
        text-align: left !important;
    }

    /* Beschriftungen der ehemaligen Spalten */
    .dbo-archive table.dbo-table tbody tr.dbo-table-row td:nth-child(1)::before {
        content: "Domain";
    }
    .dbo-archive table.dbo-table tbody tr.dbo-table-row td:nth-child(2)::before {
        content: "Beschreibung";
    }
    .dbo-archive table.dbo-table tbody tr.dbo-table-row td:nth-child(3)::before {
        content: "Preis";
    }
    .dbo-archive table.dbo-table tbody tr.dbo-table-row td:nth-child(4)::before {
        content: "Status";
    }
    .dbo-archive table.dbo-table tbody tr.dbo-table-row td:nth-child(5)::before {
        content: "Aktion";
    }

    .dbo-archive table.dbo-table tbody tr.dbo-table-row td::before {
        display: block !important;
        width: 100% !important;
        margin: 0 0 5px !important;
        color: #718091 !important;
        font-size: 10px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        letter-spacing: .07em !important;
        text-transform: uppercase !important;
    }

    .dbo-archive table.dbo-table tbody tr.dbo-table-row td.dbo-table-domain {
        color: #29496a !important;
        font-size: 18px !important;
        font-weight: 600 !important;
    }

    .dbo-archive table.dbo-table tbody tr.dbo-table-row td.dbo-table-description {
        max-width: none !important;
        color: #66778a !important;
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    .dbo-archive table.dbo-table tbody tr.dbo-table-row td.dbo-table-price {
        color: #29496a !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        white-space: normal !important;
    }

    .dbo-archive table.dbo-table tbody tr.dbo-table-row td:nth-child(4) {
        text-align: left !important;
    }

    .dbo-archive table.dbo-table tbody tr.dbo-table-row td.dbo-table-action {
        padding: 14px 18px !important;
        text-align: left !important;
        white-space: normal !important;
        border-bottom: 0 !important;
        background: #f8fafc !important;
    }

    .dbo-archive table.dbo-table tbody tr.dbo-table-row td.dbo-table-action::before {
        text-align: left !important;
    }

    .dbo-archive table.dbo-table tbody tr.dbo-table-row td.dbo-table-action a,
    .dbo-archive table.dbo-table tbody tr.dbo-table-row td.dbo-table-action .dbo-button {
        display: flex !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 44px !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        text-align: center !important;
        overflow: visible !important;
        padding: 10px 14px !important;
    }
}

/* Verhindert, dass Theme-Regeln den eigentlichen Textbereich wieder beschneiden */
@media (max-width: 700px) {
    .dbo-archive,
    .dbo-archive-template,
    .dbo-template-inner,
    .dbo-table-wrap,
    .dbo-table,
    .dbo-table tbody,
    .dbo-table tr,
    .dbo-table td {
        max-width: 100% !important;
    }
}


/* Version 1.9.5 – saubere mobile Domainkarten */
.dbo-mobile-label {
    display: none;
}

@media (max-width: 700px) {
    /* Alte, über CSS erzeugte Überschriften vollständig abschalten */
    .dbo-archive table.dbo-table tbody tr.dbo-table-row td::before,
    .dbo-archive table.dbo-table tbody tr.dbo-table-row td:nth-child(1)::before,
    .dbo-archive table.dbo-table tbody tr.dbo-table-row td:nth-child(2)::before,
    .dbo-archive table.dbo-table tbody tr.dbo-table-row td:nth-child(3)::before,
    .dbo-archive table.dbo-table tbody tr.dbo-table-row td:nth-child(4)::before,
    .dbo-archive table.dbo-table tbody tr.dbo-table-row td:nth-child(5)::before {
        content: none !important;
        display: none !important;
    }

    .dbo-archive .dbo-table-wrap {
        overflow: hidden !important;
        background: #fff !important;
    }

    .dbo-archive table.dbo-table,
    .dbo-archive table.dbo-table tbody {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        table-layout: auto !important;
    }

    .dbo-archive table.dbo-table thead {
        display: none !important;
    }

    .dbo-archive table.dbo-table tbody tr.dbo-table-row {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: #fff !important;
        box-sizing: border-box !important;
    }

    .dbo-archive table.dbo-table tbody tr.dbo-table-row + tr.dbo-table-row {
        border-top: 8px solid #f3f5f7 !important;
    }

    .dbo-archive table.dbo-table tbody tr.dbo-table-row td,
    .dbo-archive table.dbo-table tbody tr.dbo-table-row td.dbo-table-domain,
    .dbo-archive table.dbo-table tbody tr.dbo-table-row td.dbo-table-description,
    .dbo-archive table.dbo-table tbody tr.dbo-table-row td.dbo-table-price,
    .dbo-archive table.dbo-table tbody tr.dbo-table-row td.dbo-table-status,
    .dbo-archive table.dbo-table tbody tr.dbo-table-row td.dbo-table-action {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 14px 18px !important;
        box-sizing: border-box !important;
        border: 0 !important;
        border-bottom: 1px solid #e3e8ed !important;
        background: #fff !important;
        text-align: left !important;
        white-space: normal !important;
        overflow: visible !important;
    }

    .dbo-archive table.dbo-table tbody tr.dbo-table-row td.dbo-table-action {
        border-bottom: 0 !important;
        background: #f8fafc !important;
    }

    .dbo-archive .dbo-mobile-label {
        display: block !important;
        margin: 0 0 5px !important;
        padding: 0 !important;
        color: #718091 !important;
        font-size: 10px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        letter-spacing: .07em !important;
        text-transform: uppercase !important;
    }

    .dbo-archive .dbo-mobile-value {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
        line-break: auto !important;
        hyphens: auto !important;
    }

    .dbo-archive td.dbo-table-domain .dbo-mobile-value {
        color: #29496a !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 1.35 !important;
    }

    .dbo-archive td.dbo-table-description .dbo-mobile-value {
        color: #66778a !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1.6 !important;
    }

    .dbo-archive td.dbo-table-price .dbo-mobile-value {
        color: #29496a !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 1.35 !important;
    }

    .dbo-archive td.dbo-table-status .dbo-mobile-value {
        display: inline-block !important;
        width: auto !important;
    }

    .dbo-archive td.dbo-table-action .dbo-mobile-value {
        display: block !important;
    }

    .dbo-archive td.dbo-table-action .dbo-button {
        display: flex !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 44px !important;
        margin: 0 !important;
        padding: 10px 14px !important;
        box-sizing: border-box !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        line-height: 1.3 !important;
    }
}
