
.soeby-anmeldelse {
    border: 1px solid #ddd;
    padding: 1.5em;
    max-width: 600px;
    margin: 2em auto;
    font-family: Arial, sans-serif;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.soeby-anmeldelse-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
}

.profil-initialer {
    color: #000;
    width: 40px;
    height: 40px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2em;
    margin-right: 10px;
    flex-shrink: 0;
    text-transform: uppercase;
}

.info {
    flex: 1;
}

.dato {
    font-size: 0.9em;
    color: #888;
}

.stjerner {
    display: flex;
    margin-bottom: 0.8em;
}

.stjerne-ikon {
    width: 20px;
    height: auto;
}

.overskrift {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

.indhold {
    font-size: 1em;
    color: #333;
    margin-bottom: 1em;
    white-space: pre-wrap;
}

.footer {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    gap: 0.5em;
}

.badge {
    background-color: #eee;
    padding: 0.3em 0.6em;
    border-radius: 4px;
    white-space: nowrap;
}
