
/* ボタン配色のカスタマイズ */
.btn-watch {
    background: #27f40b !important;
    color: #ffffff !important;
    border-color: #1fc308 !important;
    box-shadow: 0 4px 15px rgba(39, 244, 11, 0.4) !important;
}

.btn-watch:hover {
    background: #1fc308 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(39, 244, 11, 0.5) !important;
}
