.form .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
}

.wpcf7-response-output {
    display: none;
}

.profile-text a {
    color: var(--clr-600);
    text-decoration: underline;
}

.lecture-form-textarea {
    max-height: 164px;
    max-width: 775px;
}

.video-media {
    aspect-ratio: 16/9;
}

.popup-block {
    position: relative;
}

.popup-block::before {
    content: '';
    pointer-events: none;
    width: 30px;
    height: 30px;
    background-image: url('../img/icons/icons8-close.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    right: -40px;
}

@media (max-width: 675px) {
    .popup-block::before {
        top: -35px;
        right: 0px;
    }
    .form input {
        max-width: 78vw;
    }
}