﻿:root {
    --brandcolor: #040244
}

.promoContainer {
    display: flex; /* Use flexbox for easy alignment */
    align-items: center; /* Vertically align items in the center */
}

    .promoContainer input[type="text"] {
        /* Optional: Add some styling for the textbox */
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-right: 5px; /* Add a small margin to separate textbox and button */
    }

    .promoContainer button {
        /* Optional: Add some styling for the button */
        padding: 8px 12px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

        .promoContainer button:hover {
            background-color: #0056b3;
        }


/* Colors
  /* ----------------------------------------------------- */
:root {
    --black: #000;
    --blackrgb: 0, 0, 0;
    --grey0: #1d1d1d;
    --grey1: #333;
    --grey1rgb: 33, 33, 33;
    --grey2: #3d3d3d;
    --grey3: #474747;
    --grey4: #515151;
    --grey5: #686868;
    --grey6: #7f7f7f;
    --grey7: #979797;
    --grey8: #aeaeae;
    --grey9: #c5c5c5;
    --grey10: #dcdcdc;
    --grey11: #e1e1e1;
    --grey12: #eaeaea;
    --grey13: #f9f9f9;
    --grey13rgb: 249, 249, 249;
    --grey14: #fbfbfb;
    --white: #fff;
    --whitergb: 255, 255, 255;
    --red: #f02525;
    --darkerRed: #C50202;
    --yellow: #FFDC15;
    --green: #7FC724;
}

/* Globals
  /* ----------------------------------------------------- */
html {
    font-size: 62.5%;
    height: 100%;
}

body {
    margin: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; font-size: 1.6rem;
    height: 100%;
    line-height: 1.6em;
    font-weight: 400;
    font-style: normal;
    color: var(--grey2);
    box-sizing: border-box;
    overflow: hidden;
}

button,
button span {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

*,
::after,
::before {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    line-height: 1.15em;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.022em;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.021em;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.019em;
}

h4 {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

h5 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

p {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 24px;
}

strong {
    font-weight: 600;
}

a,
.gh-portal-link {
    cursor: pointer;
}

p a {
    font-weight: 500;
    color: var(--brandcolor);
    text-decoration: none;
}

svg {
    box-sizing: content-box;
}

input,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica","Neue", sans-serif;
    font-size: 1.5rem;
}

textarea {
    padding: 10px;
    line-height: 1.5em;
}

.gh-longform {
    padding: 56px 6vmin 6vmin;
}

    .gh-longform p {
        color: var(--grey3);
        margin-bottom: 1.2em;
    }

        .gh-longform p:last-of-type {
            margin-bottom: 0.2em;
        }

    .gh-longform h3 {
        font-size: 27px;
        margin-top: 0px;
        margin-bottom: 0.25em;
        text-wrap: balance;
    }

    .gh-longform h4 {
        font-size: 17.5px;
        margin-top: 1.85em;
        margin-bottom: 0.4em;
    }

    .gh-longform h5 {
        margin-top: 0.8em;
        margin-bottom: 0.2em;
    }

    .gh-longform a {
        color: var(--brandcolor);
        font-weight: 500;
    }

    .gh-longform strong {
        color: var(--grey1);
    }

    .gh-longform .ul {
        text-decoration: underline;
    }

    .gh-longform .gh-portal-btn {
        width: calc(100% + 4vmin);
        margin-top: 4rem;
        margin-right: -4vmin;
    }

        .gh-longform .gh-portal-btn.no-margin-right {
            margin-right: 0;
            width: 100%;
        }

    .gh-longform .gh-portal-btn-text {
        color: var(--brandcolor);
        cursor: pointer;
        background: none;
        transition: color linear 100ms;
        font-size: 1.45rem;
        text-decoration: underline;
    }

@media (max-width: 1440px) {
    h1 {
        font-size: 32px;
        letter-spacing: -0.022em;
    }

    h2 {
        font-size: 28px;
        letter-spacing: -0.021em;
    }

    h3 {
        font-size: 26px;
        letter-spacing: -0.02em;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 30px;
        letter-spacing: -0.021em;
    }

    h2 {
        font-size: 26px;
        letter-spacing: -0.02em;
    }

    h3 {
        font-size: 24px;
        letter-spacing: -0.019em;
    }

    .gh-longform {
        padding: 10vmin 28px;
    }

    .gh-desktop-only {
        display: none;
    }
}

@media (min-width: 481px) {
    .gh-mobile-only {
        display: none;
    }
}

.gh-portal-main-title {
    text-align: center;
    color: var(--grey0);
    line-height: 1.1em;
    text-wrap: pretty;
}

.gh-portal-text-disabled {
    color: var(--grey3);
    font-weight: normal;
    opacity: 0.35;
}

.gh-portal-text-center {
    text-align: center;
    text-wrap: pretty;
}

.gh-portal-input-label {
    color: var(--grey1);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 2px;
    letter-spacing: 0px;
}

.gh-portal-setting-data {
    color: var(--grey6);
    font-size: 1.3rem;
    line-height: 1.15em;
}

.gh-portal-error {
    color: var(--red);
    font-size: 1.4rem;
    line-height: 1.6em;
    margin: 12px 0;
}

/* Buttons
  /* ----------------------------------------------------- */
.gh-portal-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.2px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    color: var(--grey0);
    background: var(--white);
    border: 1px solid var(--grey12);
    min-width: 80px;
    height: 44px;
    padding: 0 1.8rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all .25s ease;
    box-shadow: none;
    user-select: none;
    outline: none;
}

    .gh-portal-btn:hover {
        border-color: var(--grey10);
    }

    .gh-portal-btn:disabled {
        opacity: 0.5 !important;
        cursor: auto;
    }

.gh-portal-btn-container.sticky {
    transition: none;
    position: sticky;
    bottom: 0;
    margin: 0 0 -32px;
    padding: 32px 0 32px;
    background: linear-gradient(0deg, rgba(var(--whitergb), 1) 75%, rgba(var(--whitergb), 0) 100%);
}

    .gh-portal-btn-container.sticky.m28 {
        margin: 0 0 -28px;
        padding: 28px 0 28px;
    }

    .gh-portal-btn-container.sticky.m24 {
        margin: 0 0 -24px;
        padding: 24px 0 24px;
    }

.gh-portal-signup-terms-wrapper + .gh-portal-btn-container {
    margin: 16px 0 0;
}

    .gh-portal-signup-terms-wrapper + .gh-portal-btn-container.sticky.m24 {
        padding: 16px 0 24px;
    }

.gh-portal-btn-container .gh-portal-btn {
    margin: 0;
}

.gh-portal-btn-icon svg {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    stroke: currentColor;
}

    .gh-portal-btn-icon svg path {
        stroke: currentColor;
    }

.gh-portal-btn-link {
    line-height: 1;
    background: none;
    padding: 0;
    height: unset;
    min-width: unset;
    box-shadow: none;
    border: none;
}

    .gh-portal-btn-link:hover {
        box-shadow: none;
        opacity: 0.85;
    }

.gh-portal-btn-branded {
    color: var(--brandcolor);
}

.gh-portal-btn-list {
    font-size: 1.5rem;
    color: var(--brandcolor);
    height: 38px;
    width: unset;
    min-width: unset;
    padding: 0 4px;
    margin: 0 -4px;
    box-shadow: none;
    border: none;
}

    .gh-portal-btn-list:hover {
        box-shadow: none;
        opacity: 0.75;
    }

.gh-portal-btn-logout {
    position: absolute;
    top: 22px;
    left: 24px;
    background: none;
    border: none;
    height: unset;
    color: var(--grey3);
    padding: 0;
    margin: 0;
    z-index: 999;
    box-shadow: none;
}

    .gh-portal-btn-logout .label {
        opacity: 0;
        transform: translateX(-6px);
        transition: all 0.2s ease-in-out;
    }

    .gh-portal-btn-logout:hover {
        padding: 0;
        margin: 0;
        background: none;
        border: none;
        height: unset;
        box-shadow: none;
    }

        .gh-portal-btn-logout:hover .label {
            opacity: 1.0;
            transform: translateX(-4px);
        }

.gh-portal-btn-site-title-back {
    transition: transform 0.25s ease-in-out;
    z-index: 10000;
}

    .gh-portal-btn-site-title-back span {
        margin-right: 4px;
        transition: transform 0.4s cubic-bezier(0.1, 0.7, 0.1, 1);
    }


    .gh-portal-btn-site-title-back:hover span {
        transform: translateX(-3px);
    }

@media (max-width: 960px) {
    .gh-portal-btn-site-title-back {
        display: none;
    }
}

.gh-portal-logouticon {
    color: var(--grey9);
    cursor: pointer;
    width: 23px;
    height: 23px;
    padding: 6px;
    transform: translateX(0);
    transition: all 0.2s ease-in-out;
}

    .gh-portal-logouticon path {
        stroke: var(--grey9);
        transition: all 0.2s ease-in-out;
    }

.gh-portal-btn-logout:hover .gh-portal-logouticon {
    transform: translateX(-2px);
}

    .gh-portal-btn-logout:hover .gh-portal-logouticon path {
        stroke: var(--grey3);
    }

/* Global layout styles
  /* ----------------------------------------------------- */
.gh-portal-popup-background {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: fadein 0.2s;
    background: linear-gradient(315deg, rgba(var(--blackrgb), 0.2) 0%, rgba(var(--blackrgb), 0.1) 100%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .gh-portal-popup-background.preview {
        background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 250, 1) 100%);
        animation: none;
        pointer-events: none;
    }

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1.0;
    }
}

.gh-portal-popup-wrapper {
    position: relative;
    padding: 5vmin 0 0;
    height: 100%;
    max-height: 100vh;
    overflow: scroll;
}

/* Hiding scrollbars */
.gh-portal-popup-wrapper {
    padding-right: 30px !important;
    margin-right: -30px !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .gh-portal-popup-wrapper::-webkit-scrollbar {
        display: none;
    }

    .gh-portal-popup-wrapper.full-size {
        height: 100vh;
        padding: 0;
    }

.gh-portal-popup-container {
    outline: none;
    position: relative;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 1.5rem;
    text-align: left;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    background: var(--white);
    width: 500px;
    margin: 0 auto 40px;
    padding: 32px;
    transform: translateY(0px);
    border-radius: 10px;
    box-shadow: 0 3.8px 2.2px rgba(var(--blackrgb), 0.028), 0 9.2px 5.3px rgba(var(--blackrgb), 0.04), 0 17.3px 10px rgba(var(--blackrgb), 0.05), 0 30.8px 17.9px rgba(var(--blackrgb), 0.06), 0 57.7px 33.4px rgba(var(--blackrgb), 0.072), 0 138px 80px rgba(var(--blackrgb), 0.1);
    animation: popup 0.25s ease-in-out;
    z-index: 9999;
}

    .gh-portal-popup-container.large-size {
        width: 100%;
        max-width: 720px;
        justify-content: flex-start;
        padding: 0;
    }

    .gh-portal-popup-container.full-size {
        width: 100vw;
        min-height: 100vh;
        justify-content: flex-start;
        animation: popup-full-size 0.25s ease-in-out;
        margin: 0;
        border-radius: 0;
        transform: translateY(0px);
        transform-origin: top;
        padding: 2vmin 6vmin;
        padding-bottom: 4vw;
    }

        .gh-portal-popup-container.full-size.account-plan {
            justify-content: flex-start;
            padding-top: 4vw;
        }

    .gh-portal-popup-container.preview {
        animation: none !important;
    }

.gh-portal-popup-wrapper.preview.offer {
    padding-top: 0;
}

.gh-portal-popup-container.preview.offer {
    max-width: 420px;
    transform: scale(0.9);
    margin-top: 3.2vw;
}

@media (max-width: 480px) {
    .gh-portal-popup-container.preview.offer {
        transform-origin: top;
        margin-top: 0;
    }
}

@keyframes popup {
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }

    1% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1.0;
    }
}

@keyframes popup-full-size {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }

    1% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1.0;
    }
}

.gh-portal-powered {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 9999;
}

    .gh-portal-powered a {
        border: none;
        display: flex;
        align-items: center;
        line-height: 0;
        border-radius: 4px;
        background: #ffffff;
        padding: 6px 8px 6px 7px;
        color: #303336;
        font-size: 1.25rem;
        letter-spacing: -0.2px;
        font-weight: 500;
        text-decoration: none;
        transition: color 0.5s ease-in-out;
        width: 146px;
        height: 28px;
        line-height: 28px;
    }

        .gh-portal-powered a:hover {
            color: #15171A;
        }

@keyframes powered-fade-in {
    0% {
        transform: scale(0.98);
        opacity: 0;
    }

    75% {
        opacity: 1.0;
    }

    100% {
        transform: scale(1);
    }
}

.gh-portal-powered a svg {
    height: 16px;
    width: 16px;
    margin: 0 6px 0 0;
}

.gh-portal-powered.outside.full-size {
    display: none;
}

/* Sets the main content area of the popup scrollable.
  /* 12vw is the sum horizontal padding of the popup container
  */
.gh-portal-content {
    position: relative;
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    .gh-portal-content::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.gh-portal-content {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.gh-portal-closeicon-container {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 10000;
}

.gh-portal-closeicon {
    color: var(--grey10);
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 12px;
    transition: all 0.2s ease-in-out;
}

    .gh-portal-closeicon:hover {
        color: var(--grey5);
    }

.gh-portal-popup-wrapper.full-size .gh-portal-closeicon-container,
.gh-portal-popup-container.full-size .gh-portal-closeicon-container {
    top: 20px;
    right: 20px;
}

.gh-portal-popup-wrapper.full-size .gh-portal-closeicon,
.gh-portal-popup-container.full-size .gh-portal-closeicon {
    color: var(--grey6);
    width: 24px;
    height: 24px;
}

.gh-portal-logout-container {
    position: absolute;
    top: 8px;
    left: 8px;
}

.gh-portal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 24px;
}

.gh-portal-section {
    margin-bottom: 40px;
}

    .gh-portal-section.form {
        margin-bottom: 20px;
    }

    .gh-portal-section.flex {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

.gh-portal-detail-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -2px 0 40px;
}

.gh-portal-detail-footer .gh-portal-btn {
    min-width: 90px;
}

.gh-portal-action-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 12px;
}

.gh-portal-footer-secondary {
    display: flex;
    font-size: 14.5px;
    letter-spacing: 0.3px;
}

    .gh-portal-footer-secondary button {
        font-size: 14.5px;
    }

.gh-portal-footer-secondary-light {
    color: var(--grey7);
}

.gh-portal-list-header {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--grey3);
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 1.7em;
    margin-bottom: 4px;
}

.gh-portal-list + .gh-portal-list-header {
    margin-top: 28px;
}

.gh-portal-list + .gh-portal-action-footer {
    margin-top: 40px;
}

.gh-portal-list {
    background: var(--white);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--grey12);
}

.gh-portal-newsletter-selection {
    max-width: 460px;
    margin: 0 auto;
}

    .gh-portal-newsletter-selection .gh-portal-list {
        margin-bottom: 40px;
    }

.gh-portal-lock-icon-container {
    display: flex;
    justify-content: center;
    flex: 44px 0 0;
    padding-top: 6px;
}

.gh-portal-lock-icon {
    width: 14px;
    height: 14px;
    overflow: visible;
}

    .gh-portal-lock-icon path {
        color: var(--grey2);
    }

.gh-portal-text-large {
    font-size: 1.8rem;
    font-weight: 600;
}

.gh-portal-list section {
    display: flex;
    align-items: center;
    margin: 0 -20px 20px;
    padding: 0 20px 20px;
    border-bottom: 1px solid var(--grey12);
}

    .gh-portal-list section:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }

.gh-portal-list-detail {
    flex-grow: 1;
}

    .gh-portal-list-detail h3 {
        font-size: 1.5rem;
        font-weight: 600;
    }

    .gh-portal-list-detail.gh-portal-list-big h3 {
        font-size: 1.6rem;
        font-weight: 600;
    }

    .gh-portal-list-detail p {
        font-size: 1.45rem;
        letter-spacing: 0.3px;
        line-height: 1.3em;
        padding: 0;
        margin: 5px 8px 0 0;
        color: var(--grey6);
        word-break: break-word;
    }

    .gh-portal-list-detail.gh-portal-list-big p {
        font-size: 1.5rem;
    }

.gh-portal-list-toggle-wrapper {
    align-items: flex-start !important;
    justify-content: space-between;
}

    .gh-portal-list-toggle-wrapper .gh-portal-list-detail {
        padding: 4px 24px 4px 0px;
    }

.gh-portal-list-detail .old-price {
    text-decoration: line-through;
}

.gh-portal-right-arrow {
    line-height: 1;
    color: var(--grey8);
}

    .gh-portal-right-arrow svg {
        width: 17px;
        height: 17px;
        margin-top: 1px;
        margin-right: -6px;
    }

.gh-portal-expire-warning {
    text-align: center;
    color: var(--red);
    font-weight: 500;
    font-size: 1.4rem;
    margin: 12px 0;
}

.gh-portal-cookiebanner {
    background: var(--red);
    color: var(--white);
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.2px;
    line-height: 1.4em;
    padding: 8px;
}

.gh-portal-publication-title {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: -.1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #15212a;
    margin-top: 6px;
}

/* Icons
  /* ----------------------------------------------------- */
.gh-portal-icon {
    color: var(--brandcolor);
}

/* Spacing modifiers
  /* ----------------------------------------------------- */
.gh-portal-strong {
    font-weight: 600;
}

.mt1 {
    margin-top: 4px;
}

.mt2 {
    margin-top: 8px;
}

.mt3 {
    margin-top: 12px;
}

.mt4 {
    margin-top: 16px;
}

.mt5 {
    margin-top: 20px;
}

.mt6 {
    margin-top: 24px;
}

.mt7 {
    margin-top: 28px;
}

.mt8 {
    margin-top: 32px;
}

.mt9 {
    margin-top: 36px;
}

.mt10 {
    margin-top: 40px;
}

.mr1 {
    margin-right: 4px;
}

.mr2 {
    margin-right: 8px;
}

.mr3 {
    margin-right: 12px;
}

.mr4 {
    margin-right: 16px;
}

.mr5 {
    margin-right: 20px;
}

.mr6 {
    margin-right: 24px;
}

.mr7 {
    margin-right: 28px;
}

.mr8 {
    margin-right: 32px;
}

.mr9 {
    margin-right: 36px;
}

.mr10 {
    margin-right: 40px;
}

.mb1 {
    margin-bottom: 4px;
}

.mb2 {
    margin-bottom: 8px;
}

.mb3 {
    margin-bottom: 12px;
}

.mb4 {
    margin-bottom: 16px;
}

.mb5 {
    margin-bottom: 20px;
}

.mb6 {
    margin-bottom: 24px;
}

.mb7 {
    margin-bottom: 28px;
}

.mb8 {
    margin-bottom: 32px;
}

.mb9 {
    margin-bottom: 36px;
}

.mb10 {
    margin-bottom: 40px;
}

.ml1 {
    margin-left: 4px;
}

.ml2 {
    margin-left: 8px;
}

.ml3 {
    margin-left: 12px;
}

.ml4 {
    margin-left: 16px;
}

.ml5 {
    margin-left: 20px;
}

.ml6 {
    margin-left: 24px;
}

.ml7 {
    margin-left: 28px;
}

.ml8 {
    margin-left: 32px;
}

.ml9 {
    margin-left: 36px;
}

.ml10 {
    margin-left: 40px;
}

.pt1 {
    padding-top: 4px;
}

.pt2 {
    padding-top: 8px;
}

.pt3 {
    padding-top: 12px;
}

.pt4 {
    padding-top: 16px;
}

.pt5 {
    padding-top: 20px;
}

.pt6 {
    padding-top: 24px;
}

.pt7 {
    padding-top: 28px;
}

.pt8 {
    padding-top: 32px;
}

.pt9 {
    padding-top: 36px;
}

.pt10 {
    padding-top: 40px;
}

.pr1 {
    padding-right: 4px;
}

.pr2 {
    padding-right: 8px;
}

.pr3 {
    padding-right: 12px;
}

.pr4 {
    padding-right: 16px;
}

.pr5 {
    padding-right: 20px;
}

.pr6 {
    padding-right: 24px;
}

.pr7 {
    padding-right: 28px;
}

.pr8 {
    padding-right: 32px;
}

.pr9 {
    padding-right: 36px;
}

.pr10 {
    padding-right: 40px;
}

.pb1 {
    padding-bottom: 4px;
}

.pb2 {
    padding-bottom: 8px;
}

.pb3 {
    padding-bottom: 12px;
}

.pb4 {
    padding-bottom: 16px;
}

.pb5 {
    padding-bottom: 20px;
}

.pb6 {
    padding-bottom: 24px;
}

.pb7 {
    padding-bottom: 28px;
}

.pb8 {
    padding-bottom: 32px;
}

.pb9 {
    padding-bottom: 36px;
}

.pb10 {
    padding-bottom: 40px;
}

.pl1 {
    padding-left: 4px;
}

.pl2 {
    padding-left: 8px;
}

.pl3 {
    padding-left: 12px;
}

.pl4 {
    padding-left: 16px;
}

.pl5 {
    padding-left: 20px;
}

.pl6 {
    padding-left: 24px;
}

.pl7 {
    padding-left: 28px;
}

.pl8 {
    padding-left: 32px;
}

.pl9 {
    padding-left: 36px;
}

.pl10 {
    padding-left: 40px;
}

.hidden {
    display: none !important;
}

.gh-portal-account-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 32px
}

    .gh-portal-account-header .gh-portal-avatar {
        margin: 6px 0 8px !important
    }

.gh-portal-account-data {
    margin-bottom: 40px
}

footer.gh-portal-account-footer {
    display: flex
}

.gh-portal-account-footer.paid {
    margin-top: 12px
}

.gh-portal-account-footermenu {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.gh-portal-account-footerright {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end
}

.gh-portal-account-footermenu li {
    margin-right: 16px
}

    .gh-portal-account-footermenu li:last-of-type {
        margin-right: 0
    }

.gh-portal-freeaccount-newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px
}

    .gh-portal-freeaccount-newsletter .label {
        display: flex;
        flex-direction: column;
        flex-grow: 1
    }

.gh-portal-free-ctatext {
    margin-top: -12px
}

.gh-portal-cancelcontinue-container {
    margin: 24px 0 32px
}

.gh-portal-list-detail .gh-portal-email-notice {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 6px;
    color: var(--red);
    font-weight: 500;
    font-size: 1.25rem;
    letter-spacing: .2px
}

.gh-portal-email-notice-icon {
    width: 20px;
    height: 20px
}

.gh-portal-billing-button-loader {
    width: 32px;
    height: 32px;
    margin-right: -3px;
    opacity: .6
}

.gh-portal-product-icon {
    width: 52px;
    margin-right: 12px;
    border-radius: 2px
}

.gh-portal-account-discountcontainer {
    position: relative;
    display: flex;
    align-items: center
}

.gh-portal-account-old-price {
    text-decoration: line-through;
    color: var(--grey9) !important
}

.gh-portal-account-tagicon {
    width: 16px;
    height: 16px;
    color: var(--brandcolor);
    margin-right: 5px;
    z-index: 999
}

@media (max-width: 390px) {
    .gh-portal-account-footer {
        padding: 0 !important
    }
}

@media (max-width: 340px) {
    .gh-portal-account-footer {
        padding: 0 !important;
        flex-wrap: wrap;
        gap: 12px
    }

        .gh-portal-account-footer .gh-portal-account-footerright {
            justify-content: flex-start
        }
}

.account-plan.full-size .gh-portal-main-title {
    font-size: 3.2rem;
    margin-top: 44px;
}

.gh-portal-accountplans-main {
    margin-top: 24px;
    margin-bottom: 0;
}

.gh-portal-expire-container {
    margin: 32px 0 0;
}

.gh-portal-cancellation-form p {
    margin-bottom: 12px;
}

.gh-portal-cancellation-form .gh-portal-input-section {
    margin-bottom: 20px;
}

.gh-portal-cancellation-form .gh-portal-input {
    resize: none;
    width: 100%;
    height: 62px;
    padding: 6px 12px;
}

.gh-portal-input-section.hidden {
    display: none;
}

.gh-portal-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    box-sizing: border-box;
    font-size: 1.5rem;
    color: inherit;
    background: transparent;
    outline: none;
    border: 1px solid var(--grey11);
    border-radius: 6px;
    width: 100%;
    height: 44px;
    padding: 0 12px;
    margin-bottom: 18px;
    letter-spacing: 0.2px;
    transition: border-color 0.25s ease-in-out;
}

.gh-portal-input-labelcontainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .gh-portal-input-labelcontainer p {
        color: var(--red);
        font-size: 1.3rem;
        letter-spacing: 0.35px;
        line-height: 1.6em;
        margin-bottom: 0;
    }

.gh-portal-input-label.hidden {
    display: none;
}

.gh-portal-input:focus {
    border-color: var(--grey8);
}

.gh-portal-input.error {
    border-color: var(--red);
}

.gh-portal-input::placeholder {
    color: var(--grey8);
}

.gh-portal-popup-container:not(.preview) .gh-portal-input:disabled {
    background: var(--grey13);
    color: var(--grey9);
    box-shadow: none;
}

    .gh-portal-popup-container:not(.preview) .gh-portal-input:disabled::placeholder {
        color: var(--grey9);
    }

.gh-portal-products {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gh-portal-products-pricetoggle {
    position: relative;
    display: flex;
    background: #F3F3F3;
    width: 100%;
    border-radius: 999px;
    padding: 4px;
    height: 44px;
    margin: 0 0 40px;
}

    .gh-portal-products-pricetoggle:before {
        position: absolute;
        content: "";
        display: block;
        width: 50%;
        top: 4px;
        bottom: 4px;
        right: 4px;
        background: var(--white);
        box-shadow: 0px 1px 3px rgba(var(--blackrgb), 0.08);
        border-radius: 999px;
        transition: all 0.15s ease-in-out;
    }

    .gh-portal-products-pricetoggle.left:before {
        transform: translateX(calc(-100% + 8px));
    }

    .gh-portal-products-pricetoggle .gh-portal-btn {
        border: 0;
        height: 100% !important;
        width: 50%;
        border-radius: 999px;
        background: transparent;
        font-size: 1.5rem;
    }

        .gh-portal-products-pricetoggle .gh-portal-btn.active {
            border: 0;
            height: 100%;
            width: 50%;
            color: var(--grey0);
        }

.gh-portal-priceoption-label {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin: 0 6px;
    min-width: 180px;
}

    .gh-portal-priceoption-label.monthly {
        text-align: right;
    }

    .gh-portal-priceoption-label.inactive {
        color: var(--grey8);
    }

.gh-portal-maximum-discount {
    font-weight: 400;
    margin-left: 4px;
    opacity: 0.5;
}

.gh-portal-products-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.gh-portal-product-card {
    flex: 1;
    max-width: 420px;
    min-width: 320px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: stretch;
    background: var(--white);
    padding: 32px;
    border-radius: 7px;
    border: 1px solid var(--grey11);
    min-height: 200px;
    transition: border-color 0.25s ease-in-out;
}

    .gh-portal-product-card.top {
        border-bottom: none;
        border-radius: 7px 7px 0 0;
        padding-bottom: 0;
    }

    .gh-portal-product-card.bottom {
        border-top: none;
        border-radius: 0 0 7px 7px;
        padding-top: 0;
    }

    .gh-portal-product-card:not(.disabled):hover {
        border-color: var(--grey9);
    }

    .gh-portal-product-card.checked::before {
        position: absolute;
        display: block;
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
        content: "";
        z-index: 999;
        border: 0px solid var(--brandcolor);
        pointer-events: none;
        border-radius: 7px;
    }

.gh-portal-product-card-header {
    width: 100%;
    min-height: 56px;
}

.gh-portal-product-card-name-trial {
    display: flex;
    align-items: center;
}

    .gh-portal-product-card-name-trial .gh-portal-discount-label {
        margin-top: -4px;
    }

.gh-portal-product-card-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.gh-portal-product-name {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 0px;
    margin-top: -4px;
    word-break: break-word;
    width: 100%;
    color: var(--brandcolor);
}

.gh-portal-discount-label-trial {
    color: var(--brandcolor);
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1;
    margin-top: 4px;
}

.gh-portal-discount-label {
    position: relative;
    font-size: 1.25rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: var(--grey0);
    padding: 6px 9px;
    text-align: center;
    white-space: nowrap;
    border-radius: 999px;
    margin-right: -4px;
    max-height: 24.5px;
}

    .gh-portal-discount-label:before {
        position: absolute;
        content: "";
        display: block;
        background: var(--brandcolor);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 999px;
        opacity: 0.2;
    }

.gh-portal-product-card-price-trial {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 4px;
    width: 100%;
}

.gh-portal-product-card-pricecontainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 16px;
}

.gh-portal-product-price {
    display: flex;
    justify-content: center;
    color: var(--grey0);
}

    .gh-portal-product-price .currency-sign {
        align-self: flex-start;
        font-size: 2.7rem;
        font-weight: 700;
        line-height: 1.135em;
    }

        .gh-portal-product-price .currency-sign.long {
            margin-right: 5px;
        }

    .gh-portal-product-price .amount {
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 1em;
        letter-spacing: -1.3px;
        color: var(--grey0);
    }

        .gh-portal-product-price .amount.trial-duration {
            letter-spacing: -0.022em;
        }

    .gh-portal-product-price .billing-period {
        align-self: flex-end;
        font-size: 1.5rem;
        line-height: 1.6em;
        color: var(--grey5);
        letter-spacing: 0.3px;
        margin-left: 5px;
    }

.gh-portal-product-alternative-price {
    font-size: 1.3rem;
    line-height: 1.6em;
    color: var(--grey8);
    letter-spacing: 0.3px;
    display: none;
}

.after-trial-amount {
    display: block;
    font-size: 1.5rem;
    color: var(--grey5);
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 1;
}

.gh-portal-product-card-detaildata {
    flex: 1;
}

.gh-portal-product-description {
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.4em;
    width: 100%;
    margin-top: 16px;
}

.gh-portal-product-benefits {
    font-size: 1.5rem;
    line-height: 1.4em;
    width: 100%;
    margin-top: 16px;
}

.gh-portal-product-benefit {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.gh-portal-benefit-checkmark {
    width: 14px;
    height: 14px;
    min-width: 14px;
    margin: 3px 10px 0 0;
    overflow: visible;
}

    .gh-portal-benefit-checkmark polyline,
    .gh-portal-benefit-checkmark g {
        stroke-width: 3px;
    }

.gh-portal-products-grid.change-plan {
    padding: 0;
}

.gh-portal-btn-product {
    position: sticky;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    justify-self: flex-end;
    padding: 40px 0 32px;
    margin-bottom: -32px;
    /*background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);*/
    background: transparent;
}

    .gh-portal-btn-product::before {
        position: absolute;
        content: "";
        display: block;
        top: -16px;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(0deg, rgba(var(--whitergb), 1) 60%, rgba(var(--whitergb), 0) 100%);
        z-index: 800;
    }

    .gh-portal-btn-product .gh-portal-btn {
        background: var(--brandcolor);
        color: var(--white);
        border: none;
        width: 100%;
        z-index: 900;
    }

        .gh-portal-btn-product .gh-portal-btn:hover {
            opacity: 0.9;
        }

    .gh-portal-btn-product .gh-portal-btn {
        background: var(--brandcolor);
        color: var(--white);
        border: none;
        width: 100%;
        z-index: 900;
    }

    .gh-portal-btn-product .gh-portal-error-message {
        z-index: 900;
        color: var(--red);
        font-size: 1.4rem;
        min-height: 40px;
        padding-bottom: 13px;
        margin-bottom: -40px;
    }

.gh-portal-current-plan {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    height: 44px;
    border-radius: 5px;
    color: var(--grey5);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.2px;
    font-weight: 500;
    background: var(--grey14);
    z-index: 900;
}

.gh-portal-product-card.only-free {
    margin: 0 0 16px;
    min-height: unset;
}

    .gh-portal-product-card.only-free .gh-portal-product-card-header {
        min-height: unset;
    }

@media (max-width: 670px) {
    .gh-portal-products-grid {
        grid-template-columns: unset;
        grid-gap: 20px;
        width: 100%;
        max-width: 440px;
    }

    .gh-portal-priceoption-label {
        font-size: 1.25rem;
    }

    .gh-portal-products-priceswitch .gh-portal-discount-label {
        display: none;
    }

    .gh-portal-products-priceswitch {
        padding-top: 18px;
    }

    .gh-portal-product-card {
        min-height: unset;
    }

    .gh-portal-singleproduct-benefits .gh-portal-product-description {
        text-align: center;
    }

    .gh-portal-product-benefit:last-of-type {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .gh-portal-product-price .amount {
        font-size: 3.4rem;
    }

    .gh-portal-product-card {
        min-width: unset;
    }

    .gh-portal-btn-product {
        position: static;
    }

        .gh-portal-btn-product::before {
            display: none;
        }
}

@media (max-width: 370px) {
    .gh-portal-product-price .currency-sign {
        font-size: 1.8rem;
    }

    .gh-portal-product-price .amount {
        font-size: 2.8rem;
    }
}


/* Upgrade and change plan*/
.gh-portal-upgrade-product {
    margin-top: -70px;
    padding-top: 60px;
}

    .gh-portal-upgrade-product .gh-portal-products-grid {
        grid-template-columns: unset;
        grid-gap: 20px;
        width: 100%;
    }

    .gh-portal-upgrade-product .gh-portal-product-card .gh-portal-plan-current {
        display: inline-block;
        position: relative;
        padding: 2px 8px;
        font-size: 1.2rem;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

        .gh-portal-upgrade-product .gh-portal-product-card .gh-portal-plan-current::before {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border-radius: 999px;
            background: var(--brandcolor);
            opacity: 0.15;
        }

@media (max-width: 880px) {
    .gh-portal-products-grid {
        flex-direction: column;
        margin: 0 auto;
        max-width: 420px;
    }

    .gh-portal-product-card-header {
        min-height: unset;
    }
}

.gh-portal-for-switch label,
.gh-portal-for-switch .container {
    position: relative;
    display: inline-block;
    width: 44px !important;
    height: 26px !important;
    cursor: pointer;
}

    .gh-portal-for-switch label p,
    .gh-portal-for-switch .container p {
        overflow: auto;
        color: var(--grey0);
        font-weight: normal;
    }

.gh-portal-for-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.gh-portal-for-switch .input-toggle-component {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--grey12);
    transition: .3s;
    width: 44px !important;
    height: 26px !important;
    border-radius: 999px;
    transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out;
    cursor: pointer;
}

.gh-portal-for-switch label:hover input:not(:checked) + .input-toggle-component,
.gh-portal-for-switch .container:hover input:not(:checked) + .input-toggle-component {
    border-color: var(--grey9);
}

.gh-portal-for-switch .input-toggle-component:before {
    position: absolute;
    content: "";
    top: 3px !important;
    left: 3px !important;
    height: 20px !important;
    width: 20px !important;
    background-color: var(--white);
    transition: .3s;
    border-radius: 999px;
}

.gh-portal-for-switch input:checked + .input-toggle-component {
    background: var(--brandcolor);
    border-color: transparent;
}

    .gh-portal-for-switch input:checked + .input-toggle-component:before {
        transform: translateX(18px);
        box-shadow: none;
    }

.gh-portal-for-switch .container {
    width: 38px !important;
    height: 22px !important;
}

.gh-portal-btn-main {
    box-shadow: none;
    position: relative;
    border: none;
}

    .gh-portal-btn-main:hover,
    .gh-portal-btn-main:focus {
        box-shadow: none;
        border: none;
    }

.gh-portal-btn-primary:hover,
.gh-portal-btn-primary:focus {
    opacity: 0.92 !important;
}

.gh-portal-btn-primary:disabled:hover::before {
    display: none;
}

.gh-portal-btn-destructive:not(:disabled):hover {
    color: var(--red);
    border-color: var(--red);
}

.gh-portal-btn-text {
    padding: 0;
    font-weight: 500;
    height: unset;
    border: none;
    box-shadow: none;
}

.gh-portal-loadingicon {
    position: absolute;
    left: 50%;
    display: inline-block;
    margin-left: -19px;
    height: 31px;
}

    .gh-portal-loadingicon path,
    .gh-portal-loadingicon rect {
        fill: var(--white);
    }

    .gh-portal-loadingicon.dark path,
    .gh-portal-loadingicon.dark rect {
        fill: var(--grey0);
    }

.gh-portal-btn-back,
.gh-portal-btn-back:hover {
    box-shadow: none;
    position: relative;
    height: unset;
    min-width: unset;
    position: fixed;
    top: 29px;
    left: 20px;
    background: none;
    padding: 8px;
    margin: 0;
    box-shadow: none;
    color: var(--grey3);
    border: none;
    z-index: 10000;
}

@media (max-width: 480px) {

    .gh-portal-btn-back,
    .gh-portal-btn-back:hover {
        left: 16px;
    }
}

.gh-portal-btn-back:hover {
    color: var(--grey1);
    transform: translateX(-4px);
}

.gh-portal-btn-back svg {
    width: 17px;
    height: 17px;
    margin-top: 1px;
    margin-right: 2px;
}

.gh-portal-avatar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 0 8px 0;
    border-radius: 999px;
}

    .gh-portal-avatar img {
        position: absolute;
        display: block;
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        opacity: 1;
        max-width: unset;
    }

.gh-portal-icon-envelope {
    width: 44px;
    margin: 12px 0 10px;
}

.gh-portal-inbox-notification {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .gh-portal-inbox-notification p {
        max-width: 420px;
        text-align: center;
        margin-bottom: 30px;
    }

.gh-portal-back-sitetitle {
    position: absolute;
    top: 35px;
    left: 32px;
}

    .gh-portal-back-sitetitle .gh-portal-btn {
        padding: 0;
        border: 0;
        font-size: 1.5rem;
        height: auto;
        line-height: 1em;
        color: var(--grey1);
    }

.gh-portal-popup-wrapper:not(.full-size) .gh-portal-back-sitetitle,
.gh-portal-popup-wrapper.preview .gh-portal-back-sitetitle {
    display: none;
}

.gh-portal-signup-logo {
    position: relative;
    display: block;
    background-position: 50%;
    background-size: cover;
    border-radius: 2px;
    width: 60px;
    height: 60px;
    margin: 12px 0 10px;
}

.gh-portal-signup-header,
.gh-portal-signin-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 32px;
    margin-bottom: 32px;
}

.gh-portal-popup-wrapper.full-size .gh-portal-signup-header {
    margin-top: 32px;
}

.gh-portal-signup-header .gh-portal-main-title,
.gh-portal-signin-header .gh-portal-main-title {
    margin-top: 12px;
}

.gh-portal-signup-logo + .gh-portal-main-title {
    margin: 4px 0 0;
}

.gh-portal-signup-header .gh-portal-main-subtitle {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.45em;
    margin: 4px 0 0;
    color: var(--grey3);
}

.gh-portal-logged-out-form-container {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.signup .gh-portal-input-section:last-of-type {
    margin-bottom: 40px;
}

.gh-portal-signup-message {
    display: flex;
    justify-content: center;
    color: var(--grey4);
    font-size: 1.5rem;
    margin: 16px 0 0;
}

    .gh-portal-signup-message,
    .gh-portal-signup-message * {
        z-index: 9999;
    }

.full-size .gh-portal-signup-message {
    margin: 24px 0 40px;
}

@media (max-width: 480px) {
    .preview .gh-portal-products + .gh-portal-signup-message {
        margin-bottom: 40px;
    }
}

.gh-portal-signup-message button {
    font-size: 1.4rem;
    font-weight: 600;
    margin-left: 4px !important;
    margin-bottom: -1px;
}

    .gh-portal-signup-message button span {
        display: inline-block;
        padding-bottom: 2px;
        margin-bottom: -2px;
    }

.gh-portal-content.signup.invite-only {
    background: none;
}

footer.gh-portal-signup-footer,
footer.gh-portal-signin-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 24px;
    height: unset;
}

.gh-portal-content.signup,
.gh-portal-content.signin {
    max-height: unset !important;
    padding-bottom: 0;
}

.gh-portal-content.signin {
    padding-bottom: 4px;
}

.gh-portal-content.signup .gh-portal-section {
    margin-bottom: 0;
}

.gh-portal-content.signup.single-field {
    margin-bottom: 4px;
}

    .gh-portal-content.signup.single-field .gh-portal-input,
    .gh-portal-content.signin .gh-portal-input {
        margin-bottom: 12px;
    }

    .gh-portal-content.signup.single-field + .gh-portal-signup-footer,
    footer.gh-portal-signin-footer {
        padding-top: 12px;
    }

.gh-portal-content.signin .gh-portal-section {
    margin-bottom: 0;
}

footer.gh-portal-signup-footer.invite-only {
    height: unset;
}

    footer.gh-portal-signup-footer.invite-only .gh-portal-signup-message {
        margin-top: 0;
    }

.gh-portal-invite-only-notification,
.gh-portal-members-disabled-notification {
    margin: 8px 32px 24px;
    padding: 0;
    text-align: center;
    color: var(--grey2);
}

.gh-portal-icon-invitation {
    width: 44px;
    height: 44px;
    margin: 12px 0 2px;
}

.gh-portal-popup-wrapper.full-size .gh-portal-popup-container.preview footer.gh-portal-signup-footer {
    padding-bottom: 32px;
}

.gh-portal-invite-only-notification + .gh-portal-signup-message {
    margin-bottom: 12px;
}

.gh-portal-free-trial-notification {
    max-width: 480px;
    text-align: center;
    margin: 24px auto;
    color: var(--grey4);
}

.gh-portal-signup-terms-wrapper {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.signup.single-field .gh-portal-signup-terms-wrapper {
    margin-top: 12px;
}

.signup.single-field .gh-portal-products:not(:has(.gh-portal-product-card)) {
    margin-top: -16px;
}

.gh-portal-signup-terms {
    margin: -16px 0 36px;
}

.gh-portal-signup-terms-wrapper.free-only .gh-portal-signup-terms {
    margin: -16px 0 24px;
}

.gh-portal-products:has(.gh-portal-product-card) + .gh-portal-signup-terms-wrapper.free-only {
    margin: 20px auto 0 !important;
}

.gh-portal-signup-terms label {
    position: relative;
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.gh-portal-signup-terms input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.gh-portal-signup-terms .checkbox {
    position: relative;
    top: 1px;
    flex-shrink: 0;
    display: inline-block;
    float: left;
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    background: var(--white);
    border: 1px solid var(--grey10);
    border-radius: 4px;
    transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.gh-portal-signup-terms label:hover input:not(:checked) + .checkbox {
    border-color: var(--grey9);
}

.gh-portal-signup-terms .checkbox:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 3px;
    width: 10px;
    height: 6px;
    border: 2px solid var(--white);
    border-top: none;
    border-right: none;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    transform: rotate(-45deg);
}

.gh-portal-signup-terms input:checked + .checkbox {
    border-color: var(--black);
    background: var(--black);
}

    .gh-portal-signup-terms input:checked + .checkbox:before {
        opacity: 1;
    }

.gh-portal-signup-terms.gh-portal-error .checkbox,
.gh-portal-signup-terms.gh-portal-error label:hover input:not(:checked) + .checkbox {
    border: 1px solid var(--red);
    box-shadow: 0 0 0 3px rgb(240, 37, 37, .15);
}

.gh-portal-signup-terms.gh-portal-error input:checked + .checkbox {
    box-shadow: none;
}

.gh-portal-signup-terms-content {
    color: var(--grey4);
    font-size: 1.5rem;
    line-height: 1.5em;
}

    .gh-portal-signup-terms-content p {
        margin-bottom: 0;
    }

.gh-portal-error .gh-portal-signup-terms-content {
    line-height: 1.5em;
}

.gh-portal-signup-terms-content a {
    color: var(--brandcolor);
    font-weight: 500;
    text-decoration: none;
}

@media (min-width: 480px) {
}

@media (max-width: 480px) {
    .gh-portal-signup-logo {
        width: 48px;
        height: 48px;
    }
}

@media (min-width: 480px) and (max-width: 820px) {
    .gh-portal-powered.outside {
        left: 50%;
        transform: translateX(-50%);
    }
}

.gh-portal-offer {
    padding-bottom: 0;
    overflow: unset;
    max-height: unset;
}

.gh-portal-offer-container {
    display: flex;
    flex-direction: column;
}

.gh-portal-plans-container.offer {
    justify-content: space-between;
    border-color: var(--grey12);
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 12px 16px;
    font-size: 1.3rem;
}

.gh-portal-offer-bar {
    position: relative;
    padding: 26px 28px 28px;
    margin-bottom: 24px;
    /*border: 1px dashed var(--brandcolor);*/
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='99.9%25' xmlns='http://www.w3.org/2000/svg' %3e%3crect width='100%25' height='100%25' fill='none' stroke='%23C3C3C3' stroke-width='3' stroke-dasharray='3%2c 9' stroke-dashoffset='0' stroke-linecap='square' /%3e%3c/svg%3e"); background-color: var(--white);
    border-radius: 6px;
}

.gh-portal-offer-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .gh-portal-offer-title h4 {
        font-size: 1.8rem;
        margin: 0 110px 0 0;
        width: 100%;
    }

        .gh-portal-offer-title h4.placeholder {
            opacity: 0.4;
        }

.gh-portal-offer-bar .gh-portal-discount-label {
    position: absolute;
    top: 23px;
    right: 25px;
}

.gh-portal-offer-bar p {
    padding-bottom: 0;
    margin: 12px 0 0;
}

.gh-portal-offer-title h4 + p {
    margin: 12px 0 0;
}

.gh-portal-offer-details .gh-portal-plan-name,
.gh-portal-offer-details p {
    margin-right: 8px;
}

.gh-portal-offer .footnote {
    font-size: 1.35rem;
    color: var(--grey8);
    margin: 4px 0 0;
}

.offer .gh-portal-product-card {
    max-width: unset;
    min-height: 0;
}

    .offer .gh-portal-product-card .gh-portal-product-card-pricecontainer:not(.offer-type-trial) {
        margin-top: 0px;
    }

.offer .gh-portal-product-card-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gh-portal-offer-oldprice {
    display: flex;
    position: relative;
    font-size: 1.8rem;
    font-weight: 300;
    color: var(--grey8);
    line-height: 1;
    white-space: nowrap;
    margin: 16px 0 4px;
}

    .gh-portal-offer-oldprice:after {
        position: absolute;
        display: block;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        height: 1px;
        background: var(--grey8);
    }

.gh-portal-offer-details p {
    margin-bottom: 12px;
}

.offer .after-trial-amount {
    margin-bottom: 0;
}

.offer .trial-duration {
    margin-top: 16px;
}

.gh-portal-cancel {
    white-space: nowrap;
}

.gh-portal-offer .gh-portal-signup-terms-wrapper {
    margin: 8px auto 16px;
}

.gh-portal-offer .gh-portal-signup-terms.gh-portal-error {
    margin: 0;
}

.gh-portal-popupnotification {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    padding: 12px;
    background: var(--grey2);
    z-index: 11000;
    border-radius: 5px;
    font-size: 1.5rem;
    box-shadow: 0px 0.8151839971542358px 0.8151839971542358px 0px rgba(var(--blackrgb), 0.01), 0px 2.2538793087005615px 2.2538793087005615px 0px rgba(var(--blackrgb), 0.02), 0px 5.426473140716553px 5.426473140716553px 0px rgba(var(--blackrgb), 0.03), 0px 18px 18px 0px rgba(var(--blackrgb), 0.04);
    animation: popupnotification-slidein 0.3s ease-in-out;
}

    .gh-portal-popupnotification.slideout {
        animation: popupnotification-slideout 0.48s ease-in;
    }

    .gh-portal-popupnotification p {
        color: var(--white);
        margin: 0;
        padding: 0 20px;
        font-size: 1.5rem;
        line-height: 1.5em;
        letter-spacing: 0.2px;
        text-align: center;
    }

    .gh-portal-popupnotification a {
        color: var(--white);
    }

.gh-portal-popupnotification-icon {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 20px;
    height: 20px;
}

    .gh-portal-popupnotification-icon.success {
        color: var(--green);
    }

    .gh-portal-popupnotification-icon.error {
        color: var(--red);
    }

.gh-portal-popupnotification .closeicon {
    position: absolute;
    top: 3px;
    bottom: 0;
    right: 3px;
    color: var(--white);
    cursor: pointer;
    width: 16px;
    height: 16px;
    padding: 12px;
    transition: all 0.15s ease-in-out forwards;
    opacity: 0.8;
}

    .gh-portal-popupnotification .closeicon:hover {
        opacity: 1.0;
    }

@keyframes popupnotification-slidein {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }

    60% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(0);
        opacity: 1.0;
    }
}

@keyframes popupnotification-slideout {
    0% {
        transform: translateY(0);
        opacity: 1.0;
    }

    40% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(-10px);
        opacity: 0;
    }
}

@media (max-width: 1440px) {
    .gh-portal-popup-container:not(.full-size):not(.large-size):not(.preview) {
        width: 480px;
    }

    .gh-portal-popup-container.large-size {
        width: 100%;
        max-width: 600px;
    }

    .gh-portal-input {
        height: 42px;
        margin-bottom: 16px;
    }

    button[class="gh-portal-btn"],
    .gh-portal-btn-main,
    .gh-portal-btn-primary {
        height: 42px;
    }

    .gh-portal-product-price .amount {
        font-size: 32px;
        letter-spacing: -0.022em;
    }
}

@media (max-width: 960px) {
    .gh-portal-powered {
        display: flex;
        position: relative;
        bottom: unset;
        left: unset;
        background: var(--white);
        justify-content: center;
        width: 100%;
        padding-top: 32px;
    }
}

@media (min-width: 520px) {
    .gh-portal-popup-wrapper.full-size .gh-portal-popup-container.preview {
        box-shadow: 0 0 0 1px rgba(var(--blackrgb), 0.02), 0 2.8px 2.2px rgba(var(--blackrgb), 0.02), 0 6.7px 5.3px rgba(var(--blackrgb), 0.028), 0 12.5px 10px rgba(var(--blackrgb), 0.035), 0 22.3px 17.9px rgba(var(--blackrgb), 0.042), 0 41.8px 33.4px rgba(var(--blackrgb), 0.05), 0 100px 80px rgba(var(--blackrgb), 0.07);
        animation: none;
        margin: 32px;
        padding: 32px 32px 0;
        width: calc(100vw - 64px);
        height: calc(100vh - 160px);
        min-height: unset;
        border-radius: 12px;
        overflow: auto;
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .gh-portal-detail-header {
        margin-top: 4px;
    }

    .gh-portal-popup-wrapper {
        height: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        background: var(--white);
        overflow-y: auto;
    }

    .gh-portal-popup-container {
        width: 100% !important;
        border-radius: 0;
        overflow: unset;
        animation: popup-mobile 0.25s ease-in-out;
        box-shadow: none !important;
        transform: translateY(0);
        padding: 28px !important;
    }

        .gh-portal-popup-container.full-size {
            justify-content: flex-start;
        }

        .gh-portal-popup-container.large-size {
            padding: 0 !important;
        }

        .gh-portal-popup-wrapper.account-home,
        .gh-portal-popup-container.account-home {
            background: var(--grey13);
        }

        .gh-portal-popup-wrapper.full-size .gh-portal-closeicon,
        .gh-portal-popup-container.full-size .gh-portal-closeicon {
            width: 16px;
            height: 16px;
        }

    /* Small width preview in Admin */
    .gh-portal-popup-wrapper.preview:not(.full-size) footer.gh-portal-signup-footer,
    .gh-portal-popup-wrapper.preview:not(.full-size) footer.gh-portal-signin-footer {
        padding-bottom: 32px;
    }

    .gh-portal-popup-container.preview:not(.full-size) {
        max-height: 660px;
        margin-bottom: 0;
    }

        .gh-portal-popup-container.preview:not(.full-size).offer {
            max-height: 860px;
            padding-bottom: 0 !important;
        }

    .gh-portal-popup-wrapper.preview.full-size {
        height: unset;
        max-height: 660px;
    }

    .gh-portal-popup-container.preview.full-size {
        max-height: 660px;
        margin-bottom: 0;
    }

    .preview .gh-portal-invite-only-notification + .gh-portal-signup-message {
        margin-bottom: 16px;
    }

    .preview .gh-portal-btn-container.sticky {
        margin-bottom: 32px;
        padding-bottom: 0;
    }

    .gh-portal-powered {
        padding-top: 12px;
        padding-bottom: 24px;
    }
}

@media (max-width: 390px) {
    .gh-portal-popup-container:not(.account-plan) .gh-portal-detail-header .gh-portal-main-title {
        font-size: 2.1rem;
        margin-top: 1px;
        padding: 0 74px;
        text-align: center;
    }

    .gh-portal-input {
        margin-bottom: 16px;
    }

    .gh-portal-signup-header,
    .gh-portal-signin-header {
        padding-bottom: 16px;
    }
}

@media (min-width: 480px) and (max-height: 880px) {
    .gh-portal-popup-wrapper {
        padding: 4vmin 0 0;
    }
}

@keyframes popup-mobile {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1.0;
    }
}

/* Prevent zoom */
@media (hover:none) {

    select, textarea, input[type="text"], input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px !important;
    }
}

.gh-portal-popup-wrapper.multiple-products .gh-portal-input-section {
    max-width: 420px;
    margin: 0 auto;
}

/* Multiple product signup/signin-only modifications! */
.gh-portal-popup-wrapper.multiple-products {
    background: #fff;
    box-shadow: 0 3.8px 2.2px rgba(var(--blackrgb), 0.028), 0 9.2px 5.3px rgba(var(--blackrgb), 0.04), 0 17.3px 10px rgba(var(--blackrgb), 0.05), 0 30.8px 17.9px rgba(var(--blackrgb), 0.06), 0 57.7px 33.4px rgba(var(--blackrgb), 0.072), 0 138px 80px rgba(var(--blackrgb), 0.1);
    padding: 0;
    border-radius: 5px;
    height: calc(100vh - 64px);
    max-width: calc(100vw - 64px);
}

    .gh-portal-popup-wrapper.multiple-products.signup {
        overflow-y: scroll;
        overflow-x: clip;
        margin: 32px auto !important;
        padding-right: 0 !important;
        /* Override scrollbar hiding */
    }

    .gh-portal-popup-wrapper.multiple-products.signin {
        margin: 10vmin auto;
        max-width: 480px;
        height: unset;
    }

    .gh-portal-popup-wrapper.multiple-products.preview {
        height: calc(100vh - 150px) !important;
    }

    .gh-portal-popup-wrapper.multiple-products .gh-portal-popup-container {
        align-items: center;
        width: 100% !important;
        box-shadow: none !important;
        animation: fadein 0.35s ease-in-out;
        padding: 1vmin 0;
        transform: translateY(0px);
        margin-bottom: 0;
    }

    .gh-portal-popup-wrapper.multiple-products.signup .gh-portal-popup-container {
        min-height: calc(100vh - 64px);
        position: unset;
    }

    .gh-portal-popup-wrapper.multiple-products .gh-portal-powered {
        position: relative;
        display: flex;
        flex: 1;
        align-items: flex-end;
        justify-content: flex-start;
        bottom: unset;
        left: unset;
        width: 100%;
        z-index: 10000;
        padding-bottom: 32px;
    }

@media (max-width: 670px) {
    .gh-portal-popup-wrapper.multiple-products .gh-portal-powered {
        justify-content: center;
    }
}

.gh-portal-popup-wrapper.multiple-products .gh-portal-content {
    position: unset;
    overflow-y: visible;
    max-height: unset !important;
}

@media (max-width: 960px) {
    .gh-portal-popup-wrapper.multiple-products.signup:not(.preview) {
        margin: 20px !important;
        height: 100%;
    }
}

@media (max-width: 480px) {
    .gh-portal-popup-wrapper.multiple-products {
        margin: 0 !important;
        max-width: unset !important;
        max-height: 100% !important;
        height: 100% !important;
        border-radius: 0px;
        box-shadow: none;
    }

        .gh-portal-popup-wrapper.multiple-products.signup:not(.preview) {
            margin: 0 !important;
        }

        .gh-portal-popup-wrapper.multiple-products.preview {
            height: unset !important;
            margin: 0 !important;
        }

        .gh-portal-popup-wrapper.multiple-products:not(.dev) .gh-portal-popup-container.preview {
            max-height: 640px;
        }
}

.gh-portal-popup-container.preview * {
    pointer-events: none !important;
}

.gh-portal-unsubscribe-logo {
    width: 60px;
    height: 60px;
    border-radius: 2px;
    margin-top: 12px;
    margin-bottom: 6px;
}

@media (max-width: 480px) {
    .gh-portal-unsubscribe-logo {
        width: 48px;
        height: 48px;
    }
}

.gh-portal-unsubscribe .gh-portal-main-title {
    margin-bottom: 16px;
    font-size: 2.6rem;
}

.gh-portal-unsubscribe p {
    margin-bottom: 16px;
}

    .gh-portal-unsubscribe p:last-of-type {
        margin-bottom: 0;
    }

.gh-portal-btn-inline {
    display: inline-block;
    margin-left: 4px;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
}

.gh-portal-toggle-checked {
    transition: all 0.3s;
    transition-delay: 2s;
}

.gh-portal-checkmark-container {
    display: flex;
    opacity: 0;
    margin-right: 8px;
    transition: opacity ease 0.4s 0.2s;
}

.gh-portal-checkmark-show {
    opacity: 1;
}

.gh-portal-checkmark-icon {
    height: 22px;
    color: #30cf43;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*.gh-portal-newsletter-selection {
    animation: 0.5s ease-in-out fadeIn;
}*/

/*.gh-portal-signup {
    animation: 0.5s ease-in-out fadeIn;
}*/

.gh-portal-btn-different-plan {
    margin: 0 auto 24px;
    color: var(--grey6);
    font-weight: 400;
}

.gh-portal-hide {
    display: none;
}

.gh-portal-feedback {
}

    .gh-portal-feedback .gh-feedback-icon {
        padding: 10px 0;
        text-align: center;
        color: var(--brandcolor);
        width: 48px;
        margin: 0 auto;
    }

        .gh-portal-feedback .gh-feedback-icon.gh-feedback-icon-error {
            color: #f50b23;
            width: 96px;
        }

    .gh-portal-feedback .gh-portal-text-center {
        padding: 16px 32px 12px;
    }

.gh-portal-confirm-title {
    line-height: inherit;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: .4rem;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.018em;
}

.gh-portal-confirm-button {
    width: 100%;
    margin-top: 3.6rem;
}

.gh-feedback-buttons-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 3.6rem;
}

.gh-feedback-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    border: none;
    border-radius: 22px;
    padding: 12px 8px;
    color: #505050;
    background: none;
    cursor: pointer;
}

    .gh-feedback-button::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: inherit;
        background: currentColor;
        opacity: 0.10;
    }

.gh-feedback-button-selected {
    box-shadow: inset 0 0 0 2px currentColor;
}

.gh-feedback-button svg {
    width: 24px;
    height: 24px;
    color: inherit;
}

    .gh-feedback-button svg path {
        stroke-width: 4px;
    }

@media (max-width: 480px) {
    .gh-portal-popup-background {
        animation: none;
    }

    .gh-portal-popup-wrapper.feedback h1 {
        font-size: 2.5rem;
    }

    .gh-portal-popup-wrapper.feedback p {
        margin-bottom: 1.2rem;
    }

    .gh-portal-feedback .gh-portal-text-center {
        padding-left: 8px;
        padding-right: 8px;
    }

    .gh-portal-popup-wrapper.feedback {
        display: block;
        position: relative;
        width: 100%;
        background: none;
        padding-right: 0 !important;
        overflow: hidden;
        overflow-y: hidden !important;
        animation: none;
    }

    .gh-portal-popup-container.feedback {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 18px 18px 0 0;
        margin: 0 !important;
        animation: none;
        animation: mobile-tray-from-bottom 0.4s ease;
    }

    .gh-portal-popup-wrapper.feedback .gh-portal-closeicon-container {
        display: none;
    }

    .gh-feedback-buttons-group,
    .gh-portal-confirm-button {
        margin-top: 28px;
    }

    .gh-portal-powered.outside.feedback {
        display: none;
    }

    @keyframes mobile-tray-from-bottom {
        0% {
            opacity: 0;
            transform: translateY(300px);
        }

        20% {
            opacity: 1.0;
        }

        100% {
            transform: translateY(0);
        }
    }
}

.gh-email-suppressed-page-title {
    margin-bottom: 14px
}

.gh-email-suppressed-page-icon {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto 18px
}

.gh-email-suppressed-page-text {
    padding: 0 14px;
    text-align: center;
    color: var(--grey6)
}

.gh-email-faq-footer-text {
    color: var(--grey8)
}

.gh-portal-list-detail.email-newsletter .gh-email-faq-page-button {
    display: block;
    margin-top: 3px
}

.gh-portal-action-footer .gh-email-faq-page-button {
    margin-left: 4px
}

.emailReceivingFAQ .gh-portal-btn-back, .emailReceivingFAQ .gh-portal-btn-back:hover {
    left: calc(6vmin - 14px)
}

.emailReceivingFAQ .gh-portal-closeicon-container {
    right: calc(6vmin - 20px)
}

@media (max-width: 480px) {
    .emailReceivingFAQ .gh-portal-btn-back, .emailReceivingFAQ .gh-portal-btn-back:hover {
        left: 16px
    }

    .emailReceivingFAQ .gh-portal-closeicon-container {
        right: 24px
    }
}

.gh-email-faq-page-button {
    color: var(--brandcolor);
    cursor: pointer;
    background: none;
    transition: color linear .1s;
    font-size: 1.45rem
}

.gh-portal-tips-and-donations .gh-portal-signup-header {
    margin-bottom: 12px;
    padding: 0;
}

.gh-portal-tips-and-donations .gh-tips-and-donations-icon-success {
    margin: 24px auto 16px;
    text-align: center;
    color: var(--brandcolor);
    width: 48px;
    height: 48px;
}

    .gh-portal-tips-and-donations .gh-tips-and-donations-icon-success svg {
        width: 48px;
        height: 48px;
    }

.gh-portal-tips-and-donations h1.gh-portal-main-title {
    font-size: 32px;
}

.gh-portal-tips-and-donations .gh-portal-text-center {
    padding: 16px 32px 12px;
}

.gh-portal-tips-and-donations .gh-tips-and-donations-icon-error {
    padding: 10px 0;
    text-align: center;
    width: 48px;
    margin: 0 auto;
    color: #f50b23;
}

.gh-portal-tips-donations .gh-tips-donations-icon.gh-feedback-icon-error {
    color: #f50b23;
    width: 96px;
}

.gh-portal-tips-and-donations .gh-portal-text-center {
    padding: 16px 32px 12px;
}

.gh-portal-recommendations-header .gh-portal-main-title {
    padding: 0 32px;
    text-wrap: balance;
}

.gh-portal-recommendation-item {
    min-height: 38px;
}

    .gh-portal-recommendation-item .gh-portal-list-detail {
        padding: 4px 24px 4px 0px;
    }

.gh-portal-recommendation-item-header {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.gh-portal-recommendation-item-favicon {
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

.gh-portal-recommendations-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.gh-portal-recommendations-description {
    text-align: center;
}

.gh-portal-recommendation-description-container {
    position: relative;
}

.gh-portal-recommendation-item .gh-portal-recommendation-description-container p {
    font-size: 1.35rem;
    padding-left: 30px;
    font-weight: 400;
    letter-spacing: 0.1px;
    margin-top: 4px;
}

.gh-portal-recommendation-description-hidden {
    visibility: hidden;
}

.gh-portal-recommendation-item .gh-portal-list-detail {
    transition: 0.2s ease-in-out opacity;
}

.gh-portal-list-detail:hover {
    cursor: pointer;
    opacity: 0.8;
}

.gh-portal-recommendation-arrow-icon {
    height: 12px;
    opacity: 0;
    margin-left: -6px;
    transition: 0.2s ease-in opacity;
}

    .gh-portal-recommendation-arrow-icon path {
        stroke-width: 3px;
        stroke: #555;
    }

.gh-portal-recommendation-item .gh-portal-list-detail:hover .gh-portal-recommendation-arrow-icon {
    opacity: 0.8;
}

.gh-portal-recommendation-item .gh-portal-btn-list {
    height: 28px;
}

.gh-portal-recommendation-subscribed {
    display: flex;
    padding-left: 30px;
    align-items: center;
    gap: 4px;
    font-size: 1.35rem;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 1.3em;
    animation: 0.5s ease-in-out fadeIn;
}

    .gh-portal-recommendation-subscribed.with-description {
        position: absolute;
    }

    .gh-portal-recommendation-subscribed.without-description {
        margin-top: 5px;
    }

    .gh-portal-recommendation-subscribed span {
        color: var(--grey6);
    }

.gh-portal-recommendation-checkmark-icon {
    height: 16px;
    width: 16px;
    padding: 0 2px;
    color: #30cf43;
}

.gh-portal-recommendation-item .gh-portal-loadingicon {
    position: relative !important;
    height: 24px;
}

.gh-portal-recommendation-item-action {
    min-height: 28px;
}

.gh-portal-popup-container.recommendations .gh-portal-action-footer .gh-portal-btn-recommendations-later {
    margin: 8px auto 24px;
    color: var(--grey6);
    font-weight: 400;
}

