/* Agentenbox Container */
.agentrow {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    margin-bottom: 25px;
    padding: 15px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.agentrow:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* Bild Container */
.agentpic_box_padding {
    padding: 0 10px;
}

.img-list figure {
    margin: 0;
    position: relative;
}

.xxx_agentlisting_pic_hover {
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
    transition: transform 0.3s;
}

.xxx_agentlisting_pic_hover:hover img {
    transform: scale(1.05);
}

/* Bild Styling */
.agentlisting_image_mv_im {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Agenten Info */
.agentlisting_nick_headline a {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}

.agentlisting_nick_headline a:hover {
    color: #e85c41; /* Highlight-Farbe */
}

/* Kurzbeschreibung */
.agent_shorttext_style {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #555;
}

.agent_shorttext_style a.view-profile-link-color {
    color: #e85c41;
    font-style: italic;
}

/* Bewertungen */
#agent_stars_id_6682 i.rating_heart {
    color: #ff4d6d;
    font-size: 1rem;
    margin-left: 2px;
}

/* Buttons */
.agentlisting_btn, .setchatbtnpos {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
    padding: 10px 0;
    transition: all 0.2s ease-in-out;
}

.agentlisting_state_online_bg {
    background: linear-gradient(135deg, #33a4b4, #33a4b4);
    color: #fff !important;
    border: none;
}

.agentlisting_state_online_bg:hover {
    background: linear-gradient(135deg, #ff6347, #ff4500);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.setchatbtnpos {
    background-color: #f3f3f3;
    color: #333;
    border: none;
    border-radius: 8px !important;
}

.setchatbtnpos:hover {
    background-color: #e0e0e0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Preisangaben */
.fso_offline {
    color: #888;
    font-size: 0.85rem;
}

/* Mobile Anpassungen */
@media (max-width: 767px) {
    .agentlisting_nick_headline {
        text-align: center;
        margin-bottom: 10px;
    }
    #agent_stars_id_6682 {
        text-align: center;
        margin-top: 5px;
    }
    .agent_shorttext_style {
        text-align: justify;
    }
}
hr.divider-fade,
hr {
    display: none !important;
    height: 0 !important;
    border: 0 !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
