.feel-box {
    border-top: 1px solid #ccc;
    margin-top: 2em;
    padding-top: 1em;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}

.feel-message {
    font-size: 1rem;
    margin-bottom: 0.5em;
}

.feel-button {
    background-color: #f5f5f5;
    border: 1px solid #aaa;
    border-radius: 0.75em;
    padding: 0.5em 1.2em;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.feel-button:hover {
    background-color: #ddd;
}

.feel-count {
    font-weight: bold;
    margin-left: 0.5em;
}

.reaction-box {
    border-top: 1px solid #ccc;
    margin-top: 2em;
    padding-top: 1em;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}

.reaction-message {
    font-size: 1rem;
    margin-bottom: 0.8em;
}

.reaction-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5em;
}

.reaction-btn {
    background-color: #f4f4f4;
    border: 1px solid #aaa;
    border-radius: 1em;
    padding: 0.4em 0.8em;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.reaction-btn:hover {
    background-color: #ddd;
}
