﻿.reply-card {
    min-width: 350px;
    max-width: 420px;
    margin: 0; /* lader dashboard-layout bestemme horisontal placering */
    padding: 20px 18px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(15,23,42,0.12);
    display: flex;
    flex-direction: column; /* elementer placeres vertikalt */
    align-items: center; /* centrerer ALLE børn vandret */
    text-align: center; /* centrerer teksten */
}

.reply-icon {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dcfce7;
    color: #16a34a;
    font-size: 24px;
    font-weight: 600;
}

.reply-title {
    margin: 0 0 6px;
    font-size: 1.3rem;
}

.reply-text {
    margin: 0 0 4px;
    font-size: 0.95rem;
    color: #4b5563;
}

.reply-body {
    margin-top: 8px;
    font-size: 0.8rem;
    color: #6b7280;
}
