/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-8ff28cb */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&amp;display=swap');

.miotv-wp-wrapper {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    background: transparent;
}

.miotv-wp-wrapper * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.miotv-banner {
    background: linear-gradient(145deg, #0a1128 0%, #050914 100%);
    border: 1px solid #1a2a5c;
    border-radius: 20px;
    padding: 40px 20px;
    max-width: 900px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 195, 255, 0.15), inset 0 0 0 2px rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.miotv-banner::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(0,195,255,0.05) 0%, transparent 60%);
    z-index: 0;
    pointer-events: none;
}

.miotv-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.miotv-header { margin-bottom: 25px; text-align: center; }

.miotv-logo {
    font-size: clamp(3rem, 5vw, 4rem);
    font-weight: 900;
    color: #00c3ff;
    text-shadow: 0 0 15px rgba(0, 195, 255, 0.6);
    letter-spacing: -1px;
    line-height: 1;
}

.miotv-logo span {
    color: #ff6600;
    text-shadow: 0 0 15px rgba(255, 102, 0, 0.6);
}

.miotv-tagline {
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #e2e8f0;
    margin-top: 10px;
}

.miotv-badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 195, 255, 0.1);
    border: 1px solid #00c3ff;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: clamp(0.9rem, 2vw, 1.2rem);
    font-weight: 700;
    color: #ffffff;
    margin: 15px auto 35px auto;
    box-shadow: 0 0 20px rgba(0, 195, 255, 0.2);
    text-align: center;
    flex-wrap: wrap;
    gap: 10px;
}

.miotv-badge span { color: #ffcc00; font-size: 1.5rem; }

.miotv-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    width: 100%;
}

.miotv-card {
    background: #0d152e;
    border-radius: 16px;
    padding: 30px 20px;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.05);
    flex: 1 1 180px;
    max-width: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.miotv-card:hover { transform: translateY(-8px); }

.miotv-card-1 { border-top: 4px solid #00c3ff; box-shadow: 0 10px 30px rgba(0, 195, 255, 0.1); }
.miotv-card-3 { border-top: 4px solid #00ff66; box-shadow: 0 10px 30px rgba(0, 255, 102, 0.1); }
.miotv-card-6 { border-top: 4px solid #ff9900; box-shadow: 0 10px 30px rgba(255, 153, 0, 0.1); }
.miotv-card-12 { border-top: 4px solid #ff3333; box-shadow: 0 10px 30px rgba(255, 51, 51, 0.1); }

.miotv-period {
    font-size: 1.2rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.miotv-card-1 .miotv-period { color: #00c3ff; }
.miotv-card-3 .miotv-period { color: #00ff66; }
.miotv-card-6 .miotv-period { color: #ff9900; }
.miotv-card-12 .miotv-period { color: #ff3333; }

.miotv-price {
    font-size: 2.8rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
}

.miotv-currency {
    font-size: 1.5rem;
    vertical-align: top;
    color: #94a3b8;
}

.miotv-label {
    font-size: 1rem;
    color: #94a3b8;
    font-weight: 400;
    margin-top: 5px;
}

.miotv-savings {
    margin-top: auto;
    padding-top: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    width: 100%;
}

.miotv-savings span {
    display: block;
    background: rgba(255,255,255,0.1);
    padding: 8px;
    border-radius: 8px;
    color: #e2e8f0;
}

.miotv-card-12 .miotv-savings span {
    background: rgba(255, 51, 51, 0.2);
    color: #ff9999;
}

.miotv-features {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 35px;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    color: #cbd5e1;
    font-weight: 700;
    text-align: center;
}

.miotv-features span { color: #475569; }

.miotv-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #00c3ff 0%, #0066ff 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 25px rgba(0, 195, 255, 0.4);
    transition: all 0.3s ease;
    margin: 0 auto;
    border: none;
}

.miotv-btn:hover {
    box-shadow: 0 15px 35px rgba(0, 195, 255, 0.6);
    transform: scale(1.05);
    color: #ffffff !important;
}

@media (max-width: 650px) {
    .miotv-grid { flex-direction: column; align-items: center; }
    .miotv-card { width: 100%; max-width: 320px; }
    .miotv-features { flex-direction: column; gap: 10px; }
    .miotv-features span { display: none; }
}/* End custom CSS */