/* =====================================================
   REZULTATE PAGE - MedClass Design System
   ===================================================== */

/* Page background */
.rez-body {
    background: linear-gradient(160deg, #e8ecf8 0%, #d9dff5 25%, #e3e0f3 50%, #eae6f3 75%, #f0eef8 100%);
}

/* =====================================================
   Floating Ambient Blobs
   ===================================================== */
.rez-blob {
    position: fixed;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.25;
    pointer-events: none;
    z-index: 0;
    will-change: transform;
}

.rez-blob-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(95, 184, 176, 0.4) 0%, transparent 70%);
    top: -60px;
    right: -40px;
    animation: rezBlobFloat1 18s ease-in-out infinite;
}

.rez-blob-2 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(45, 96, 120, 0.3) 0%, transparent 70%);
    bottom: 25%;
    left: -80px;
    animation: rezBlobFloat2 22s ease-in-out infinite;
}

.rez-blob-3 {
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(180, 170, 224, 0.35) 0%, transparent 70%);
    top: 50%;
    right: 10%;
    animation: rezBlobFloat3 20s ease-in-out infinite;
}

@keyframes rezBlobFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-40px, 25px) scale(1.06); }
    66% { transform: translate(20px, -30px) scale(0.96); }
}

@keyframes rezBlobFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(35px, -20px) scale(1.05); }
    66% { transform: translate(-25px, 40px) scale(0.94); }
}

@keyframes rezBlobFloat3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-20px, -30px) scale(1.08); }
    66% { transform: translate(30px, 10px) scale(0.93); }
}

/* =====================================================
   Hero Section
   ===================================================== */
.rez-hero {
    position: relative;
    z-index: 1;
    padding: 120px 24px 48px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.rez-hero-inner {
    opacity: 0;
    animation: rezFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}

/* Breadcrumb */
.rez-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #5a6480;
}

.rez-breadcrumb a {
    color: #5a6480;
    text-decoration: none;
    transition: color 0.2s ease;
}

.rez-breadcrumb a:hover {
    color: #2d6078;
}

.rez-bc-sep {
    display: flex;
    align-items: center;
    opacity: 0.5;
}

.rez-breadcrumb span:last-child {
    color: #2d6078;
    font-weight: 600;
}

/* Hero Title */
.rez-hero-title {
    font-size: 42px;
    font-weight: 500;
    color: #1a2236;
    margin-bottom: 12px;
    line-height: 1.18;
    letter-spacing: -0.03em;
}

.rez-hero-title strong {
    font-weight: 800;
    background: linear-gradient(135deg, #2d6078, #5fb8b0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rez-hero-subtitle {
    font-size: 18px;
    color: #5a6480;
    font-weight: 400;
    line-height: 1.5;
    max-width: 560px;
    margin: 0 auto;
}

.rez-hero-subtitle strong {
    font-weight: 700;
    color: #3a4a6b;
}

/* Hero - Background Image Variant */
.rez-hero.rez-hero-bg {
    max-width: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 170px 24px 170px;
    position: relative;
    overflow: hidden;
}

.rez-hero.rez-hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: linear-gradient(135deg, rgba(26, 61, 78, 0.78) 0%, rgba(45, 96, 120, 0.65) 60%, rgba(58, 122, 146, 0.58) 100%); */
    z-index: 0;
}

.rez-hero.rez-hero-bg .rez-hero-inner {
    position: relative;
    z-index: 1;
}

.rez-hero.rez-hero-bg .rez-breadcrumb {
    color: rgba(255, 255, 255, 0.65);
}

.rez-hero.rez-hero-bg .rez-breadcrumb a {
    color: rgba(255, 255, 255, 0.65);
}

.rez-hero.rez-hero-bg .rez-breadcrumb a:hover {
    color: #ffffff;
}

.rez-hero.rez-hero-bg .rez-bc-sep {
    opacity: 0.4;
    color: rgba(255, 255, 255, 0.5);
}

.rez-hero.rez-hero-bg .rez-breadcrumb span:last-child {
    color: rgba(255, 255, 255, 0.9);
}

.rez-hero.rez-hero-bg .rez-hero-title {
    color: #ffffff;
}

.rez-hero.rez-hero-bg .rez-hero-title strong {
    background: linear-gradient(135deg, #5fb8b0, #8fd8d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rez-hero.rez-hero-bg .rez-hero-subtitle {
    color: rgba(255, 255, 255, 0.7);
}

.rez-hero.rez-hero-bg .rez-hero-subtitle strong {
    color: rgba(255, 255, 255, 0.9);
}

/* =====================================================
   Key Stats Row
   ===================================================== */
.rez-stats-section {
    position: relative;
    z-index: 1;
    padding: 0 24px 48px;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: -85px;
}

.rez-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.rez-stat-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow:
        0 4px 20px rgba(45, 96, 120, 0.06),
        0 1px 3px rgba(0,0,0,0.03),
        inset 0 1px 0 rgba(255,255,255,0.5);
    padding: 24px 10px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform-style: preserve-3d;
    will-change: transform;
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: rezCardReveal 0.65s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.rez-stat-card:nth-child(1) { animation-delay: 0.2s; }
.rez-stat-card:nth-child(2) { animation-delay: 0.3s; }
.rez-stat-card:nth-child(3) { animation-delay: 0.4s; }
.rez-stat-card:nth-child(4) { animation-delay: 0.5s; }

/* Glow border */
.rez-stat-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 21px;
    background: linear-gradient(135deg,
        rgba(95, 184, 176, 0) 0%,
        rgba(95, 184, 176, 0.25) 50%,
        rgba(45, 96, 120, 0.15) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    filter: blur(1px);
}

.rez-stat-card:hover::before {
    opacity: 1;
}

.rez-stat-card:hover {
    box-shadow:
        0 16px 48px rgba(45, 96, 120, 0.12),
        0 6px 16px rgba(0,0,0,0.05),
        inset 0 1px 0 rgba(255,255,255,0.7);
}

.rez-stat-icon {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
}

.rez-stat-number {
    font-size: 36px;
    font-weight: 800;
    color: #2d6078;
    margin-bottom: 4px;
    line-height: 1;
    letter-spacing: -0.02em;
}

.rez-stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #1a2236;
    margin-bottom: 6px;
}

.rez-stat-desc {
    font-size: 12px;
    color: #7a8499;
    line-height: 1.4;
}

/* =====================================================
   Section Headers
   ===================================================== */
.rez-section-header {
    text-align: center;
    margin-bottom: 36px;
}

.rez-section-title {
    font-size: 32px;
    font-weight: 500;
    color: #1a2236;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.rez-section-title strong {
    font-weight: 800;
    background: linear-gradient(135deg, #2d6078, #5fb8b0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rez-section-subtitle {
    font-size: 16px;
    color: #5a6480;
    font-weight: 400;
    max-width: 500px;
    margin: 0 auto;
}

/* =====================================================
   Success Stories
   ===================================================== */
.rez-stories-section {
    position: relative;
    z-index: 1;
    padding: 24px 24px 48px;
    max-width: 1100px;
    margin: 0 auto;
}

.rez-stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.rez-story-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow:
        0 4px 20px rgba(45, 96, 120, 0.06),
        0 1px 3px rgba(0,0,0,0.03),
        inset 0 1px 0 rgba(255,255,255,0.5);
    padding: 24px;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform-style: preserve-3d;
    will-change: transform;
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: rezCardReveal 0.65s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.rez-story-card:nth-child(1) { animation-delay: 0.25s; }
.rez-story-card:nth-child(2) { animation-delay: 0.35s; }
.rez-story-card:nth-child(3) { animation-delay: 0.45s; }

.rez-story-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 21px;
    background: linear-gradient(135deg,
        rgba(95, 184, 176, 0) 0%,
        rgba(95, 184, 176, 0.25) 50%,
        rgba(45, 96, 120, 0.15) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    filter: blur(1px);
}

.rez-story-card:hover::before {
    opacity: 1;
}

.rez-story-card:hover {
    box-shadow:
        0 16px 48px rgba(45, 96, 120, 0.12),
        0 6px 16px rgba(0,0,0,0.05),
        inset 0 1px 0 rgba(255,255,255,0.7);
}

/* Story top: avatar + meta */
.rez-story-top {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(45, 96, 120, 0.08);
    margin-bottom: 16px;
}

.rez-story-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
    box-shadow: 0 2px 8px rgba(45, 96, 120, 0.12);
}
.rez-avatar-teal  { background: linear-gradient(135deg, #3a7a92, #5fb8b0); }
.rez-avatar-blue  { background: linear-gradient(135deg, #2d6078, #066885); }
.rez-avatar-orange { background: linear-gradient(135deg, #e8651a, #fb9825); }

.rez-story-meta {
    flex: 1;
    min-width: 0;
}

.rez-story-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a2236;
    margin: 0 0 2px;
}

.rez-story-univ {
    font-size: 13px;
    color: #2d6078;
    font-weight: 500;
    margin: 0;
}

.rez-story-badge {
    display: inline-block;
    background: linear-gradient(135deg, #5fb8b0 0%, #4da8a0 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    margin-top: 4px;
}

/* Story body */
.rez-story-body {
    flex: 1;
    margin-bottom: 16px;
}

.rez-story-body p {
    font-size: 14px;
    line-height: 1.6;
    color: #4a5568;
    font-style: italic;
    margin: 0;
}

/* Story footer stats */
.rez-story-footer {
    display: flex;
    gap: 24px;
    padding-top: 14px;
    border-top: 1px solid rgba(45, 96, 120, 0.08);
}

.rez-story-stat {
    text-align: center;
}

.rez-story-stat-val {
    font-size: 18px;
    font-weight: 700;
    color: #2d6078;
    display: block;
}

.rez-story-stat-lbl {
    font-size: 11px;
    color: #7a8499;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* =====================================================
   Universities Grid
   ===================================================== */
.rez-unis-section {
    position: relative;
    z-index: 1;
    padding: 24px 24px 48px;
    max-width: 1100px;
    margin: 0 auto;
}

.rez-unis-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.rez-uni-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow:
        0 4px 20px rgba(45, 96, 120, 0.06),
        0 1px 3px rgba(0,0,0,0.03),
        inset 0 1px 0 rgba(255,255,255,0.5);
    padding: 24px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform-style: preserve-3d;
    will-change: transform;
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: rezCardReveal 0.65s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.rez-uni-card:nth-child(1) { animation-delay: 0.15s; }
.rez-uni-card:nth-child(2) { animation-delay: 0.25s; }
.rez-uni-card:nth-child(3) { animation-delay: 0.35s; }
.rez-uni-card:nth-child(4) { animation-delay: 0.45s; }
.rez-uni-card:nth-child(5) { animation-delay: 0.55s; }
.rez-uni-card:nth-child(6) { animation-delay: 0.65s; }

.rez-uni-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 21px;
    background: linear-gradient(135deg,
        rgba(95, 184, 176, 0) 0%,
        rgba(95, 184, 176, 0.25) 50%,
        rgba(45, 96, 120, 0.15) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    filter: blur(1px);
}

.rez-uni-card:hover::before {
    opacity: 1;
}

.rez-uni-card:hover {
    box-shadow:
        0 16px 48px rgba(45, 96, 120, 0.12),
        0 6px 16px rgba(0,0,0,0.05),
        inset 0 1px 0 rgba(255,255,255,0.7);
}

.rez-uni-icon-wrap {
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.3s ease, transform 0.4s ease;
}

.rez-uni-card:hover .rez-uni-icon-wrap {
    opacity: 1;
    transform: scale(1.08) rotate(2deg);
}

.rez-uni-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a2236;
    margin: 0 0 4px;
}

.rez-uni-loc {
    font-size: 13px;
    color: #5a6480;
    margin: 0 0 16px;
}

.rez-uni-stats {
    display: flex;
    justify-content: center;
    gap: 24px;
    padding-top: 14px;
    border-top: 1px solid rgba(45, 96, 120, 0.08);
}

.rez-uni-stat {
    text-align: center;
}

.rez-uni-stat-num {
    font-size: 22px;
    font-weight: 800;
    color: #2d6078;
    display: block;
    letter-spacing: -0.01em;
}

.rez-uni-stat-lbl {
    font-size: 11px;
    color: #7a8499;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 500;
}

/* =====================================================
   Performance Chart
   ===================================================== */
.rez-chart-section {
    position: relative;
    z-index: 1;
    padding: 24px 24px 48px;
    max-width: 1100px;
    margin: 0 auto;
}

.rez-chart-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow:
        0 4px 20px rgba(45, 96, 120, 0.06),
        0 1px 3px rgba(0,0,0,0.03),
        inset 0 1px 0 rgba(255,255,255,0.5);
    padding: 32px;
    transition: box-shadow 0.4s ease;
    transform-style: preserve-3d;
    will-change: transform;
    opacity: 0;
    animation: rezCardReveal 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
}

.rez-chart-card:hover {
    box-shadow:
        0 16px 48px rgba(45, 96, 120, 0.12),
        0 6px 16px rgba(0,0,0,0.05),
        inset 0 1px 0 rgba(255,255,255,0.7);
}

.rez-chart-area {
    margin-bottom: 20px;
}

#performanceChart {
    max-width: 100%;
    height: auto;
}

.rez-chart-legend {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.rez-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #5a6480;
    font-weight: 500;
}

.rez-legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    flex-shrink: 0;
}

/* =====================================================
   CTA Section
   ===================================================== */
.rez-cta-section {
    position: relative;
    z-index: 1;
    padding: 24px 24px 60px;
    max-width: 1100px;
    margin: 0 auto;
}

.rez-cta-card {
    background: linear-gradient(145deg, #2d6078 0%, #1a3d4e 60%, #162e3c 100%);
    border-radius: 22px;
    border: 1px solid rgba(95, 184, 176, 0.12);
    box-shadow:
        0 8px 32px rgba(26, 61, 78, 0.2),
        0 2px 8px rgba(0,0,0,0.06);
    padding: 48px 44px;
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 40px;
    align-items: center;
    transform-style: preserve-3d;
    will-change: transform;
    opacity: 0;
    animation: rezCardReveal 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
    transition: box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Subtle gradient glow */
.rez-cta-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(95, 184, 176, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.rez-cta-card:hover {
    box-shadow:
        0 20px 60px rgba(26, 61, 78, 0.3),
        0 8px 20px rgba(0,0,0,0.1);
}

.rez-cta-left {
    position: relative;
    z-index: 1;
}

.rez-cta-title {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.rez-cta-subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 24px;
    line-height: 1.5;
}

.rez-cta-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.rez-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 12px 24px;
    border-radius: 28px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}

.rez-cta-btn span {
    font-size: 16px;
    margin-left: 2px;
    transition: transform 0.3s ease;
    display: inline-block;
}

.rez-cta-btn:hover span {
    transform: translateX(3px);
}

.rez-cta-primary {
    background: linear-gradient(135deg, #4da8a0 0%, #4da8a0 100%);
    color: #fff;
    box-shadow: 0 4px 14px rgba(95, 184, 176, 0.3);
}

.rez-cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(95, 184, 176, 0.4);
}

.rez-cta-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.rez-cta-secondary:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.08);
}

.rez-cta-right {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.rez-cta-stat-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 20px 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.3s ease;
}

.rez-cta-stat-card:hover {
    background: rgba(255, 255, 255, 0.12);
}

.rez-cta-stat-num {
    font-size: 28px;
    font-weight: 800;
    color: #5fb8b0;
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}

.rez-cta-stat-lbl {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

/* =====================================================
   Shared Animation
   ===================================================== */
@keyframes rezFadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes rezCardReveal {
    from { opacity: 0; transform: translateY(28px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

/* =====================================================
   Responsive
   ===================================================== */
@media (max-width: 968px) {
    .rez-hero-title {
        font-size: 34px;
    }

    .rez-stats-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .rez-stories-grid {
        grid-template-columns: 1fr;
    }

    .rez-unis-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rez-cta-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 36px 28px;
    }

    .rez-cta-btns {
        justify-content: center;
    }

    .rez-cta-right {
        flex-direction: row;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .rez-hero {
        padding: 100px 16px 32px;
    }

    .rez-hero-title {
        font-size: 28px;
    }

    .rez-hero-subtitle {
        font-size: 16px;
    }

    .rez-stats-row {
        grid-template-columns: 1fr 1fr;
    }

    .rez-stat-card {
        padding: 20px 14px;
    }

    .rez-stat-number {
        font-size: 28px;
    }

    .rez-section-title {
        font-size: 26px;
    }

    .rez-unis-grid {
        grid-template-columns: 1fr;
    }

    .rez-chart-card {
        padding: 20px;
    }

    .rez-cta-card {
        padding: 28px 20px;
    }

    .rez-cta-title {
        font-size: 22px;
    }

    .rez-cta-btns {
        flex-direction: column;
        align-items: center;
    }

    .rez-cta-btn {
        width: 100%;
        justify-content: center;
    }

    .rez-cta-right {
        flex-direction: column;
    }

    .rez-blob {
        display: none;
    }
}
