.agent-card {
    margin-top: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    border: none;
}

.agent-header {
    background: #fff;
}

.agent-actions {
    margin-bottom: 20px;
}

.agent-action {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.agent-action-content {
    line-height: 1.3;
}

.agent-price {
    font-size: 13px;
    color: #777;
}

.agent-directcall {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ddd;
}

.agent-avatar {
    max-width: 200px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.agent-audio {
    margin-top: 12px;
}

.agent-shorttext {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.agent-stats {
    border-radius: 10px;
    border: 1px solid #eee;
    background: #fafafa;
}

.agent-stats-labels {
    font-weight: 600;
    color: #666;
    line-height: 2;
}

.agent-stats-values {
    line-height: 2;
}

.agent-stats-text {
    font-size: 13px;
    color: #555;
}

.agent-languages {
    margin-top: 10px;
}

.agent-footer {
    margin-top: 12px;
    font-size: 12px;
}

.agent-favorite-link {
    text-decoration: underline;
    margin-right: 10px;
}

.agent-emotion img {
    vertical-align: middle;
}
.agent-action-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffffff, #f7f7f7);
    border: 1px solid #e6e6e6;
    box-shadow: 0 6px 14px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 12px;
}

.agent-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.08);
    border-color: #d0d0d0;
}

.agent-action-btn img {
    width: 36px;
    height: 36px;
}

.agent-action-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
}

.agent-action-text span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #777;
}

/* Farb-Akzente */
.agent-phone { border-left: 4px solid #942562; }
.agent-chat  { border-left: 4px solid #942562; }
.agent-mail  { border-left: 4px solid #942562; }

.agent-directcall {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dashed #ddd;
    font-size: 13px;
}
.agent-audio-card {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffffff, #f8f9fb);
    border: 1px solid #e6e8ec;
    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.agent-audio-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
}

.agent-audio-player {
    width: 100%;
    height: 34px;
    border-radius: 8px;
}
.agent-avatar-center {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}


.agent-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    padding: 8px 0;
    font-size: 0.9rem;
}


.agent-favorite-link {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background-color: #AB7C94;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: background 0.2s;
}

.agent-favorite-link i {
    margin-right: 5px;
}


.agent-favorite-link:hover {
    background-color: #98727f;
}


.agent-emotion {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background-color: #FFC107;
    color: #333;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.2s;
}

.agent-emotion img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}


.agent-emotion:hover {
    background-color: #E0A800;
}

@media (max-width: 768px) {
    .agent-footer {
        justify-content: center;
        gap: 6px;
    }

    .agent-favorite-link, .agent-emotion {
        flex: 1 1 40%;
        justify-content: center;
        font-size: 0.85rem;
        padding: 5px 10px;
    }

    .agent-emotion img {
        width: 18px;
        height: 18px;
    }
}
@media (max-width: 768px) {
    .agent-shorttext {
        padding-left: 15px;
        padding-right: 15px;
    }
    .agent-stats {
        margin-left: 15px;
        margin-right: 15px;
    }
}
