
.ecy-like-wrapper {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ecy-like-button {
    background: #d60000;
    color: #fff;
    border: none;
    padding: 7px 16px;
    border-radius: 18px;
    cursor: pointer;
    transition: 0.25s ease;
}
.ecy-like-button:hover { background: #b20000; }
.ecy-like-button.liked {
    background: #fff;
    color: #d60000 !important;
    border: 2px solid #d60000;
}
.ecy-like-count {
    font-weight: bold;
    color: #d60000;
}
