.tv-connection-wrapper .question-text {
    margin-bottom: 15px;
}

.tv-connection-wrapper .button-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.custom-modal-wrapper {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.custom-modal-content {
    margin: 15% auto;
    padding: 20px;
    width: 80%;
    max-width: 500px;
    text-align: center;
}

.custom-modal-content .question-text {
    margin-bottom: 15px;
}

.custom-modal-content .button-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
}
