
/* ボタン配色のカスタマイズ */
.btn-watch {
    background: #f2b345 !important;
    color: #ffffff !important;
    border-color: #c18f37 !important;
    box-shadow: 0 4px 15px rgba(242, 179, 69, 0.4) !important;
}

.btn-watch:hover {
    background: #c18f37 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(242, 179, 69, 0.5) !important;
}
