/*
Theme Name: Lightning Child
Template: lightning
*/

/* ========================================
   みかもレンタカー カスタムCSS
   v6 — 2026-03-26 ヘッダー・ページタイトル・ヒーロー見出しのレイアウト調整
   ======================================== */

:root {
  --primary: #1a5276;
  --primary-light: #2980b9;
  --accent: #e67e22;
  --accent-hover: #d35400;
  --dark: #1c2833;
  --gray-900: #2c3e50;
  --gray-700: #566573;
  --gray-200: #eaecee;
  --gray-100: #f8f9fa;
  --white: #ffffff;
  --radius: 12px;
  --shadow: 0 4px 24px rgba(0,0,0,0.08);
  --shadow-hover: 0 8px 32px rgba(0,0,0,0.12);
}

/* --- Base --- */
body {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', sans-serif;
  color: var(--gray-900);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* --- Header（サイト名＋グローバルナビ） --- */
.site-header {
  background: var(--white) !important;
  box-shadow: 0 1px 8px rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(26, 82, 118, 0.08);
}

.site-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 16px;
  min-height: 52px;
  padding-top: max(8px, env(safe-area-inset-top, 0px));
  padding-bottom: 8px;
  padding-left: max(0px, env(safe-area-inset-left, 0px));
  padding-right: max(0px, env(safe-area-inset-right, 0px));
}

.site-header-logo {
  margin: 0 !important;
  flex: 1 1 auto;
  min-width: 0;
}

.site-header-logo a {
  display: block;
  color: var(--primary) !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: clamp(13px, 3.4vw, 18px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.site-header-logo a:hover {
  color: var(--primary-light) !important;
  opacity: 0.95;
}

.site-header-logo a span {
  display: block;
}

.site-header-logo img {
  max-height: 40px;
}

#global-nav {
  flex: 0 0 auto;
}

.global-nav-list .global-nav-name {
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* 下層ページ：ページ見出し */
.page-header {
  background: linear-gradient(180deg, #f4f7f9 0%, #ffffff 55%);
  border-bottom: 1px solid var(--gray-200);
  margin: 0 0 8px;
}

.page-header-inner.container {
  padding-top: 0.85rem !important;
  padding-bottom: 0.85rem !important;
  padding-left: max(16px, env(safe-area-inset-left, 0px)) !important;
  padding-right: max(16px, env(safe-area-inset-right, 0px)) !important;
}

.page-header-title {
  margin: 0 !important;
  padding: 0 16px;
  font-size: clamp(1.25rem, 4vw, 1.65rem) !important;
  font-weight: 700 !important;
  color: var(--primary) !important;
  letter-spacing: -0.02em;
  line-height: 1.25;
  text-align: center;
}

@media (min-width: 769px) {
  .page-header-title {
    text-align: left;
    padding-left: 4px;
  }
}

/* ============================================================
   Hero Section (consolidated — background + overlay + text)
   ============================================================ */
.hero-section {
  position: relative;
  padding: clamp(22px, 4vw, 54px) 16px;
  background-image: url("https://mikamo-rentacar.jp/wp-content/uploads/2026/03/eyecatch-rentacar-carsta.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  border-radius: 18px;
  overflow: hidden;
  margin: 16px auto 24px;
  max-width: 1100px;
  text-align: center;
}

/* 背景写真が見えるようオーバーレイは控えめ（上はやや濃く文字用／下は薄く車両が見える） */
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.48) 0%,
    rgba(0,0,0,.36) 45%,
    rgba(0,0,0,.26) 100%
  );
  z-index: 0;
  pointer-events: none;
}

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

.hero-inner {
  max-width: 720px;
  margin: 0 auto;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(8px);
  margin: 0 0 14px;
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.5), 0 4px 12px rgba(0,0,0,.4) !important;
}

.hero-title {
  font-size: clamp(28px, 5.2vw, 46px);
  font-weight: 900 !important;
  line-height: 1.08;
  margin: 0 0 12px;
  letter-spacing: -0.03em;
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.5), 0 4px 12px rgba(0,0,0,.4) !important;
}

.hero-subtitle {
  font-size: clamp(14px, 2.6vw, 18px);
  margin: 0 0 14px;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  opacity: .96;
  text-shadow: 0 1px 2px rgba(0,0,0,.5), 0 4px 12px rgba(0,0,0,.4) !important;
}

.hero-lead {
  font-size: clamp(14px, 2.7vw, 18px);
  line-height: 1.55;
  margin: 0 0 16px;
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.5), 0 4px 12px rgba(0,0,0,.4) !important;
}

.hero-lead strong {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.5);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 6px;
}

.hero-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .01em;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
  transition: all 0.2s;
}

/* Web予約：白地だと環境によって文字色が白のまま残り白抜けになるため、アクセント色で統一 */
.hero-cta .btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border-color: rgba(255,255,255,.45) !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.22), 0 4px 16px rgba(230,126,34,0.35);
}
.hero-cta .btn-primary:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.hero-cta .btn-secondary {
  background: rgba(11,27,43,.55) !important;
  color: #ffffff !important;
}
.hero-cta .btn-secondary:hover {
  background: rgba(11,27,43,.7);
}

/* --- Buttons (standalone, outside hero) --- */
.btn-primary {
  display: inline-block;
  background: var(--accent);
  color: var(--white) !important;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 4px 16px rgba(230,126,34,0.3);
}

.btn-primary:hover {
  background: var(--accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(230,126,34,0.4);
  color: var(--white) !important;
}

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--white) !important;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.5);
  transition: all 0.3s;
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--white);
  color: var(--white) !important;
}

.btn-large {
  font-size: 24px;
  padding: 20px 48px;
}

/* ============================================================
   Sections
   ============================================================ */
section {
  padding: 80px 20px;
}

section:nth-child(even) {
  background: var(--gray-100);
}

.section-title {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 900;
  text-align: center;
  margin-bottom: 16px;
  color: var(--dark);
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: var(--accent);
  margin: 16px auto 0;
  border-radius: 2px;
}

.section-lead {
  text-align: center;
  font-size: 16px;
  color: var(--gray-700);
  margin-bottom: 48px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* --- Feature Cards --- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.feature-card {
  background: var(--white);
  padding: 36px 28px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.feature-icon {
  font-size: 40px;
  margin-bottom: 16px;
}

.feature-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--primary);
}

.feature-card p {
  font-size: 14px;
  color: var(--gray-700);
  line-height: 1.8;
}

/* --- Pricing Tables --- */
.pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  margin: 32px 0 16px;
  background: #fff;
}

.pricing-table thead {
  background: var(--primary);
  color: var(--white);
}

.pricing-table th {
  font-weight: 700;
  padding: 14px 16px;
  text-align: center;
  font-size: 15px;
}

.pricing-table td {
  padding: 14px 16px;
  text-align: center;
  font-size: 15px;
}

.pricing-table tbody tr {
  background: var(--white);
  transition: background 0.2s;
}

.pricing-table tbody tr:nth-child(even) {
  background: var(--gray-100);
}

.pricing-table tbody tr:hover {
  background: #ebf5fb;
}

.pricing-note {
  font-size: 13px;
  color: var(--gray-700);
  text-align: center;
}

.table-heading {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  margin: 32px 0 0;
}

/* --- Use Cases --- */
.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.use-case {
  background: var(--white);
  padding: 32px;
  border-radius: var(--radius);
  border-left: 4px solid var(--accent);
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}

.use-case:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}

.use-case h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--dark);
}

.use-case p {
  font-size: 14px;
  color: var(--gray-700);
  line-height: 1.8;
}

/* --- FAQ --- */
.faq-list {
  max-width: 800px;
  margin: 40px auto 0;
}

.faq-item {
  background: var(--white);
  padding: 28px 32px;
  margin-bottom: 16px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.faq-q {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
}

.faq-a {
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.8;
}

/* FAQ Accordion */
.section-faq .faq-item {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  margin: 10px 0;
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.section-faq .faq-item:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,.1);
}

.section-faq .faq-q {
  margin: 0;
  padding: 16px 18px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  user-select: none;
  transition: background 0.15s;
}

.section-faq .faq-q:hover {
  background: rgba(0,0,0,.02);
}

.section-faq .faq-q::after {
  content: "+";
  font-weight: 900;
  font-size: 20px;
  opacity: .5;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}

.section-faq .faq-item.is-open .faq-q::after {
  content: "-";
  opacity: .7;
}

.section-faq .faq-a {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--gray-700);
  line-height: 1.7;
}

.section-faq .faq-item.is-collapsed .faq-a {
  display: none;
}

/* --- Access Info --- */
.access-info {
  max-width: 700px;
  margin: 40px auto 0;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-table th,
.info-table td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--gray-200);
  text-align: left;
  font-size: 15px;
}

.info-table th {
  width: 140px;
  font-weight: 700;
  color: var(--primary);
  background: var(--gray-100);
}

.info-table a {
  color: var(--primary-light);
  text-decoration: none;
}

.info-table a:hover {
  text-decoration: underline;
}

/* --- Group Links --- */
.group-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.group-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: 2px solid var(--primary);
  border-radius: 50px;
  color: var(--primary) !important;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
  min-height: 48px;
}

.group-link:hover {
  background: var(--primary);
  color: var(--white) !important;
}

/* --- CTA Bottom --- */
.section-cta-bottom {
  background: linear-gradient(135deg, var(--primary) 0%, var(--dark) 100%) !important;
  color: var(--white);
  text-align: center;
  padding: 80px 20px;
}

.section-cta-bottom h2 {
  color: var(--white);
  font-size: 28px;
  margin-bottom: 16px;
}

.section-cta-bottom p {
  opacity: 0.9;
  margin-bottom: 24px;
}

.cta-buttons {
  margin: 32px 0 24px;
}

.cta-note {
  font-size: 14px;
  opacity: 0.7;
}

/* --- Contact Page --- */
.contact-page {
  padding: 40px 0;
}

.contact-lead {
  text-align: center;
  font-size: 16px;
  color: var(--gray-700);
  margin-bottom: 48px;
}

.contact-methods {
  max-width: 500px;
  margin: 0 auto 48px;
}

.contact-card {
  background: var(--gray-100);
  padding: 48px;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow);
}

.contact-card h2 {
  font-size: 18px;
  margin-bottom: 16px;
  color: var(--dark);
}

.phone-number {
  display: block;
  font-size: 36px;
  font-weight: 900;
  color: var(--primary) !important;
  text-decoration: none;
  margin-bottom: 12px;
}

.contact-info {
  max-width: 600px;
  margin: 0 auto;
}

.contact-info h2 {
  font-size: 20px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--accent);
}

/* --- Footer --- */
.site-footer {
  background: var(--dark) !important;
  color: rgba(255,255,255,0.7) !important;
}

.site-footer a {
  color: rgba(255,255,255,0.8) !important;
}

/* --- Lightning Overrides --- */
.entry-body {
  padding: 0 !important;
  max-width: 100% !important;
}

.main-section {
  padding: 0 !important;
}

.entry-body > .wp-block-html {
  max-width: 100% !important;
}

.page .entry-header {
  display: none;
}

/* --- Sticky CTA (base — display controlled by inline CSS in functions.php) --- */
.mikamo-sticky-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  display: none;
  gap: 8px;
  z-index: 99990;
}

/* --- Smooth Scroll --- */
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

/* ============================================================
   Responsive: Desktop (769px+)
   ============================================================ */
@media (min-width: 769px) {
  .hero-section {
    min-height: 70vh;
    padding: 120px 40px 60px;
  }
}

/* ============================================================
   Responsive: Tablet & Mobile (768px and below)
   ============================================================ */
@media (max-width: 768px) {
  /* Hero */
  .hero-section {
    min-height: 64vh;
    padding: 72px 18px 36px;
    background-position: center top;
  }
  .hero-label { font-size: 11px; margin-bottom: 10px; padding: 6px 12px; }
  .hero-title { font-size: 24px; line-height: 1.22; margin-bottom: 8px; letter-spacing: -0.03em; }
  .hero-subtitle { font-size: 14px; margin-bottom: 10px; }
  .hero-lead { font-size: 13px; line-height: 1.6; }
  .hero-cta {
    margin-top: 16px;
    flex-direction: column;
    gap: 8px;
  }
  .hero-cta a,
  .hero-cta .btn,
  .hero-cta .wp-block-button__link {
    width: 100% !important;
    text-align: center;
    padding: 12px 14px;
    font-size: 15px;
    min-height: 48px;
  }

  /* Sections */
  section { padding: 60px 16px; }

  /* Pricing */
  .pricing-table { font-size: 13px; }
  .pricing-table th,
  .pricing-table td { padding: 12px 8px; }

  /* Buttons — 48px min touch target */
  .btn-large { font-size: 20px; padding: 16px 32px; }
  .btn-primary,
  .btn-secondary,
  .group-link,
  .mikamo-sticky-cta a {
    min-height: 48px;
    font-size: 16px;
  }

  /* Mobile nav tap targets */
  .vk-mobile-nav a,
  #vk-mobile-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 12px 16px;
  }

  /* Sticky CTA position */
  .mikamo-sticky-cta {
    left: 12px;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  }

  /* FAQ */
  .faq-item { padding: 20px 16px; margin-bottom: 10px; }
  .section-faq .faq-q { font-size: 15px; padding: 14px 14px; }
  .section-faq .faq-a { font-size: 14px; padding: 0 14px 14px; }

  /* Pricing table: horizontal scroll between 601-768px */
  .section-pricing .pricing-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* ============================================================
   Responsive: Small Mobile (600px and below)
   ============================================================ */
@media (max-width: 600px) {
  /* Section spacing */
  section { padding: 48px 16px; }
  .section-title { font-size: 22px; margin-bottom: 12px; }
  .section-lead { font-size: 14px; margin-bottom: 32px; }

  /* Feature cards: horizontal layout on mobile */
  .features-grid { grid-template-columns: 1fr; gap: 16px; }
  .feature-card {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 20px;
    gap: 16px;
  }
  .feature-icon { font-size: 32px; margin-bottom: 0; flex-shrink: 0; }
  .feature-card h3 { margin-bottom: 4px; }

  /* Pricing tables: card view */
  .pricing-table { overflow: visible; }
  .pricing-table thead { display: none; }
  .pricing-table,
  .pricing-table tbody,
  .pricing-table tr,
  .pricing-table td {
    display: block;
    width: 100%;
  }
  .pricing-table tr {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    margin-bottom: 12px;
    padding: 16px;
  }
  .pricing-table td {
    text-align: left;
    padding: 5px 0;
    border: none;
    font-size: 15px;
  }
  /* First column = card heading (class name / item name) */
  .pricing-table td:first-child {
    font-weight: 700;
    font-size: 16px;
    color: var(--dark);
    padding-bottom: 8px;
    border-bottom: 1px solid var(--gray-200);
    margin-bottom: 8px;
  }
  /* Labels for 6-column table (columns 3+: time-based pricing) */
  .pricing-table td:nth-child(n+3)::before {
    display: block;
    font-weight: 700;
    font-size: 11px;
    color: var(--primary);
    margin-bottom: 1px;
    letter-spacing: .02em;
  }
  .pricing-table td:nth-child(3)::before { content: "6時間"; }
  .pricing-table td:nth-child(4)::before { content: "12時間"; }
  .pricing-table td:nth-child(5)::before { content: "24時間"; }
  .pricing-table td:nth-child(6)::before { content: "以降12時間毎"; }

  /* Use cases */
  .use-cases-grid { grid-template-columns: 1fr; gap: 12px; }
  .use-case { padding: 20px 16px; }
  .use-case h3 { font-size: 16px; }

  /* Access info table: block layout */
  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .info-table th {
    padding-bottom: 2px;
    border-bottom: none;
    background: transparent;
    font-size: 13px;
  }
  .info-table td {
    padding-top: 0;
    padding-bottom: 14px;
    font-size: 15px;
  }
}

/* ============================================================
   Responsive: Extra Small (480px and below)
   ============================================================ */
@media (max-width: 480px) {
  /* Hero: full-bleed, shorter for small screens */
  .hero-section {
    border-radius: 0;
    margin: 0 0 18px;
    min-height: 56vh;
    padding: 56px 16px 32px;
  }
  .hero-cta { flex-direction: column; align-items: stretch; }

  /* Tighter line-height for small screens */
  body { line-height: 1.65; }
  .faq-a,
  .use-case p,
  .feature-card p { line-height: 1.6; }

  /* Phone number tap target */
  .phone-number {
    font-size: 28px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* CTA bottom */
  .section-cta-bottom { padding: 48px 16px; }
  .section-cta-bottom h2 { font-size: 22px; }

  /* Contact card */
  .contact-card { padding: 32px 20px; }

  /* Group links: stack vertically */
  .group-links { flex-direction: column; align-items: stretch; }
  .group-link { text-align: center; }
}

/* ============================================================
   Animations (respect prefers-reduced-motion)
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  .feature-card,
  .use-case,
  .faq-item {
    animation: fadeInUp 0.4s ease-out both;
  }
  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

/* v5 モバイル：ノッチ・ホームバー対策・ヒーロー余白 */
@media (max-width: 768px) {
  .hero-section {
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
    padding-bottom: max(28px, calc(24px + env(safe-area-inset-bottom, 0px)));
  }
  .hero-cta a {
    min-height: 48px;
    box-sizing: border-box;
  }
}

/* 最終上書き：ヒーロー内 .btn-primary だけ他セクションの .btn-primary（白文字）より必ず優先 */
section.hero-section .hero-cta a.btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
