.optery-b2b-form-wrapper {
    display: grid;
    place-items: center;
    position: fixed;
    /* Overlay should be fixed to cover the whole screen */
    top: 0;
    left: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black background */
    z-index: 99;
    /* Ensures it's above other page content */
}

.optery-b2b-form-wrapper>div {
    background-color: white;
    border-radius: 20px;
    width: 70vw;
    max-width: 500px;
    padding: 2em;
    z-index: 100;
    /* Ensures the form is above the overlay */
    max-height:90%;
    margin-top:1em;
    overflow-y:auto;
}

.optery-b2b-form-close {
    text-align: right;
    cursor: pointer;
    /* Add more styling if needed */
}

.optery-search-form {
    margin:2em 0;
    padding:1em 0;
}
.optery-search-form input.search-field {
    color:black;
    padding:10px;
}
.optery-search-form input.search-submit {
    cursor:pointer;
}

body:not(.single-data_brokers) #content p a, body:not(.single-data_brokers) #content li a {
    text-decoration:underline;
    color:#4a88e4;
}

.optery-redacted {
    position: relative;
    white-space: pre;
}
.optery-redacted::after {
    background: #011c43;
    border-radius: 0.1em;
    box-shadow: 0 0 1px rgba(0,0,0,0.35);
    content: " ";
    width: 100%;
    height: 1.2em;
    left: 0;
    position: absolute;
    transform: skewY(-5deg) rotate(5deg);
}

/* hiding some last modified and By Author */
/* the first two post ids are for deleteme and incogni reviews */
/* the last one is for the security guide professionals attributed to paul */
/* adding another one for onerep id 16383 */
.postid-15360 .last-modified, .postid-10971 .last-modified, .postid-15360 .articleGrid_author, .postid-10971 .articleGrid_author, .postid-15292 .articleGrid_author, .postid-16383 .last-modified, .postid-16383 .articleGrid_author, .postid-17034 .last-modified, .postid-17034 .articleGrid_author, .postid-7168 .last-modified, .postid-7168 .articleGrid_author, .postid-19410 .articleGrid_author {
    display:none;
}

.optery-blog-title {
    /* color:red !important; */
    font-size:44px;
}
.optery-blog-title-wrapper {
    display:grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
    margin-bottom:10px;
}

.optery-blog-featured-image  {
    text-align: center;
    margin:0px auto;
    border-radius:0.5rem;
}

@media (max-width: 768px) {
    .optery-blog-title-wrapper {
        grid-template-columns: 1fr;
    }
}

.articleGrid .has-background, .editorContent .has-background {
    border-radius:0.5rem;
}

.editorContent h2, .editorContent h3 {
    line-height: 1em !important;
}

/* .video-content h1 {
    font-size: 44px;
    font-weight: bold;
    padding-bottom: 0.5em;
} */
.video-content p {
    padding:0.25em 0;
}

.video-content .video-player>iframe {
    margin:0px auto;
}
.video-content .video-player {
    margin:0.5em 0;
}

.video-description {
    background-color: #f8f8f8;
    padding: 1.5em;
    border-radius: 8px;
    margin-top:2em;
}
