/* Cache-busted final card skin for the reference product and hosting cards. */
.featured-prodcuts-area .row {
    align-items: stretch;
}

.wo-product-card {
    background: #fff !important;
    border: 1px solid #b5ece5 !important;
    border-radius: 28px !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    font-family: "Titillium Web", "Open Sans", Arial, sans-serif !important;
    margin: 0 auto 32px !important;
    max-width: 273px !important;
    min-height: 512px !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 100% !important;
}

.wo-product-media {
    align-items: center !important;
    background: linear-gradient(180deg, #f7f8fb 0%, #f0f1f4 58%, #777b7c 100%) !important;
    display: flex !important;
    height: 202px !important;
    justify-content: center !important;
    overflow: hidden !important;
    position: relative !important;
}

.wo-product-media img {
    display: block !important;
    height: 178px !important;
    margin: 8px auto 0 !important;
    object-fit: contain !important;
    width: 100% !important;
}

.wo-product-badge {
    background: #fff !important;
    border: 1px solid rgba(216, 221, 236, .95) !important;
    border-radius: 18px !important;
    box-shadow: 0 5px 14px rgba(18, 24, 39, .10) !important;
    color: #4064d8 !important;
    display: block !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    left: 20px !important;
    line-height: 1 !important;
    max-width: calc(100% - 40px) !important;
    overflow: hidden !important;
    padding: 10px 14px !important;
    position: absolute !important;
    text-overflow: ellipsis !important;
    text-transform: uppercase !important;
    top: 19px !important;
    white-space: nowrap !important;
    z-index: 3 !important;
}

.wo-demo-pill {
    background: #fff !important;
    border-radius: 24px !important;
    bottom: 20px !important;
    box-shadow: 0 8px 18px rgba(18, 24, 39, .14) !important;
    color: #303642 !important;
    display: inline-flex !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    gap: 7px !important;
    justify-content: center !important;
    min-width: 128px !important;
    padding: 10px 18px !important;
    position: absolute !important;
    right: 20px !important;
    text-align: center !important;
    z-index: 3 !important;
}

.wo-demo-pill i {
    color: #151b2d !important;
}

.wo-product-body {
    display: flex !important;
    flex: 1 !important;
    flex-direction: column !important;
    padding: 27px 25px 25px !important;
}

.wo-product-body h3 {
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.28 !important;
    margin: 0 0 13px !important;
    min-height: 58px !important;
}

.wo-product-body h3 a {
    color: #5b42f3 !important;
}

.wo-product-body p {
    color: #726d79 !important;
    font-family: "Titillium Web", "Open Sans", Arial, sans-serif !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
    margin: 0 0 24px !important;
    min-height: 50px !important;
}

.wo-product-divider {
    border-top: 1px solid #9bd9d4 !important;
    margin: auto 0 22px !important;
}

.wo-product-price-row {
    align-items: flex-end !important;
    display: flex !important;
    justify-content: space-between !important;
    margin: 0 0 17px !important;
}

.wo-product-price-row span {
    border: 0 !important;
    color: #a3a9ba !important;
    display: inline !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: uppercase !important;
}

.wo-product-price-row strong {
    color: #070b18 !important;
    font-size: 25px !important;
    font-weight: 900 !important;
    line-height: .9 !important;
}

.wo-product-price-row small {
    color: #7d8491 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    margin-left: 2px !important;
}

.wo-product-actions {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: 105px minmax(0, 1fr) !important;
    min-height: 46px !important;
}

.wo-cart-form {
    display: block !important;
    margin: 0 !important;
    min-width: 0 !important;
}

.wo-btn {
    align-items: center !important;
    border: 1px solid transparent !important;
    border-radius: 24px !important;
    display: inline-flex !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    gap: 5px !important;
    height: 46px !important;
    justify-content: center !important;
    line-height: 1 !important;
    overflow: hidden !important;
    padding: 0 13px !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    width: 100% !important;
}

.wo-btn-light {
    background: #f5f7ff !important;
    border-color: #e1e7ff !important;
    color: #4064d8 !important;
}

.wo-btn-primary {
    background: linear-gradient(90deg, #4c62eb 0%, #5b8cf4 100%) !important;
    box-shadow: 0 9px 17px rgba(68, 92, 224, .25) !important;
    color: #fff !important;
}

.wo-hosting-section .row,
.featured-prodcuts-area .row {
    align-items: stretch !important;
}

.wo-hosting-card {
    background: #fff !important;
    border: 1px solid #91ded8 !important;
    border-radius: 28px !important;
    box-shadow: 0 12px 22px rgba(39, 48, 65, .13) !important;
    display: flex !important;
    flex-direction: column !important;
    font-family: "Titillium Web", "Open Sans", Arial, sans-serif !important;
    margin: 0 auto 30px !important;
    min-height: 740px !important;
    overflow: hidden !important;
    padding: 38px 30px 34px !important;
    position: relative !important;
    width: 100% !important;
}

.wo-hosting-card:before {
    background: linear-gradient(90deg, #4c62eb 0%, #26c4b5 100%) !important;
    border-radius: 28px 28px 0 0 !important;
    content: "" !important;
    height: 5px !important;
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}

.wo-hosting-card.is-featured {
    border-color: #1aaea4 !important;
    box-shadow: 0 14px 28px rgba(25, 112, 132, .16) !important;
}

.wo-hosting-badge {
    background: #0b8f83 !important;
    border-radius: 14px !important;
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    padding: 8px 15px !important;
    position: absolute !important;
    right: 20px !important;
    text-transform: uppercase !important;
    top: 21px !important;
}

.wo-hosting-card h3 {
    color: #171a2a !important;
    font-size: 23px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    margin: 0 0 27px !important;
    padding-right: 102px !important;
}

.wo-hosting-price-box {
    border: 1px solid #a4e2dc !important;
    border-radius: 20px !important;
    min-height: 86px !important;
    padding: 16px 15px 14px !important;
}

.wo-hosting-price-box > span {
    color: #a7afbd !important;
    display: block !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    margin-bottom: 5px !important;
    text-transform: uppercase !important;
}

.wo-hosting-price-line {
    align-items: flex-end !important;
    display: flex !important;
    justify-content: space-between !important;
}

.wo-hosting-price-line del {
    color: #9ba2b2 !important;
    display: block !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.wo-hosting-price-line em {
    background: #fff1ed !important;
    border-radius: 4px !important;
    color: #ff523a !important;
    display: inline-block !important;
    font-size: 10px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    margin-top: 6px !important;
    padding: 4px 8px !important;
}

.wo-hosting-price-line strong {
    color: #111827 !important;
    font-size: 34px !important;
    font-weight: 900 !important;
    line-height: .86 !important;
    text-align: right !important;
    white-space: nowrap !important;
}

.wo-hosting-price-line small {
    color: #8e96a5 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    margin-left: 2px !important;
    text-transform: uppercase !important;
}

.wo-hosting-note {
    color: #9aa3b2 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    margin: 13px 0 26px !important;
    text-align: center !important;
}

.wo-hosting-yearly {
    color: #111827 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    margin: 10px 0 4px !important;
    text-align: center !important;
}

.wo-hosting-yearly + .wo-hosting-note {
    margin-top: 4px !important;
}

.wo-hosting-order-form {
    margin: 0 !important;
}

.wo-hosting-order {
    align-items: center !important;
    background: linear-gradient(90deg, #4f55ee 0%, #19b3ad 100%) !important;
    border: 0 !important;
    border-radius: 25px !important;
    box-shadow: 0 9px 17px rgba(30, 95, 170, .28) !important;
    color: #fff !important;
    cursor: pointer !important;
    display: flex !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    gap: 12px !important;
    height: 46px !important;
    justify-content: center !important;
    margin-bottom: 19px !important;
    padding: 0 18px !important;
    text-transform: uppercase !important;
    width: 100% !important;
}

.wo-hosting-features {
    flex: 1 !important;
}

.wo-hosting-features li {
    align-items: center !important;
    background: #fff !important;
    border-bottom: 1px solid #eef1f5 !important;
    display: flex !important;
    gap: 14px !important;
    justify-content: space-between !important;
    min-height: 42px !important;
    padding: 9px 0 !important;
}

.wo-hosting-features span {
    color: #7d899e !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
}

.wo-hosting-features i {
    color: #17a79a !important;
    font-size: 12px !important;
    margin-right: 10px !important;
}

.wo-hosting-features strong {
    color: #20283a !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    text-align: right !important;
}

.wo-hosting-icons {
    border-top: 1px solid #eef1f5 !important;
    color: #c6c8cc !important;
    display: flex !important;
    font-size: 20px !important;
    justify-content: space-between !important;
    margin-top: 27px !important;
    padding-top: 18px !important;
}

@media (max-width: 767px) {
    .wo-product-card,
    .wo-hosting-card {
        min-height: 0 !important;
    }
    .wo-product-actions {
        grid-template-columns: 1fr !important;
    }
    .wo-hosting-card {
        padding: 32px 24px 28px !important;
    }
    .wo-hosting-card h3 {
        padding-right: 0 !important;
    }
    .wo-hosting-badge {
        display: inline-block !important;
        margin-bottom: 15px !important;
        position: static !important;
    }
}
