.block--disney-plus {
    /* background: linear-gradient(90deg, rgba(20, 26, 46, 1) 0%, rgba(26, 34, 60, 1) 100%); */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.block--disney-plus:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

.disney-plus-logo img {
    border-radius: 8px;
    display: block;
}

.button--disney {
    background-color: #f1216b !important;
    border: none !important;
    color: white !important;
    font-weight: bold !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    transition: background-color 0.2s ease !important;
}

.button--disney:hover {
    background-color: #d11b5a !important;
}

.button--disney:disabled {
    background-color: #888 !important;
    cursor: not-allowed;
}
