﻿.answer-card {
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.answer-header {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.answer-text {
    font-size: 16px;
    color: #555;
}

.answer-divider {
    height: 1px;
    background-color: #777;
    margin: 12px 0;
    opacity: 0.7;
}

.answer-actions {
    margin-top: 15px;
}

.icon-btn {
    border: none;
    background: transparent;
    cursor: pointer;
    margin-right: 15px;
}