/* Gamevers Top Up Guide Wrapper */
.gv-guide-wrapper {
    width: 100%;
    margin-bottom: 1.5em;
    background: transparent;
    color: #fff;
}

/* Title Styling */
.gv-guide-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0.6em 0 0.7em 0;
    color: #fff;
    font-family: inherit;
}

/* Bordered Box Styling */
.gv-guide-box {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    padding: 1.4em;
    background: transparent;
    position: relative;
    overflow: hidden;
}

/* Content Styling */
.gv-guide-content {
    line-height: 1.6;
    font-size: 15px;
}

/* Basic formatting for content usually injected by editors */
.gv-guide-content h2,
.gv-guide-content h3 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1.3em;
}

.gv-guide-content p {
    color: #e0e0e0;
}

/* Video adjustments */
.gv-guide-content video {
    pointer-events: auto !important;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    outline: none;
    display: block;
    margin: 0 auto 1em;
}

/* Fixes for editor margins */
.gv-guide-content h5.bb_tag {
    margin: 0 0 0.8em 0;
    color: #7a7a7a !important;
}

.gv-guide-content p.bb_paragraph {
    margin: 0 0 0.5em 0;
    color: #7a7a7a !important;
}

.gv-guide-content .wp-video {
    margin-bottom: 1.5em;
}
