/**
 * Hosting Products Page Styles
 * Erişim: hosting-products.php
 */

body:has(.rw-hosting-page) {
    background: #f8fafc;
}

.rw-hosting-hero {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

.rw-hosting-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--theme-primary);
}

.rw-hosting-hero__inner {
    position: relative;
    z-index: 1;
    width: min(1320px, calc(100% - 32px));
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    padding: 50px 0;
}

.rw-hosting-hero__content {
    flex: 1;
    max-width: 580px;
}

.rw-hosting-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--theme-primary);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: 50px;
    margin-bottom: 24px;
}

.rw-hosting-hero__badge svg {
    width: 14px;
    height: 14px;
}

.rw-hosting-hero__title {
    margin: 0 0 20px;
    color: #0f172a;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    white-space: normal;
}

.rw-hosting-hero__desc {
    margin: 0 0 32px;
    color: #475569;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
}

.rw-hosting-hero__stats {
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e2e8f0;
}

.rw-hosting-hero__stat {
    text-align: left;
}

.rw-hosting-hero__stat-value {
    color: var(--theme-primary);
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}

.rw-hosting-hero__stat-label {
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
}

.rw-hosting-hero__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.rw-hosting-hero__feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #334155;
    font-size: 14px;
    font-weight: 500;
}

.rw-hosting-hero__feature svg {
    width: 18px;
    height: 18px;
    color: var(--theme-primary);
    flex-shrink: 0;
}

.rw-hosting-hero__visual {
    position: relative;
    flex-shrink: 0;
    width: 520px;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rw-hosting-hero__visual-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(var(--theme-primary-rgb), 0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
    50% { transform: translate(-50%, -50%) scale(1.05); opacity: 0.8; }
}

.rw-hosting-hero__visual-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rw-hosting-page {
    background: #f4f7fb;
    padding-bottom: 56px;
}

.rw-hosting-page #wrapper,
.rw-hosting-content-wrap {
    width: min(1320px, calc(100% - 32px));
    max-width: 1320px;
    margin: 0 auto;
    float: none;
    background: transparent;
    border-radius: 0;
    min-height: 0;
}

.rw-hosting-page .pakettitle {
    float: none;
    width: 100%;
    padding: 40px 0 8px;
    margin: 0;
    color: #0f172a;
    text-align: center;
}

.rw-hosting-page .pakettitle h1 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 24px;
    font-weight: 850;
    letter-spacing: -.03em;
}

.rw-hosting-page .pakettitle h2 {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
}

.rw-hosting-page .categoriesproduct {
    float: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 22px;
    width: 100%;
}

.rw-hosting-page .categoriesproduct a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 8px 16px;
    border: 1px solid #dfe7ef;
    border-radius: 5px;
    background: #ffffff;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    transform: none;
}

.rw-hosting-page .categoriesproduct a:hover,
.rw-hosting-page .categoriesproduct a#category-button-active {
    border-color: var(--theme-primary);
    background: color-mix(in srgb, var(--theme-primary) 10%, #ffffff);
    color: var(--theme-primary);
    transform: none;
}

.rw-hosting-page .hosting-package-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 32px 0 0;
    width: min(1320px, calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
}

/* ==================================================
   POPÜLER / ÖNERİLEN PAKET ÖZELLEŞTİRMELERİ
   ================================================== */

.hosting-package-card--featured {
    position: relative;
    border: 2px solid var(--theme-primary, #2563eb);
    border-radius: 5px;
    z-index: 10;
}

.hosting-package-card--featured::before {
    content: 'En Çok Tercih Edilen';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--theme-primary, #2563eb);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 24px;
    border-radius: 30px;
    white-space: nowrap;
    z-index: 11;
    letter-spacing: 0.5px;
}

/* ================================================== */


.rw-hosting-page .detail-products-features,
.rw-hosting-page .sss {
    float: none;
    width: min(1320px, calc(100% - 32px));
    margin: 48px auto 0;
}

.hosting-features-banner {
    margin: 30px 0;
    padding: 0;
}

.hosting-features-banner__inner {
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e5edf5;
    border-radius: 5px;
    overflow: hidden;
}

.hosting-features-banner__header {
    text-align: center;
    padding: 32px 20px 12px;
}

.hosting-features-banner__header h3 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -.02em;
}

.hosting-features-banner__header p {
    margin: 0;
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

.hosting-features-table {
    display: flex;
    flex-direction: column;
}

.hosting-features-table__row {
    display: grid;
    grid-template-columns: 220px repeat(4, 1fr);
    border-bottom: 1px solid #e5edf5;
}

.hosting-features-table__row:last-child {
    border-bottom: none;
}

.hosting-features-table__row--header {
    background: #f8fafc;
    border-bottom: 2px solid var(--theme-primary);
}

.hosting-features-table__row--footer {
    background: #f8fafc;
    padding: 20px 0;
    border-top: 2px solid var(--theme-primary);
}

.hosting-features-table__cell--footer {
    flex-direction: column;
    gap: 12px;
    padding: 0 16px;
}

.hosting-features-table__price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
}

.hosting-features-table__price .currency {
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-dark);
}

.hosting-features-table__price .amount {
    font-size: 22px;
    font-weight: 700;
    color: var(--theme-primary);
}

.hosting-features-table__price .period {
    font-size: 12px;
    color: #64748b;
}

.hosting-features-table__cell {
    padding: 14px 16px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #475569;
}

.hosting-features-table__cell--label {
    justify-content: flex-start;
    font-weight: 600;
    color: var(--theme-dark);
    background: #ffffff;
    border-right: 1px solid #e5edf5;
    padding-left: 20px;
}

.hosting-features-table__cell--label i {
    margin-right: 8px;
    color: var(--theme-primary);
    font-size: 12px;
}

.hosting-features-table__cell--product {
    color: var(--theme-dark);
    font-weight: 500;
}

.hosting-features-table__row--header .hosting-features-table__cell--label {
    font-size: 13px;
    font-weight: 700;
    color: var(--theme-dark);
    background: transparent;
}

.hosting-features-table__row--header .hosting-features-table__cell--product {
    font-size: 15px;
    font-weight: 700;
    color: var(--theme-dark);
}

.hosting-features-table__row:nth-child(even):not(.hosting-features-table__row--header):not(.hosting-features-table__row--footer) {
    background: #fafbfc;
}

.hosting-features-table__row:nth-child(odd):not(.hosting-features-table__row--header):not(.hosting-features-table__row--footer) {
    background: #ffffff;
}

.hosting-features-table__row--header .hosting-features-table__cell,
.hosting-features-table__row--footer .hosting-features-table__cell {
    background: transparent;
}

.hosting-features-table__button {
    display: inline-block;
    padding: 10px 20px;
    background: var(--theme-primary);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(29, 161, 242, 0.3);
}

.hosting-features-table__button:hover {
    background: var(--theme-primary-hover);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(29, 161, 242, 0.4);
    color: #ffffff;
}

@media (max-width: 1024px) {
    .rw-hosting-hero__inner {
        flex-direction: column;
        text-align: center;
        gap: 50px;
        padding: 60px 0;
        width: calc(100% - 32px);
    }

    .rw-hosting-hero__content {
        max-width: 100%;
    }

    .rw-hosting-hero__badge {
        margin-left: auto;
        margin-right: auto;
    }

    .rw-hosting-hero__title {
        font-size: 42px;
    }

    .rw-hosting-hero__stats {
        justify-content: center;
        gap: 40px;
    }

    .rw-hosting-hero__stat {
        text-align: center;
    }

    .rw-hosting-hero__features {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .rw-hosting-hero__visual {
        width: 420px;
        height: 340px;
    }

    .rw-hosting-hero__visual-bg {
        width: 400px;
        height: 400px;
    }

    .rw-hosting-page .hosting-package-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .hosting-package-card--featured {
        transform: scale(1);
    }
    .hosting-package-card--featured:hover {
        transform: scale(1.02);
    }

    .hosting-features-table__row {
        grid-template-columns: 180px repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .rw-hosting-hero__inner {
        padding: 50px 0;
        gap: 40px;
    }

    .rw-hosting-hero__badge {
        font-size: 11px;
        padding: 6px 14px;
    }

    .rw-hosting-hero__title {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .rw-hosting-hero__desc {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .rw-hosting-hero__stats {
        gap: 24px;
        margin-bottom: 28px;
        padding-bottom: 28px;
    }

    .rw-hosting-hero__stat-value {
        font-size: 24px;
    }

    .rw-hosting-hero__stat-label {
        font-size: 12px;
    }

    .rw-hosting-hero__features {
        grid-template-columns: 1fr;
        gap: 10px;
        max-width: 100%;
    }

    .rw-hosting-hero__feature {
        font-size: 13px;
    }

    .rw-hosting-hero__visual {
        width: 100%;
        max-width: 320px;
        height: 260px;
    }

    .rw-hosting-hero__visual-bg {
        width: 300px;
        height: 300px;
    }

    .rw-hosting-page .hosting-package-list {
        grid-template-columns: 1fr;
    }

    .rw-hosting-page #wrapper,
    .rw-hosting-content-wrap {
        width: calc(100% - 24px);
    }

    .hosting-features-table {
        overflow-x: auto;
    }

    .hosting-features-table__row {
        min-width: 600px;
    }

    .hosting-features-table__cell {
        padding: 12px 14px;
        font-size: 12px;
    }

    .hosting-features-table__button {
        padding: 8px 14px;
        font-size: 12px;
    }

    .hosting-features-table__price .amount {
        font-size: 18px;
    }

    .hosting-features-table__cell--footer {
        padding: 8px 14px;
    }
}

/* --- Popüler Uygulamalar Tam Genişlik Bölümü --- */
.rw-apps-section {
    position: relative;
    width: 100%;
    /* Arka plan admin panelden ayarlanir - inline style ile */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-image: url('/templates/website/Riwise/images/hosting-uygulama-bg.jpg') !important;
    padding: 90px 20px;
    margin: 50px 0;
    text-align: center;
    box-sizing: border-box;
}

.rw-apps-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(10, 25, 47, 0.90); 
    z-index: 1;
}

.rw-apps-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.rw-apps-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #ffffff;
}

.rw-apps-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #cbd5e1;
    max-width: 850px;
    margin: 0 auto 55px auto;
}

.rw-apps-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.rw-app-item {
    flex: 1 1 160px;
    max-width: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 20px;
    border: 1px dashed rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.4s ease;
    cursor: pointer;
}

.rw-app-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgb(29 161 242);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.rw-app-item i {
    font-size: 42px;
    margin-bottom: 18px;
    color: #ffffff;
    transition: color 0.3s ease;
}

.rw-app-item:hover i {
    color: #1da1f2;
}

.rw-app-item span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #94a3b8;
    transition: color 0.3s ease;
}

.rw-app-item:hover span {
    color: #ffffff;
}

@media (max-width: 768px) {
    .rw-apps-title { font-size: 26px; }
    .rw-apps-desc { font-size: 15px; padding: 0 15px; }
    .rw-app-item { flex: 1 1 130px; padding: 25px 15px; }
    .rw-apps-section { padding: 60px 15px; }
}

/* --- Yeni Düz (Flat) SEO & İçerik Bölümü --- */
.rw-seo-info-section {
    width: 100%;
    padding: 20px 20px 80px 20px;
    box-sizing: border-box;
    background-color: transparent;
}

.rw-seo-info-container {
    max-width: 1300px;
    margin: 0 auto;
}

.rw-seo-info-box {
    background-color: transparent; 
    border: none;
    padding: 0;
    position: relative;
}

.rw-seo-info-content {
    position: relative;
    max-height: 400px;
    overflow: hidden;
    transition: max-height 0.8s ease-in-out;
}

.rw-seo-info-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.rw-seo-info-content.is-expanded {
    max-height: 3500px;
}

.rw-seo-info-content.is-expanded::after {
    opacity: 0;
}

.rw-seo-info-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 90px;
}

.rw-seo-info-row--reverse {
    flex-direction: row-reverse;
}

.rw-seo-info-text {
    flex: 1;
}

.rw-seo-info-text h3 {
    color: #111827;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 22px;
    line-height: 1.3;
}

.rw-seo-info-text p {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.rw-seo-info-text p:last-child {
    margin-bottom: 0;
}

.rw-seo-info-image {
    flex: 1;
    text-align: center;
}

.rw-seo-info-image img {
    max-width: 100%;
    height: auto;
    border-radius: 0; 
    display: block;
    margin: 0 auto;
}

.rw-seo-action-wrapper {
    position: relative;
    text-align: center;
    margin-top: -20px;
    z-index: 10;
}

.rw-btn-seo-readmore {
    background-color: #ffffff;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 30px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rw-btn-seo-readmore:hover {
    background-color: #f3f4f6;
    border-color: #9ca3af;
}

@media (max-width: 992px) {
    .rw-seo-info-row, .rw-seo-info-row--reverse {
        flex-direction: column;
        gap: 35px;
        margin-bottom: 60px;
    }
    .rw-seo-info-text h3 {
        font-size: 24px;
    }
}

/* --- Avantajlı Özellikler (Aydınlık / Kurumsal Tema) Bölümü --- */
.rw-adv-features-section {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
}

.rw-adv-features-container {
    max-width: 1300px;
    margin: 0 auto;
}

.rw-adv-features-header {
    text-align: center;
    margin-bottom: 50px;
}

.rw-adv-features-subtitle {
    display: block;
    color: var(--theme-primary, #2563eb); 
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.rw-adv-features-title {
    color: #1e293b; 
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.rw-adv-features-divider {
    width: 40px;
    height: 3px;
    background-color: var(--theme-primary, #2563eb); 
    margin: 0 auto;
    border-radius: 2px;
}

.rw-adv-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.rw-adv-feature-card {
    background-color: #ffffff; 
    border: 2px dashed #cbd5e1; /* Kesik çizgi kenarlık */
    border-radius: 8px;
    padding: 24px 20px; /* Yazılar azaldığı için yükseklik ve boşluklar düşürüldü */
    transition: all 0.3s ease;
}

.rw-adv-feature-card:hover {
    background-color: #f8fafc; 
    border-color: var(--theme-primary, #2563eb);
    transform: translateY(-3px); /* Şık bir yukarı kalkma efekti */
}

.rw-adv-feature-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px; /* Başlık ve yazı arası boşluk daraltıldı */
}

.rw-adv-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: rgba(37, 99, 235, 0.08);
    color: var(--theme-primary, #2563eb);
    border-radius: 10px;
    font-size: 18px;
}

.rw-adv-feature-card-title {
    color: #0f172a;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.rw-adv-feature-card-desc {
    color: #64748b; 
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 992px) {
    .rw-adv-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .rw-adv-features-grid {
        grid-template-columns: 1fr;
    }
    .rw-adv-features-title {
        font-size: 24px;
        line-height: 1.3;
    }
    .rw-adv-features-section {
        padding: 50px 15px;
    }
}

/* --- Premium ve Kutulu İki Sütunlu SSS (FAQ) Bölümü --- */
.rw-faq-section {
    width: 100%;
    padding: 40px 20px 80px 20px;
    box-sizing: border-box;
    background-color: transparent;
}

.rw-faq-container {
    max-width: 1300px;
    margin: 0 auto;
}

.rw-faq-title-wrap {
    text-align: center;
    margin-bottom: 50px;
}

.rw-faq-main-title {
    color: #0f172a;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.rw-faq-sub-title {
    color: #64748b;
    font-size: 15px;
    margin: 0;
}

.rw-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.rw-faq-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rw-faq-item {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.rw-faq-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--theme-primary, #2563eb);
    transform: scaleY(0);
    transition: transform 0.3s ease;
    transform-origin: center;
    z-index: 2;
}

.rw-faq-item:hover,
.rw-faq-item.is-active {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

.rw-faq-item:hover::before,
.rw-faq-item.is-active::before {
    transform: scaleY(1);
}

.rw-faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    cursor: pointer;
    user-select: none;
    background: transparent;
}

.rw-faq-header h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    transition: color 0.3s ease;
    padding-right: 20px;
    line-height: 1.5;
}

.rw-faq-icon {
    width: 36px;
    height: 36px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 13px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.rw-faq-header:hover h3 {
    color: var(--theme-primary, #2563eb);
}

.rw-faq-header:hover .rw-faq-icon {
    background: #e2e8f0;
    color: var(--theme-primary, #2563eb);
}

.rw-faq-item.is-active .rw-faq-header h3 {
    color: var(--theme-primary, #2563eb);
}

.rw-faq-item.is-active .rw-faq-icon {
    background: var(--theme-primary, #2563eb);
    color: #ffffff;
    transform: rotate(180deg);
}

.rw-faq-content {
    display: none; 
}

.rw-faq-content-inner {
    padding: 0 24px 24px 24px;
    color: #475569;
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 992px) {
    .rw-faq-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .rw-faq-title-wrap {
        margin-bottom: 30px;
    }
    
    .rw-faq-main-title {
        font-size: 26px;
    }
}