#toro-video-open-image {
    position           : absolute;
    top                : 0;
    right              : 0;
    bottom             : 0;
    left               : 0;
    height             : 450px;
    width              : 100%;
    background-size    : cover;
    background-position: center;
}

#toro-video-open-button {
    position       : absolute;
    top            : 0;
    right          : 0;
    bottom         : 0;
    left           : 0;
    display        : flex;
    justify-content: center;
    align-items    : center;
    flex-direction : column;
    gap            : 10px;
    background     : rgba(0, 0, 0, .6);
    color          : #fff;
    font-size      : 14px;
    cusros         : pointer;
}

#toro-video-open-video {
    position     : relative;
    height       : 450px;
    width        : 100%;
    margin-bottom: 10px;
}

#toro-video-open-video iframe {
    width : 100%;
    height: 100%;
}

#toro-video-open-info {
    display    : flex;
    gap        : 10px;
    align-items: flex-start;
    padding    : 8px;
}

#toro-video-open-info h2 {
    font-size  : 1.3em;
    font-weight: 600;
    line-height: 1.4em;
    margin     : 0;
}

#toro-video-open-info p {
    color      : #292929;
    font-size  : 1.1em;
    font-weight: 400;
    line-height: 1.4em;
}

#toro-video-open-modal {
    z-index         : 9999;
    display         : none;
    position        : fixed;
    z-index         : 10;
    left            : 0;
    top             : 0;
    width           : 100%;
    height          : 100%;
    overflow        : auto;
    background-color: rgba(0, 0, 0, 0.4);
}

#toro-video-open-modal-close {
    color          : #000;
    font-size      : 28px;
    font-weight    : normal;
    background     : transparent;
    width          : 50px;
    height         : 50px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    position       : absolute;
    right          : 0;
    top            : 0;
    text-decoration: none;
    cursor         : pointer;
}

#toro-video-open-modal-close:hover {
    color: #000;
}

#toro-video-open-modal-content {
    position        : relative;
    background-color: #fff;
    margin          : 10% auto;
    padding         : 40px 40px 10px;
    border-radius   : 12px;
    border          : 1px solid #888;
    width           : 80%;
    max-width       : 600px;
}

#toro-video-open-modal-content h2 {
    display    : flex;
    gap        : 10px;
    align-items: center;
    color      : #000;
    font-size  : 1.3em;
    font-weight: 600;
    line-height: 1.4em;
    margin     : 0;
}

#toro-video-open-modal-content p {
    margin   : 5px 0 14px !important;
    font-size: 16px;
}

#toro-video-open-modal-form input:not([type="submit"]) {
    background   : #F1F3FF;
    border       : none;
    padding      : 14px;
    border-radius: 25px;
    width        : 100%;
    color        : #666;
    font-size    : 16px;
    line-height  : 1.5;
}

#toro-video-open-modal-form input+span {
    padding-left: 14px;
}

#toro-video-open-modal-form input[type="submit"] {
    display         : block;
    width           : 329px;
    height          : 50px;
    background-color: #D81E5B;
    color           : white;
    margin          : 0 auto 10px;
    border          : none;
    border-radius   : 25px;
    cursor          : pointer;
    font-family     : var(--titles);
    font-size       : 16px;
}

#toro-video-open-modal-form p {
    margin: 0 !important;
}

#toro-video-open-modal-form span {
    display : block;
    position: relative;
}

#toro-video-open-modal-form span span {
    position: absolute;
}

#toro-video-open-modal-form .wpcf7-spinner {
    margin: 0 auto;
}

#toro-video-open-modal .wpcf7-response-output {
    margin: 0;
}