.card {
    border-radius: 0 !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.card .card {
    border-radius: initial !important;
    box-shadow: none !important;
}

.card .card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.avatar {
    border-radius: 0 !important;
}

.btn {
    border-radius: 0 !important;
}

.dropdown-menu {
    z-index: 1050;
}

.square {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.square-sm {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.expand-hover {
    transition: transform 0.2s ease;
}

.expand-hover:hover {
    transform: scale(1.05);
}

/* Bottom Actions */
.bottom-actions {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    pointer-events: auto;
}

.bottom-action-item {
    pointer-events: auto;
}

.tmdb-logo {
    width: 80px;
}

/* Custom Modal Sizing */
.modal-xl-custom .modal-dialog {
    max-width: 95vw;
    width: 95vw;
    max-height: 90vh;
    height: 90vh;
}
