.ad-header-text .ad-price {
    display: inline-block;
    color: #fff;
    background-color: var(--mz-two);
    padding: 5px 15px;
    font-weight: 800;
    font-size: 1.6rem;
    border-radius: 8px;
    border: 2px solid var(--mz-two);
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.05); */
    line-height: 1.2;
    margin-bottom: 10px;
}
.dt-hide {
    display:none;
}
.actrow {
    border: 2px solid var(--mz-one);
}
.ad-header-text{
    word-wrap:break-word !important;
    overflow:visible !important
}

/* Sidebar Avatar */
.ad-sidebar-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 1px solid #eee;
}

.ad-sidebar-avatar-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f8f9fa;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 1.5rem;
}

/* Sidebar User Link (CSP Safe) */
.ad-sidebar-user-link {
    text-decoration: none;
    display: block;
}

.ad-sidebar-gen-avatar {
    margin: 0 auto 15px auto;
}

/* Provider Info (Detail Top) */
.ad-provider-name {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.ad-provider-avatar-link {
    text-decoration: none;
}

.ad-provider-followers {
    font-size: 0.8rem;
    color: #888;
    cursor: help;
}

/* Provider Row (Detail Top) */
.ad-provider-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px; /* Einheitlicher Abstand */
    margin-bottom: 1rem;
}

/* Auf Mobile ggf. noch mehr Platz schaffen */
@media (max-width: 500px) {
    .ad-provider-row {
        gap: 8px;
    }

    .ad-header-text .ad-price {
        font-size: 1.3rem;
        padding: 4px 10px;
    }
}

/* Meta Row (Date & ID) */
.ad-meta-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    color: #6c757d;
    font-size: 0.9rem;
}

.ad-meta-item {
    display: flex;
    align-items: center;
}

.ad-meta-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    fill: currentColor;
    opacity: 0.7;
}