/* ==========================================================================
   1. 基本設定
   ========================================================================== */
:root {
  --primary-color: #50B280;
  --text-color: #333;
  --bg-light-green: #EFFAF6;
  --container-width: 1120px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: var(--text-color);
  margin: 0;
}

.l-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 60 0 60 0;
}

.platform-overview-card,
.reports-card,
.map-downloads-card,
.contact-btn-main,
.contact-btn-outline {
  text-decoration: none;
}

.platform-overview-card,
.reports-card,
.map-downloads-card{
  border-bottom: none;
  text-decoration: none;
}

.meeting-list a {
  text-decoration: none;
}

.meeting-list a:hover {
  opacity: 0.7;
  border-bottom: 2px solid #50B280;
}

/* ==========================================================================
   2. メインビジュアル (Hero)
   ========================================================================== */
.hero {
  background-image: url("../img/nasu-platform/top.jpg");
  padding: 80px 0;
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0 160px;
  text-align: left;
  width: 100%;
}

.catchphrase {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 1.2em; 
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
}

.catchphrase::before,
.catchphrase::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 0.8em;
  background-color: #333;
}

.catchphrase::before {
  left: 0;
  transform: translateY(-50%) rotate(-25deg); 
}

.catchphrase::after {
  right: 0;
  transform: translateY(-50%) rotate(25deg);
}

.hero .main-title {
  font-size: 2.8rem;
  color: var(--primary-color);
  margin: 10px 0;
  line-height: 1.3;
  letter-spacing: 0.025em;
}

/* ==========================================================================
   3. お知らせ (News)
   ========================================================================== */
.news {
  display: flex;
  gap: 80px;
  padding: 80px 0 60px 0;
  align-items: flex-start;
}

.news-left {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section-title {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
  font-weight: 700;
}

.section-title span {
  color: var(--primary-color);
  margin-right: 16px;
  font-weight: 700;
}

.news-view-all {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--primary-color);
  font-weight: bold;
  gap: 10px;
  font-size: 1.1rem;
  padding-left: 50px;
}

.news-view-all .material-symbols-outlined {
  background-color: #50B280;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.news-view-all:hover {
  opacity: 0.8;
}

.news-view-all:hover .material-symbols-outlined {
  transform: translateX(4px);
}

.news-list {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list li {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}

.news-list .date {
  flex: 0 0 180px;
  color: #333;
  font-size: 1.0rem;
  letter-spacing: 0.05em;
}

.news-label {
  background-color: #50B280;
  color: white;
  font-size: 0.8rem;
  padding: 4px 16px;
  margin-right: 40px;
  white-space: nowrap;
}

.news-link {
  pointer-events: none;
  text-decoration: none;
  color: var(--text-color);
  flex: 1;
  font-size: 1.0rem;
  font-weight: 400;
}

/*.news-link:hover {
  opacity: 0.7;
}*/

/* ==========================================================================
   4. 官民連携地域生活圏プラットフォームについて (About)
   ========================================================================== */
.about {
  background-color: #EFFAF6;
  padding: 60px 0;
}

.u-mobile-only {
  display: none;
}

.about .section-title {
  background-color: var(--primary-color);
  color: white;
  display: inline-flex;
  align-items: baseline;
  padding: 15px 40px;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}

.about .section-title span {
  color: white;
  font-size: 1.2rem;
  margin-left: 5px;
  font-weight: 500;
}

.about-text {
  font-size: 1.0rem;
  line-height: 2.0;
  color: #333;
  text-align: justify;
  margin-top: 0;
}

/* ==========================================================================
   5. 那須地域の課題マップ (Map Downloads)
   ========================================================================== */
.map-downloads {
  padding: 60px 0;
}

.map-downloads-grid {
  display: flex;
  gap: 30px;
  margin-top: 0px;
}

.map-downloads-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.map-downloads-card-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 100px;
  margin-bottom: 20px;
}

.map-downloads-card-title {
  position: relative;
  z-index: 2;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #50B280;
  margin: 0;
  padding: 0 0 0 25px;
}

.map-downloads-card-illust {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  z-index: 1;
  opacity: 0.9;
  pointer-events: none;
  padding: 10px 0 0 0;
}

.map-downloads-card-desc {
  position: relative;
  z-index: 2;
  font-size: 1.0rem;
  font-weight: 500;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
}

.map-downloads-download-area {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map-downloads-pdf-info {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #333;
  font-size: 1.0rem;
}

.map-downloads-icon-pdf.material-symbols-outlined {
  background-color: transparent;
  color: var(--primary-color);
  width: auto;
  height: auto;
  font-size: 20px;
}

.map-downloads-link-text {
  font-size: 1.0rem;
  color: #333;
}

.map-downloads-btn-arrow {
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.map-downloads-btn-arrow .material-symbols-outlined {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #50B280;
  color: white;
  border-radius: 50%;
  font-size: 32px;
  transition: transform 0.3s ease;
}

.map-downloads-card:hover {
  background-color: #f0f9f5;
  transform: translateY(-3px);
}

.map-downloads-card:hover .map-downloads-btn-arrow {
  opacity: 0.8;
}

.map-downloads-card:hover .map-downloads-btn-arrow .material-symbols-outlined {
  transform: translateX(4px);
}

.map-downloads-btn-arrow:hover {
  opacity: 0.8;
}

/* ==========================================================================
   6. プラットフォーム概要 (Platform Overview)
   ========================================================================== */
.platform-overview {
  padding: 20px 0 60px 0;
}

.platform-overview-grid {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.platform-overview-card {
  flex: 1;
  background-color: #fff;
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 20px;
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: background-color 0.3s, transform 0.2s;
}

.platform-overview-card-top {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.platform-overview-card-illust {
  max-height: 100%;
  width: auto;
}

.platform-overview-card-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.platform-overview-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.platform-overview-card-text {
  font-size: 1.0rem;
  font-weight: 500;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
}

.platform-overview-icon-pdf.material-symbols-outlined {
  background-color: transparent;
  color: var(--primary-color);
  width: auto;
  height: auto;
  font-size: 18px;
  padding: 0;
}

.platform-overview-icon-arrow.material-symbols-outlined {
  background-color: transparent;
  color: var(--primary-color);
  font-size: 32px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  transition: all 0.3s ease;
}

.platform-overview-card:hover {
  background-color: #f0f9f5;
  transform: translateY(-3px);
}

.platform-overview-card:hover .platform-overview-icon-arrow {
  background-color: var(--primary-color);
  opacity: 0.8;
  color: #fff;
  transform: translateX(5px);
}

/* ==========================================================================
   7. プラットフォーム全体会議 (Meeting)
   ========================================================================== */
.meeting {
  padding: 20px 30px;
}

.meeting-title {
  font-size: 2.0rem;
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
  font-weight: 700;
}

.meeting-title span {
  color: var(--primary-color);
  margin-right: 12px;
}

.meeting-flex {
  display: flex;
  justify-content: flex-start;
  gap: 0;
  position: relative;
}

.meeting-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.meeting-list:first-child {
  padding-right: 40px;
  border-right: 1px solid #ddd;
}

.meeting-list:last-child {
  padding-left: 40px;
}

.meeting-list li {
  margin-bottom: 20px;
}

.meeting-list li:last-child {
  margin-bottom: 0;
}

.meeting-list a {
  text-decoration: none;
  color: #555;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.3s, border-color 0.3s;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  width: fit-content;
}

.meeting-list a:hover {
  opacity: 0.7;
  border-bottom-color: #50B280;
}

.meeting-list .material-symbols-outlined {
  background-color: transparent !important; 
  color: var(--primary-color) !important;
  width: auto !important;
  height: auto !important;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
}

/* ==========================================================================
   8. 体験プログラム実施報告 (Reports)
   ========================================================================== */
.reports {
  padding: 40px 0 100px 0;
}

.reports-outer-box {
  max-width: 1260px;
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  padding: 60px 40px 40px;
  background: linear-gradient(to bottom, #fff 50%, var(--primary-color) 50%);
  position: relative;
  margin-top: 40px;
}

.reports-title {
  position: absolute;
  top: -25px;
  left: 40px;
  background-color: #fff;
  padding: 0 20px;
  font-size: 2.0rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin: 0;
}

.reports-title span {
  color: var(--primary-color);
  margin-right: 10px;
}

.reports-grid {
  max-width: 1120px;
  display: flex;
  gap: 30px;
}

.reports-card {
  flex: 1;
  background-color: #fff;
  border: 2px solid var(--primary-color);
  border-radius: 15px;
  overflow: hidden; 
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
}

.reports-card a {
  border-bottom: none;
  text-decoration: none ;
}

.reports-card-image {
  padding: 25px 25px 25px 25px; 
}

.reports-card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.reports-card-body {
  padding: px 25px 25px 25px;
}

.reports-card-body {
  padding: 0px 25px 25px 25px;
}

.reports-tag {
  background-color: #50B280;
  color: white;
  font-size: 1.0rem;
  padding: 4px 12px;
  display: inline-block;
  margin-bottom: 15px;
}

.reports-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reports-card-name {
  font-size: 1.1rem;
  color: var(--primary-color);
  margin: 0;
  font-weight: 700;
}

.reports-circle-arrow .material-symbols-outlined {
  background-color: transparent;
  color: var(--primary-color);
  font-size: 32px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.reports-card:hover {
  background-color: #f0f9f5;
  transform: translateY(-3px);
} 

.reports-card:hover .reports-circle-arrow .material-symbols-outlined {
  background-color: var(--primary-color);
  color: #fff;
  transform: translateX(5px);
  opacity: 0.8; 
}

/* ==========================================================================
   9. お問い合わせ (Contact)
   ========================================================================== */
.contact {
  padding: 60px 0;
  background-color: #F1F6F3;
  text-align: center;
}

.contact-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #333;
}

.contact-content {
  max-width: 900px;
  margin: 0 auto;
}

.contact-lead {
  font-size: 1.0rem;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #333;
}

.contact-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 40px 0;
}

.contact-section {
  margin: 40px 0;
}

.contact-section-label {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-btn-main, 
.contact-btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 450px;
  margin: 0 auto;
  height: 65px;
  border-radius: 35px;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.contact-btn-main {
  background-color: var(--primary-color);
  color: #fff;
}

.contact-btn-outline {
  background-color: #fff;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.contact-btn-main:hover {
  background-color: #62c391;
  transform: translateY(-2px);
  opacity: 1;
}

.contact-btn-outline:hover {
  background-color: #f0f9f5;
  transform: translateY(-2px);
  opacity: 1;
}

.contact-btn-main .material-symbols-outlined,
.contact-btn-outline .material-symbols-outlined {
  position: absolute;
  right: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  font-size: 28px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.contact-btn-main:hover .material-symbols-outlined {
  background-color: #fff;
  color: var(--primary-color);
  transform: translateX(5px);
}

.contact-btn-outline:hover .material-symbols-outlined {
  background-color: var(--primary-color);
  color: #fff;
  transform: translateX(5px);
}

/* ==========================================================================
   10. レスポンシブ対応 (768px以下)
   ========================================================================== */

/* --- 基本設定 --- */
@media screen and (max-width: 768px) {
.l-container {
  padding: 0 15px;
}
/* --- メインビジュアル --- */
.hero {
  position: relative;
  padding: 0;
  min-height: 250px;
  height: auto;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image:url("../img/nasu-platform/top_sp.jpg");
}
    
.hero .l-container {
  position: relative;
  z-index: 3;
  padding: 20px;
  width: 100%;
}

.catchphrase {
  font-size: 1.0rem;
  margin-bottom: 0px;
  padding: 0 1em;
}

.hero .main-title {
  font-size: 1.8rem;
  margin: 0px 0 5px 0;
  line-height: 1.4;
}

.sub-title {
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 5px 0;
}

@keyframes fadeInHero {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }

    .catchphrase::before,
    .catchphrase::after {
      height: 0.9em;
    }
  

/* --- お知らせ --- */
  .news {
      flex-direction: column;
      gap: 0px;
      padding: 40px 40px;
  }

  .news-left {
      flex: 0 0 auto;
      width: 100%;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      border-bottom: 2px solid #ccc;
      padding-bottom: 15px;
  }

  .section-title {
      font-size: 1.5rem;
      margin: 0;
  }

  .news-view-all {
      font-size: 1.0rem;
  }

  .news-view-all .material-symbols-outlined {
      width: 40px;
      height: 40px;
      font-size: 24px;
  }

  .news-list {
      width: 100%;
  }

  .news-list li {
      flex-direction: column;
      align-items: flex-start;
      padding: 20px 0;
      gap: 10px;
  }

  .news-list li:first-child {
      border-top: none;
  }

  .news-list .date {
      flex: 0 0 auto;
      font-size: 0.9rem;
  }

  .news-label {
      margin-right: 0;
      font-size: 0.7rem;
      padding: 2px 10px;
  }

  .news-list .date, 
  .news-label {
      display: inline-block;
  }

  .news-link {
      font-size: 0.875rem;
      width: 100%;
      line-height: 1.4;
  }

/* --- 官民連携地域生活圏プラットフォームについて --- */
  .about {
      padding: 60px 20px 40px 20px;
  }

  .u-mobile-only {
    display: block;
  }

  .about .section-title {
    display: block;
    font-size: 1.5rem;
    padding: 1rem 1.25rem;
    line-height: 1.4;
    margin: 0 0 20px 0;
  }

  .about .section-title span {
      font-size: 1.0rem;
  }

  .about-text {
      font-size: 0.875rem;
      line-height: 1.8;
  }

/* --- 那須地域の課題マップ --- */
  .map-downloads {
      padding: 40px 20px;
  }

  .map-downloads-grid {
      flex-direction: column;
      gap: 20px;
      margin-top: 30px;
  }

  .map-downloads-card {
      padding: 20px 15px;
      min-height: auto;
  }

  .map-downloads-card-top {
      margin-bottom: 5px;
  }

  .map-downloads-card-title {
      font-size: 1.4rem;
      padding-left: 15px;
  }

  .map-downloads-card-illust {
      width: 100%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 0;
  }

  .map-downloads-card-desc {
      font-size: 0.875rem;
      margin-top: 5px;
      line-height: 1.5;
  }

  .map-downloads-download-area {
      margin-top: 10px;
      align-items: center;
  }

  .map-downloads-pdf-info {
      flex: 1;
      gap: 5px;
  }

  .map-downloads-link-text {
      font-size: 0.75rem;
  }

.map-downloads-btn-arrow .material-symbols-outlined {
  width: 38px;
  height: 38px;
  font-size: 28px;
  margin-left: 10px;
  }

/* --- プラットフォーム概要 --- */
  .platform-overview{
    padding: 20px 30px;
  }
  
.platform-overview .section-title{
  font-size: 1.5rem;
}

.platform-overview-grid {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
  
    .platform-overview-card {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 15px 20px;
        min-height: 80px;
    }
  
    .platform-overview-card-top {
        height: 50px;
        width: 60px;
        margin-bottom: 0;
        margin-right: 15px;
    }
  
    .platform-overview-card-illust {
        max-width: 100%;
        max-height: 100%;
    }
  
    .platform-overview-card-bottom {
        flex: 1;
    }
  
    .platform-overview-card-text {
        font-size: 1.1rem;
    }
  
    .platform-overview-icon-arrow.material-symbols-outlined {
        margin-left: auto;
    }

  /* --- プラットフォーム全体会議 --- */
.meeting{
  padding: 40px 30px;
}

.meeting-title{
  font-size: 1.5rem;
}

.material-symbols-outlined{
  font-size: 0.875rem;
}

.meeting-flex {
      flex-direction: column;
  }

  .meeting-list:first-child {
      padding-right: 0;
      border-right: none;
      margin-bottom: 20px;
  }

  .meeting-list:last-child {
      padding-left: 0;
  }

/* --- 体験プログラム実施報告 --- */
  .reports {
      padding: 40px 20px;
  }

  .reports-outer-box {
      padding: 50px 15px 30px;
      border-radius: 20px;
      margin-top: 20px;
  }

  .reports-title {
      font-size: 1.5rem;
      left: 20px;
      top: -18px;
      padding: 0 10px;
      white-space: nowrap;
  }

  .reports-grid {
      flex-direction: column;
      gap: 20px;
  }

  .reports-card {
      width: 100%;
  }

  .reports-card-image{
    padding: 15px;
  }

  .reports-card-image img {
      height: auto;
  }

  .reports-card-body {
      padding: 5px 15px 15px;
  }

  .reports-card-name {
      font-size: 1.05rem;
  }

  .reports-circle-arrow .material-symbols-outlined {
      font-size: 28px;
  }

/* --- お問い合わせ --- */
  .contact {
      padding: 60px 20px;
  }

  .contact-title {
      font-size: 1.5rem;
  }

  .contact-lead {
      font-size: 0.9rem;
      text-align: left;
  }

  .contact-btn-main, 
  .contact-btn-outline {
      font-size: 1.0rem;
      height: 55px;
  }
}


/* ==========================================================================
   お知らせページ
   ========================================================================== */
.p-breadcrumb {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-breadcrumb li {
  font-size: 0.875rem;
  color: var(--text-color);
  display: flex;
  align-items: center;
}

.p-breadcrumb li:not(:last-child)::after {
  content: "chevron_right";
  font-family: 'Material Symbols Outlined';
  margin: 0 0.5rem;
  font-size: 1rem;
  color: #ccc;
}

.p-breadcrumb a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s;
}

.p-breadcrumb a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.news-page {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.news-page .section-title {
  margin-bottom: 3.75rem;
}

.news-page .news-list {
  border-top: 1px solid #ccc;
  margin-bottom: 4rem;
}

   .p-page-back {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
  }
  
  .back-btn {
    display: flex;
    width: 130px;
    align-items: center;
    gap: 0.75rem; 
    background: #fff;
    color: var(--text-color);
    padding: 0.125rem;
    border-radius: 2.5rem;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: bold;
    border: 1.5px solid var(--primary-color);
    transition: all 0.3s ease;
    box-sizing: border-box;
  }
  
  .back-btn .material-symbols-outlined {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    width: 2.5rem; 
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem; 
    font-weight: 600;
    padding-right: 0.125rem;
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }
  
  .back-btn:hover {
    background-color: var(--bg-light-green);
    transform: translateY(-2px);
  }
  
  .back-btn:hover .material-symbols-outlined {
    transform: translateX(-4px);
  }

/* レスポンシブ */
@media (max-width: 768px) {
  .news-page {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }

  .news-page .section-title {
    margin-bottom: 2rem;
  }

  .p-page-back .contact-btn-outline {
    max-width: 100%;
  }
}