.wprc-container {
    background-color: #FFFCE5;
    border: 2px solid #F8AF1E;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    margin-bottom: 20px;
}

.wprc-image-container {
    text-align: center;
    margin-bottom: 12px;
}

.wprc-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    border: 2px solid #4C2B03;
}

.wprc-reaction-bar {
    display: block;
    justify-content: center;
    gap: 10px;
}

.wprc-button {
    background-color: #FFF0D6;
    border: 2px solid #4C2B03;
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 18px;
    cursor: pointer;
    min-width: 70px;
    transition: all 0.2s ease;
}

.wprc-button:hover {
    background-color: #F8AF1E;
    color: white;
}

.wprc-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.wprc-count {
    margin-left: 6px;
    font-weight: bold;
}
