@charset "UTF-8";
/********** IMAGES ********* */
/********** GRID ********* */
/********** INLINE ICONS ********* */
/********** FONT ********* */
/********** DIRECTIONS ********* */
/********** TEXT ********* */
/*** MEASUREMENT ** */
/*** COLOR CODES ** */
/*** COLOR USAGE ** */
/*** DEFAULT STYLES ** */
/*** TRIBES ** */
/*** BUILDINGS ** */
/*** RESOURCES ** */
/* Formatierungen für Bezahlfunktions-Popups
 * CSS Klass "paymentPopupDialogWrapper" wird verwendet,
 * für Plus-, Pro- und Produktionsboost-Popups und Goldmenü
 */
/* --- Layout der Features (Plus, Goldclub, Rohstoffbonus Popups und Vorteile im Goldmenü) --- */
/* Features allgemein (gelber Hintergrund und Rahmen) */
.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .feature {
    width: 510px;
    min-height: 56px;
    margin: 0 auto 10px;
    border: 1px solid #AD9251;
    background-color: #F8F1D0;
    position: relative;
    font-size: 12px;
}

.rtl .dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .feature {
    font-size: 13px;
}

.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .featureImage {
    width: 65px;
    height: 50px;
    float: right;
    margin: 2px 2px 2px 0;
    border: 1px solid #AD9251;
}

.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .featureContent {
    float: right;
    width: 427px;
    margin: 0 9px 2px 5px;
    position: relative;
}

/* Feature mit Infotext (Plus / Goldclub Popup) */
.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .featureInfo .featureText {
    line-height: 14px;
}

/* Weitere Features (Plus / Goldclub Popup) - ohne Rahmen/Hintergrund */
.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .furtherFeatures .featureInfo {
    border-color: transparent;
    background: none;
    margin-bottom: 5px;
}

.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .furtherFeatures .featureInfo .featureImage {
    border: 1px solid #AFADA4;
}

/* Features mit Buchungsmöglichkeit (Rohstoffboostpopup / Goldmenü) - mit Dauer, Restzeit und Button */
.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .featureBooking .featureContent {
    height: 54px;
}

.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .featureBooking h3 {
    margin: 9px 0;
    font-size: 14px;
}

.rtl .dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .featureBooking h3 {
    font-size: 15px;
}

.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .featureBooking .featureRemainingTime {
    position: absolute;
    right: 0;
    bottom: 5px;
}

.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .featureBooking .renewalActive {
    color: #228B22;
}

.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .featureBooking .bonusEndsSoon {
    color: #D40000;
}

.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .featureBooking .featureButton {
    position: absolute;
    top: 5px;
    left: 5px;
}

.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .featureBooking .featureDuration,
.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .featureBooking .featureRenewal {
    position: absolute;
    bottom: 5px;
    left: 5px;
}

/* --- Popup Layout --- */
.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper {
    width: 525px;
    min-height: 400px;
    margin-top: 5px;
}

.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper h3 {
    margin: 4px 0;
    font-size: 12px;
}

.rtl .dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper h3 {
    font-size: 13px;
}

.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .headlineText {
    float: right;
}

.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .goldWrapper {
    font-size: 14px;
    float: left;
    font-weight: normal;
    margin-top: 2px;
}

.rtl .dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .goldWrapper {
    font-size: 15px;
}

.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .furtherInfos {
    font-style: italic;
}

/* Goldbutton mit Info über Dauer (Plus / Goldclub Popup) */
.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper .goldButtonWrapper {
    text-align: center;
    margin-top: 5px;
}

/* Abschnitt weitere Features (Plus / Goldclub Popup) */
.dialog:not(.trav47GoldStoreV2) .paymentPopupDialogWrapper h3.extraFeatures {
    font-style: italic;
    margin-bottom: 3px;
}

/*--- Popup "Nicht genug Gold" --- */
#smallestPackageDialog {
    width: 200px;
    text-align: center;
}

#smallestPackageDialog button {
    display: block;
    margin: 10px auto;
}

#smallestPackageDialog #smallestPackageData .goldProduct {
    cursor: default;
    margin: 10px 31px;
}

#smallestPackageDialog #smallestPackageData .goldProduct:active,
#smallestPackageDialog #smallestPackageData .goldProduct:hover {
    background-position: right top;
}

#smallestPackageDialog .buyGoldQuestion {
    font-weight: bold;
}

/*--- PremiumFeature Images --- */
/* production boost */
.premiumFeatureProductionBoost .paymentPopupDialogWrapper .feature .featureImage {
    background-image: url('../../../images/payment/productionBoostPopupIcons.png');
}

.premiumFeatureProductionBoost .paymentPopupDialogWrapper .feature .productionBoostWood {
    background-position: 0 0;
}

.premiumFeatureProductionBoost .paymentPopupDialogWrapper .feature .productionBoostClay {
    background-position: 0 -60px;
}

.premiumFeatureProductionBoost .paymentPopupDialogWrapper .feature .productionBoostIron {
    background-position: 0 -120px;
}

.premiumFeatureProductionBoost .paymentPopupDialogWrapper .feature .productionBoostCrop {
    background-position: 0 -180px;
}

/* goldclub */
.premiumFeatureGoldclub .paymentPopupDialogWrapper .feature .featureImage {
    background-image: url('../../../images/payment/goldclubPopupIcons.png');
}

.premiumFeatureGoldclub .paymentPopupDialogWrapper .feature .messageArchive {
    background-position: 0 0;
}

.premiumFeatureGoldclub .paymentPopupDialogWrapper .feature .cropFinder {
    background-position: 0 -60px;
}

.premiumFeatureGoldclub .paymentPopupDialogWrapper .feature .raidList {
    background-position: 0 -120px;
}

.premiumFeatureGoldclub .paymentPopupDialogWrapper .feature .tradeThreeTimes {
    background-position: 0 -300px;
}

.premiumFeatureGoldclub .paymentPopupDialogWrapper .feature .troopEscape {
    background-position: 0 -240px;
}

.premiumFeatureGoldclub .paymentPopupDialogWrapper .feature .tradeRoute {
    background-position: 0 -180px;
}

/* Gold Club: a light, distinctly golden palette (not silver or beige). */
.dialog.premiumFeatureGoldclub .dialog-background-tl,
.dialog.premiumFeatureGoldclub .dialog-background-tc,
.dialog.premiumFeatureGoldclub .dialog-background-tr,
.dialog.premiumFeatureGoldclub .dialog-background-ml,
.dialog.premiumFeatureGoldclub .dialog-background-mc,
.dialog.premiumFeatureGoldclub .dialog-background-mr,
.dialog.premiumFeatureGoldclub .dialog-background-bl,
.dialog.premiumFeatureGoldclub .dialog-background-bc,
.dialog.premiumFeatureGoldclub .dialog-background-br {
    background-image: none !important;
    background-color: #d6b43c !important;
}

.dialog.premiumFeatureGoldclub .dialog-contents,
.dialog.premiumFeatureGoldclub .dialogContents {
    overflow: visible;
    background: linear-gradient(180deg, #fffce5 0%, #f1d66b 100%) !important;
    border: 1px solid #ac8615 !important;
    border-radius: 8px;
    box-shadow: 0 16px 32px rgba(29, 51, 61, .34), inset 0 1px 0 rgba(255, 255, 255, .92);
}

.dialog.premiumFeatureGoldclub .dialog-container {
    box-sizing: border-box;
    width: min(500px, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    padding: 10px !important;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper {
    box-sizing: border-box;
    width: 100%;
    min-height: 0;
    margin: 0 auto;
    padding: 10px 14px 13px;
    color: #4d3b09;
    direction: rtl;
    text-align: right;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper h1,
.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper h2,
.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper h3,
.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .featureText {
    direction: rtl;
    text-align: right;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 37px;
    margin: 0 0 9px;
    padding: 0 10px;
    color: #554208;
    font-size: 17px;
    line-height: 37px;
    background: linear-gradient(180deg, #fffde9 0%, #ebcc55 100%);
    border: 1px solid #c5a12d;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 #ffffff;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .headlineText {
    order: 1;
    min-width: 0;
    overflow: hidden;
    color: #604a08;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .goldWrapper {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    order: 2;
    flex: 0 0 auto;
    margin: 0 auto 0 0;
    color: #6b5325;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    white-space: nowrap;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .goldBalance {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    direction: ltr;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .goldBalance .gold {
    order: 1;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .goldBalance .bold {
    order: 2;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .subHeadline {
    margin: 0 0 9px;
    padding: 8px 10px;
    color: #5b4916;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    background: #fffbea;
    border: 1px solid #dcc35b;
    border-radius: 5px;
}

/* The selected feature keeps its illustration and explanation on one row. */
.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    box-sizing: border-box;
    width: 100%;
    min-height: 72px;
    margin: 0 0 8px;
    padding: 8px;
    color: #4d4119;
    background: linear-gradient(180deg, #fffef5 0%, #f5e59a 100%);
    border: 1px solid #d6bb4d;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95);
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .featureImage {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    margin: 0;
    border: 1px solid #d1b64b;
    border-radius: 4px;
    background-color: #fff3b5;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .featureContent {
    flex: 1 1 auto;
    box-sizing: border-box;
    width: auto;
    min-width: 0;
    margin: 0;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .featureTitle {
    margin: 1px 0 4px;
    color: #5f4906;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .featureText {
    color: #625831;
    font-size: 12px;
    line-height: 18px;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .goldButtonWrapper {
    margin: 9px 0 10px;
    text-align: center;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .buttonSubTitle {
    margin-top: 7px;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper h1 #dialogCancelButton.goldclubHeaderClose {
    display: block !important;
    position: static !important;
    order: 3;
    flex: 0 0 26px;
    margin: 0 8px 0 0;
    width: 26px;
    height: 26px;
    overflow: hidden;
    color: #b13b31;
    font-size: 0;
    text-indent: 0;
    text-align: center;
    background: linear-gradient(180deg, #ffffff, #dce9ee);
    border: 1px solid #a8c0ca;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px rgba(28, 54, 65, .18);
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper h1 #dialogCancelButton.goldclubHeaderClose:before {
    content: "×";
    display: block;
    color: inherit;
    font: normal 23px/24px Arial, sans-serif;
    text-align: center;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper h1 #dialogCancelButton.goldclubHeaderClose:hover {
    color: #8d2119;
    background: linear-gradient(180deg, #ffffff, #cfdfe6);
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .goldButtonWrapper button.gold {
    display: inline-block;
    min-width: 100px;
    height: 29px;
    padding: 3px 15px 5px;
    color: #33270e;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    background: linear-gradient(180deg, #fff8d8 0%, #f4df73 48%, #d2ac35 100%);
    border: 1px solid #6f5414;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .65), 0 1px 2px rgba(65, 47, 12, .24);
    cursor: pointer;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .goldButtonWrapper button.gold:hover {
    background: linear-gradient(180deg, #fffde8 0%, #f7e887 48%, #dcb943 100%);
    border-color: #503d0d;
}

html#mainLayout[data-trav47-layout] body .dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .goldButtonWrapper button.gold:is(.disabled, :disabled, .trav47GoldClubActivated) {
    opacity: 1 !important;
    color: #454545 !important;
    background: linear-gradient(180deg, #eeeeee 0%, #c9c9c9 55%, #b4b4b4 100%) !important;
    border-color: #858585 !important;
    box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(45, 45, 45, .22) !important;
    filter: none !important;
    cursor: default !important;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .goldButtonWrapper .button-background {
    display: none;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .goldButtonWrapper .button-container,
.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .goldButtonWrapper .button-content {
    height: 100%;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .goldButtonWrapper .button-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    direction: rtl;
    white-space: nowrap;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .goldButtonWrapper .goldValue,
.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .goldButtonWrapper .goldIcon {
    margin: 0;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .goldButtonWrapper .goldIcon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../../../images/ui/buttons/button/content/goldInner-rtl.png');
    background-repeat: no-repeat;
    vertical-align: middle;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .extraFeatures {
    margin: 12px 0 7px;
    padding: 7px 9px;
    color: #51420f;
    font-size: 13px;
    font-style: normal;
    line-height: 18px;
    background: #f3db70;
    border-right: 3px solid #b8890f;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .furtherFeatures .feature {
    min-height: 62px;
    margin-bottom: 6px;
    padding: 6px;
    background: #fffdf2;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .furtherFeatures .featureImage {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .furtherFeatures .featureTitle {
    font-size: 13px;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .furtherFeatures .featureText {
    font-size: 11px;
    line-height: 16px;
}

.dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .furtherInfos:empty {
    display: none;
}

/* Plus uses the same centred premium-card layout as Gold Club. */
.dialog.premiumFeaturePlus .dialog-container {
    box-sizing: border-box;
    width: min(570px, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    padding: 10px !important;
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper {
    box-sizing: border-box;
    width: 100%;
    max-width: 525px;
    min-height: 0;
    margin: 0 auto;
    padding: 10px 14px 13px;
    color: #344e5b;
    direction: rtl;
    text-align: right;
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper > h1 {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 37px;
    margin: 0 0 9px;
    padding: 0 10px;
    color: #2f4b59;
    font-size: 17px;
    line-height: 37px;
    background: linear-gradient(180deg, #ffffff 0%, #dce9ee 100%);
    border: 1px solid #b6cad3;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 #ffffff;
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .headlineText {
    min-width: 0;
    overflow: hidden;
    color: #294d60;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .goldWrapper {
    flex: 0 0 auto;
    margin: 0 auto 0 0;
    color: #6b5325;
    font-size: 12px;
    font-weight: bold;
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    box-sizing: border-box;
    width: 100%;
    min-height: 72px;
    margin: 0 0 8px;
    padding: 8px;
    color: #344e5b;
    background: linear-gradient(180deg, #f9fcfd 0%, #e5eff3 100%);
    border: 1px solid #b8ccd5;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.95);
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .featureImage {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    margin: 0;
    border: 1px solid #a8c0ca;
    border-radius: 4px;
    background-color: #edf5f7;
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .featureContent {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    margin: 0;
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .featureTitle {
    margin: 1px 0 4px;
    color: #294d60;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .featureText {
    color: #526b77;
    font-size: 12px;
    line-height: 18px;
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .goldButtonWrapper {
    margin: 9px 0 10px;
    text-align: center;
}

/* زر تفعيل حساب بلاس يصل من نافذة الدفع كزر Travian مركّب. امنحه
   غلافاً ذهبياً مستقلاً بدلاً من ترك محتواه كنص عادي. */
.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .goldButtonWrapper button.gold {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 29px;
    padding: 3px 15px 5px;
    color: #33270e;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    background: linear-gradient(180deg, #fff8d8 0%, #f4df73 48%, #d2ac35 100%) !important;
    border: 1px solid #6f5414;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.65), 0 1px 2px rgba(65,47,12,.24);
    box-sizing: border-box;
    appearance: none;
    cursor: pointer;
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .goldButtonWrapper button.gold:hover {
    background: linear-gradient(180deg, #fffde8 0%, #f7e887 48%, #dcb943 100%) !important;
    border-color: #503d0d;
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .goldButtonWrapper .button-background {
    display: none !important;
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .goldButtonWrapper .button-container,
.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .goldButtonWrapper .button-content {
    height: 100% !important;
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .goldButtonWrapper .button-container {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .goldButtonWrapper .button-content {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    direction: rtl;
    white-space: nowrap;
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .goldButtonWrapper .goldValue,
.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .goldButtonWrapper .goldIcon {
    margin: 0;
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .goldButtonWrapper .goldIcon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../../../images/ui/buttons/button/content/goldInner-rtl.png');
    background-repeat: no-repeat;
    vertical-align: middle;
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .buttonSubTitle {
    margin-top: 7px;
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .furtherFeatures .feature {
    min-height: 62px;
    margin-bottom: 6px;
    padding: 6px;
    background: #f6fafb;
}

.dialog.premiumFeaturePlus .paymentPopupDialogWrapper .furtherFeatures .featureImage {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 620px) {
    .mobileOptimized .dialog.premiumFeatureGoldclub {
        max-width: calc(100vw - 12px);
    }

    .mobileOptimized .dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper {
        max-width: none;
        padding-right: 10px;
        padding-left: 10px;
    }

    .mobileOptimized .dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper h1 {
        min-height: 34px;
        font-size: 15px;
        line-height: 34px;
    }

    .mobileOptimized .dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .feature {
        gap: 8px;
        min-height: 64px;
        padding: 6px;
    }

    .mobileOptimized .dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .featureImage {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
    }

    .mobileOptimized .dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .featureTitle {
        font-size: 13px;
    }

    .mobileOptimized .dialog.premiumFeatureGoldclub .paymentPopupDialogWrapper .featureText {
        font-size: 11px;
        line-height: 16px;
    }

    html[data-trav47-layout="mobile"] .dialog.premiumFeaturePlus .dialog-container {
        width: calc(100vw - 12px) !important;
        max-width: calc(100vw - 12px) !important;
        padding: 6px !important;
    }

    html[data-trav47-layout="mobile"] .dialog.premiumFeaturePlus .paymentPopupDialogWrapper {
        max-width: none;
        padding: 7px 8px 10px;
    }

    html[data-trav47-layout="mobile"] .dialog.premiumFeaturePlus .paymentPopupDialogWrapper > h1 {
        gap: 6px;
        min-height: 34px;
        margin-bottom: 7px;
        padding: 0 7px;
        font-size: 15px;
        line-height: 34px;
    }

    html[data-trav47-layout="mobile"] .dialog.premiumFeaturePlus .paymentPopupDialogWrapper .goldWrapper {
        gap: 3px;
        font-size: 11px;
    }

    html[data-trav47-layout="mobile"] .dialog.premiumFeaturePlus .paymentPopupDialogWrapper .feature {
        gap: 8px;
        min-height: 58px;
        margin-bottom: 6px;
        padding: 6px;
    }

    html[data-trav47-layout="mobile"] .dialog.premiumFeaturePlus .paymentPopupDialogWrapper .featureImage {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
    }

    html[data-trav47-layout="mobile"] .dialog.premiumFeaturePlus .paymentPopupDialogWrapper .featureTitle {
        margin-bottom: 2px;
        font-size: 13px;
        line-height: 16px;
    }

    html[data-trav47-layout="mobile"] .dialog.premiumFeaturePlus .paymentPopupDialogWrapper .featureText {
        font-size: 11px;
        line-height: 15px;
    }

    html[data-trav47-layout="mobile"] .dialog.premiumFeaturePlus .paymentPopupDialogWrapper .goldButtonWrapper {
        margin: 7px 0 8px;
    }

    html[data-trav47-layout="mobile"] .dialog.premiumFeaturePlus .paymentPopupDialogWrapper .furtherFeatures .featureImage {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
    }
}

/* plus */
.premiumFeaturePlus .paymentPopupDialogWrapper .feature .featureImage {
    background-image: url('../../../images/payment/plusPopupIcons.png');
}

.premiumFeaturePlus .paymentPopupDialogWrapper .feature .attackWarning {
    background-position: 0 0;
}

.premiumFeaturePlus .paymentPopupDialogWrapper .feature .buildingQueue {
    background-position: 0 -60px;
}

.premiumFeaturePlus .paymentPopupDialogWrapper .feature .directLinks {
    background-position: 0 -120px;
}

.premiumFeaturePlus .paymentPopupDialogWrapper .feature .fullScreen {
    background-position: 0 -180px;
}

.premiumFeaturePlus .paymentPopupDialogWrapper .feature .linkList {
    background-position: 0 -240px;
}

.premiumFeaturePlus .paymentPopupDialogWrapper .feature .tradeMulti {
    background-position: 0 -300px;
}

.premiumFeaturePlus .paymentPopupDialogWrapper .feature .villageStatistics {
    background-position: 0 -360px;
}
