.download-list figure {
    width: 50%;
    max-width: 110px;
    margin: 0 auto 1em;
}

.download-list figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-contact {
    background-color: #f9f9f9;
    padding-bottom: 3em;
}

.memberonly {
    text-align: center;
    color: #fff;
    margin-top: 1em;
    background-color: #ccc;
    border-radius: 3px;
}

.download-comment {
    margin-top: 2em;
}

.download-comment .textlink {
    color: var(--brand-color);
    text-decoration: underline;
}

.single-full p {
    line-height: 2;
}

/* DISCOVER QATAR */
.full-hd-logo {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}

.discover-qatar .main-img-wrp {
    width: 100%;
    position: relative;
}

.discover-qatar .main-img-wrp {
    width: 100%;
    position: relative;
}

.discover-qatar .title-wrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.discover-qatar .title-wrp .title {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: max(3em, 5vw);
    font-weight: 600;
}

@media screen and (max-width:767px) {
    .discover-qatar .title-wrp .title {
        font-size: 10vw;
        line-height: 1.2;
    }
}

.discover-qatar .title-wrp .subtitle {
    margin: .25em 0;
    padding: 0;
    color: #fff;
    font-size: min(1.5em, 4vw);
    font-weight: 600;
}

.discover-qatar .main-img .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:767px) {
    .discover-qatar .main-img .wp-block-image {
        aspect-ratio: 1/1.6;
    }
}

.note-list-wrp {
    padding: 2em;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 3em;
}

.note-list-wrp ol {
    padding-left: 1.5em;
}

@media screen and (max-width:767px) {
    .note-list-wrp {
        padding: 1em;
    }
}

.note-list-wrp h2 {
    font-size: min(1.1em, 4vw);
    margin-bottom: 1em;
}

.note-list-wrp ol li {
    font-size: min(.8em, 3vw);
    line-height: 1.6;
    margin-bottom: .5em;

}

/* wp flexible table */
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table {
    padding-bottom: 1em;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table {
    margin: 1em auto;
    font-size: min(.9em, 3vw);
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    border-color: #999 !important;
    padding: .75em;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    vertical-align: top;
}

.cmp-icon {
    position: absolute;
    top: -60px;
    right: -60px;
    display: block;
    width: 120px;
    height: 120px;
}

@media screen and (max-width:767px) {
    .cmp-icon {
        position: absolute;
        top: -90px;
        right: calc(50% - 50px);
        display: block;
        width: 100px;
        height: 100px;
    }
}

.cmp-icon img {
    width: 100% !important;
    height: 100% !important;
}

.member-only-download-area {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 1em;
}

.member-only-download-area .memberComment-title {
    font-size: min(1.5em, 5vw);
}

.member-only-download-area .memberonly {
    display: none;
    width: 100%;
    max-width: 320px;
    margin: 2em auto 0;
    text-align: center;
}

.member-only-download-area .btn {
    font-size: 1.5em;
    font-weight: bold;
}

.member-only-download-area .btn a {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    background-color: #6f1d46 !important;
    color: #fff;
    border-color: #6f1d46;
}

.member-only-download-area .btn a:hover {
    background-color: #222 !important;
    border-color: #222;
}