@charset "utf-8";

/* =================================================================
   Mobile Responsive Styles (max-width: 768px)
   ================================================================= */

/* Base Mobile Styles */
body {
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
}


/*** ｢数字でわかるテスト他社との違い｣セクションをオフにする場合は以下を有効化 ***/
/*
#hidden {display: none;}
*/


a.anknone {
	text-decoration: none;
}

/* Show mobile line breaks, hide desktop inline text */
.sp-yrxy {
  display: none;
}
.sp-br {
  display: block;
}

.no-mobile {
  display: none !important;
}

/* 実績カードでno-mobileクラスを持つものを確実に非表示 */
.case-card.no-mobile {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* より具体的なセレクター */
.case-studies-slider .case-card.no-mobile {
  display: none !important;
}
/* =================================================================
   Header Mobile Styles
   ================================================================= */
.header-container {
  padding: 12px 20px;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: space-between;
}

.header-left {
  gap: 12px;
  justify-content: flex-start;
}

.logo {
  height: 40px;
}

.text-line1 {
  font-size: 12px;
}

.text-line2 {
  font-size: 10px;
}

.header-right {
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header-text {
  display: none;
}

.cta-btn {
  padding: 8px 16px;
  border-radius: 20px;
  min-width: 50px;
  width: 50px;
  height: 40px;
  box-shadow: 0 3px 8px rgba(244, 127, 44, 0.3);
  transition: all 0.3s ease;
}

.cta-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(244, 127, 44, 0.4);
}

.cta-btn.contact {
  box-shadow: 0 3px 8px rgba(244, 127, 44, 0.2);
}

.cta-btn.contact:hover {
  box-shadow: 0 4px 12px rgba(244, 127, 44, 0.3);
}

.btn-text {
  font-size: 12px;
  display: none;
}

.btn-icon {
  display: block;
  width: 20px;
  height: 20px;
}

.cta-btn.contact .btn-icon {
  background-image: url('img/mail_b.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
}

.cta-btn:not(.contact) .btn-icon {
  background-image: url('img/dl.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
}

/* =================================================================
   Main Content Mobile Styles
   ================================================================= */
main {
  margin-top: 70px;
}

.container {
  padding: 0 20px;
}

/* First View Section */
.first-view {
  padding: 40px 0;
  text-align: center;
}

.first-view::before,
.first-view::after {
  display: none; /* Hide background images on mobile */
}

.main-title {
  font-size: 9.7vw;
  margin-bottom: 16px;
  white-space: normal;
  line-height: 1.3;
}

.sub-title {
  font-size: 5vw;
  margin-bottom: 40px;
  white-space: normal;
  line-height: 1.4;
}

/* Content Section - Stack vertically */
.content-section {
  margin-top: 40px;
  flex-direction: column;
  gap: 30px;
}

.left-column,
.right-column {
  flex: none;
  padding: 0;
}

.right-column::before {
  display: none; /* Remove orange background on mobile */
}

/* Mobile First View Reordering */
.left-column {
  order: 2; /* Move left column content after video */
}

.right-column {
  order: 1; /* Move video section first */
  margin-bottom: 0px;
}

/* Reorder elements within left column */
.reason-content {
  order: 1; /* 3,500社がQAパートナーに選んだ理由とは？ */
  margin-bottom: 0px;
	gap:0
}

.industry-experience-inline {
  order: 2; /* 検証業界歴30年以上 */
  margin-bottom: 0px;
}
.column-title {
  font-size: 4.2vw;
  text-align: center;
  margin-bottom: -25px;
}

/* Reason Content - Stack vertically */
.reason-content {
  flex-direction: row;
  gap: 0px;
  margin-bottom: 0px;
}

.reason-item_1 {
  padding: 5px 10px;
  min-height: 150px;
  font-size: 10px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: -20px;
}

.highlight1-2 {
  font-size: 3.9vw;
}
.highlight1-3 {
  font-size: 2.2vw;
}
.reason-item_2 {
  padding: 5px 10px;
  min-height: 150px;
  font-size: 10px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: -20px;
  line-height: 20.8px;
}
.reason-item_3 {
  padding: 5px 10px;
  min-height: 150px;
  font-size: 10px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: -20px;
  line-height: 13.8px;
}
.highlight2-1 {
  font-size: 2.4vw;
}
.highlight2-2 {
  font-size: 3.9vw;
}
.highlight2-3 {
  font-size: 2.0vw;
}
.highlight1-1 {
  font-size: 1em;
}
.highlight1-1 {
  font-size: 0.6em;
}

.highlight3-1 {
  font-size: 3.9vw;
}
.highlight3-2 {
  font-size: 2.5vw;
}
.highlight3-3 {
  font-size: 3.0vw;
}
.highlight3-4 {
  font-size: 3.9vw;
}

/* Industry Experience */
.industry-title-inline {
  font-size: 9vw;
  text-align: center;
  margin-bottom: 10px;
}
.industry-card-inline {
  margin-top: -15px;
}
.industry-description-inline {
  font-size: 3.5vw;
  text-align: center;
  line-height: 1.6;
  padding: 0 10px;
}

/* Video Container */
.video-container {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* CTA Section */
.cta-section {
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  align-items: center;
  order: 3; /* Move CTA to the end */
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  margin: 40px 0 0;
}

.main-cta-btn {
  padding: 16px 32px;
  font-size: 16px;
  min-width: 280px;
  gap: 16px;
  border-radius: 30px;
  box-shadow: 0 6px 16px rgba(244, 127, 44, 0.3);
  transition: all 0.3s ease;
}

.main-cta-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(244, 127, 44, 0.4);
}

.main-cta-btn.contact {
  box-shadow: 0 6px 16px rgba(244, 127, 44, 0.2);
}

.main-cta-btn.contact:hover {
  box-shadow: 0 8px 20px rgba(244, 127, 44, 0.3);
}

.main-btn-icon {
  width: 20px;
  height: 20px;
}

.cta-description {
  margin-top: 20px;
}

.cta-description-text {
  font-size: 3.2vw;
}

.cta-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: relative;
}
.say-left-l {
	position: absolute;
	left: -10px;
	top: 10px;
	width: 7%;
}
.say-right-l {
	position: absolute;
	right: -10px;
	top: 10px;
	width: 7%;
}
.say-left-r {
	position: absolute;
	left: -10px;
	top: 10px;
	width: 7%;
}
.say-right-r {
	position: absolute;
	right: -10px;
	top: 10px;
	width: 7%;
}

.say-left-l-final {
	position: absolute;
	left: -10px;
	top: -50px;
	width: 7%;
}
.say-right-l-final {
	position: absolute;
	right: -10px;
	top: -50px;
	width: 7%;
}
.say-left-r-final {
	position: absolute;
	left: -10px;
	top: 0px;
	width: 7%;
}
.say-right-r-final {
	position: absolute;
	right: -10px;
	top: 0px;
	width: 7%;
}
/* =================================================================
   Clients Section Mobile
   ================================================================= */
.clients-section {
  padding: 40px 0 20px;
}

.client-logo {
  width: 150px;
  /* transform: scale(1.05); */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-150px * 4));
  }
}

/* =================================================================
   Renewal Rate Section Mobile
   ================================================================= */
.renewal-rate-section {
  padding: 30px 0;
}

.renewal-content {
  flex-direction: column;
  gap: 20px;
  padding: 0 20px;
}

.renewal-left {
  flex: none;
  order: 2;
}

.renewal-left::before {
  left: -100vw;
  right: -100vw;
  border-radius: 0;
}

.renewal-title {
  font-size: 32px;
  text-align: center;
  padding: 20px;
}

.renewal-highlight1 {
  font-size: 12.5vw;
}
.renewal-highlight2 {
  font-size: 24vw;
}

.renewal-highlight3 {
  font-size: 17vw;
}

.renewal-right {
  flex: none;
  order: 1;
  padding-bottom: 30px;
  margin-top: -20px;
}

.graph-image {
  max-width: 100%;
  height: auto;
}

/* Renewal Subtitle */
.renewal-subtitle-container {
  margin: 60px auto 20px;
  padding: 0 20px;
}

.renewal-subtitle1 {
  font-size: 4.5vw;
}

.renewal-subtitle2 {
  font-size: 9vw;
  margin: 0px 0 10px;
}

/**.renewal-subtitle2::after {
  border-left-width: 22px;
  border-right-width: 22px;
  border-top-width: 20px;
}
.renewal-subtitle2::before {
  border-left-width: 22px;
  border-right-width: 22px;
  border-top-width: 18px;
}**/

.renewal-subtitle2::after {
  content: '';
  position: absolute;
  bottom: -39px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #F47F2C;
}

.renewal-subtitle2::before {
  content: '';
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  z-index: 1;
}

.qa-solutions-title-up {
  font-size: 4.5vw;
}

/* =================================================================
   Case Studies Mobile
   ================================================================= */
.case-studies-section {
  display: block !important;
  visibility: visible !important;
}

.case-studies-container {
  padding: 0 20px;
  overflow: hidden;
}

.case-studies-slider {
  display: flex !important;
  flex-direction: row !important;
  gap: 20px;
  transform: translateX(0) !important;
  transition: transform 0.5s ease !important;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.case-studies-slider::-webkit-scrollbar {
  display: none;
}

.case-card {
  display: flex !important;
  flex: 0 0 85% !important;
  width: 85% !important;
  height: auto;
  min-height: 650px;
  transform: none !important;
  opacity: 1 !important;
  margin-bottom: 0;
  margin-right: 20px;
  position: relative !important;
  visibility: visible !important;
  padding: 15px 15px;
  scroll-snap-align: center;
}

.case-card:last-child {
  margin-right: 0;
}

.case-card.clone {
  display: flex !important;
}

.case-card.active {
  transform: none !important;
}

.case-header {
  font-size: 3vw;
}

.case-main {
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.case-main {
  gap: 15px;
  margin-bottom: 15px;
}

.case-left {
  order: 2;
  margin-bottom: 0;
  padding-bottom: 0;
}

.case-right {
  order: 1;
  flex: none;
  align-self: center;
	max-height: 60%;
}

.case-title {
  font-size: 20px;
  text-align: left;
  margin-bottom: -5px;
}
.case-highlight {
	font-size: 4.1vw;
}
.case-highlight-large {
	font-size: 4.1vw;
}
.case-highlight-large_s {
	font-size: 4.6vw;
}

.case-photo-img {
  width: 120px;
  height: 120px;
}

.photo-placeholder {
  width: 120px;
  height: 120px;
}

.case-details {
  flex-direction: column;
  gap: 15px;
  margin-bottom: 0px;
}

.case-before,
.case-after {
  margin-bottom: 10px;
}

.detail-label {
  font-size: 12px;
  text-align: center;
  display: block;
  margin-bottom: 8px;
}

.detail-list li {
  font-size: 11px;
  text-align: left;
  margin-bottom: 4px;
}

.case-voice {
  padding-top: 0px;
  margin-top: 0px;
  border-top: none;
}

.case-voice {
  padding-top: 0px;
  margin-top: 0px;
  border-top: none;
}

.voice-label {
  font-size: 4vw;
  justify-content: center;
}

.voice-text {
  font-size: 2.5vw;
  text-align: left;
}

.slider-controls {
  display: none; /* Hide slider controls on mobile since cards are stacked */
}

/* =================================================================
   QA Solutions Mobile
   ================================================================= */
.qa-solutions-section {
  padding: 40px 0 60px;
  margin-top: 40px;
  background-color: #ffffff !important;
  background-image: 
    radial-gradient(circle at 1px 1px, rgba(244, 127, 44, 0.35) 1px, transparent 0) !important;
  background-size: 15px 15px !important;
}

.qa-solutions-section::before {
  display: none !important;
}

.qa-solutions-section > * {
  position: relative !important;
  z-index: 1 !important;
}

.qa-solutions-header {
  margin-bottom: 40px;
}

.qa-solutions-title {
  font-size: 7.2vw;
}

.qa-solutions-subtitle {
  font-size: 6vw;
  text-decoration-thickness: 4px;
}

/**.qa-solutions-subtitle::after {
  border-left-width: 22px;
  border-right-width: 22px;
  border-top-width: 22px;
}
.qa-solutions-subtitle::before {
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
}**/

.qa-solutions-subtitle::after {
  content: '';
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #F47F2C;
}

.qa-solutions-subtitle::before {
  content: '';
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  z-index: 1;
}


.solution-item {
  margin-bottom: 30px;
  padding: 30px 15px;
}

.solution-heading {
  font-size: 4.7vw;
  flex-direction: column;
  text-align: center;
  gap: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.solution-number {
  width: 30px;
  height: 30px;
  font-size: 16px;
}

.solution-content {
  flex-direction: column;
  gap: 20px;
}

.solution-image {
  flex: none;
  order: 1;
}

.solution-text {
  order: 2;
}

.solution-subheading {
  font-size: 18px;
  text-align: center;
}

.solution-description {
  font-size: 14px;
  text-align: center;
}

.solution-note {
  font-size: 11px;
  text-align: center;
}

/* =================================================================
   Competitor Comparison Mobile
   ================================================================= */
.competitor-comparison-section {
  padding: 40px 0 50px;
}

.comparison-title {
  font-size: 5.5vw;
  margin-bottom: 30px;
}

.table-container {
  padding: 0;
  overflow-x: auto;
}

.comparison-table {
  min-width: 600px;
  font-size: 12px;
}

.comparison-table th,
.comparison-table td {
  padding: 12px 8px;
}

.comparison-table th {
  font-size: 14px;
}

.item-header {
  width: 15.5%;
}
.item-cell {
  width: 18.5%;
}

.ptw-header,
.ptw-cell {
  width: 24%;
}

.ptw-header {
  font-size: 16px;
}

.ptw-cell {
  font-size: 15px;
}

.competitor-header,
.competitor-cell {
  width: 16%;
}

/* =================================================================
   QA Coverage Mobile
   ================================================================= */
/* 対応領域の行のみ左寄せ（3行目が対応領域） */
.comparison-table tr:nth-child(3) .ptw-cell,
.comparison-table tr:nth-child(3) .competitor-cell {
  text-align: left;
  padding-left: 12px;
}

.qa-coverage-section {
  background-color: #ffffff !important;
  background-image: 
    linear-gradient(rgba(244, 127, 44, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 127, 44, 0.12) 1px, transparent 1px) !important;
  background-size: 12px 12px !important;
}

.qa-coverage-section::before {
  display: none !important;
}

.qa-coverage-section > * {
  position: relative !important;
  z-index: 1 !important;
}

.qa-coverage-section {
  padding: 40px 0 40px;
}

.qa-coverage-title {
  font-size: 24px;
  margin-bottom: 30px;
}

.coverage-grid {
  grid-template-columns: 1fr;
  grid-template-rows: none;
  gap: 20px;
  margin-bottom: 30px;
}

.coverage-item {
  padding: 20px;
}

.coverage-header {
  gap: 15px;
}

.icon-space {
  width: 40px;
  height: 40px;
}

.coverage-heading {
  font-size: 18px;
}

.coverage-sub {
  font-size: 16px;
}

.coverage-description {
  font-size: 14px;
}

.coverage-note {
  font-size: 12px;
  margin-top: 30px;
}

/* =================================================================
   Implementation Flow Mobile
   ================================================================= */
.implementation-flow-section {
  padding: 40px 0;
}

.implementation-flow-title {
  font-size: 24px;
}

.implementation-flow-subtitle {
  font-size: 14px;
  padding: 0 20px;
	margin-bottom: -50px;
}

.flow-steps {
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.step-item {
  max-width: 100%;
  width: 100%;
}

.step-content {
  margin-top: 15px;
  padding: 20px;
  height: auto;
}

.step-number {
  font-size: 14px;
  padding: 4px 20px;
  top: -8px;
  left: 20px;
}

.step-heading {
  font-size: 20px;
}

.step-icon-placeholder {
  width: 120px;
  height: 120px;
}

.step-description {
  font-size: 14px;
  text-align: center;
}

.step-arrow {
  display: none; /* Hide arrows on mobile */
}

/* =================================================================
   FAQ Mobile
   ================================================================= */
.faq-section {
  padding: 40px 0;
}

.faq-title {
  font-size: 24px;
}

.faq-list {
  padding: 0 20px;
}

.faq-question {
  padding: 16px 20px;
  gap: 15px;
}

.question-text {
  font-size: 14px;
}

.faq-icon {
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.faq-item.active .faq-answer {
  height: auto;
  opacity: 1;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.2s ease 0.1s;
}

.faq-answer {
  height: 0;
  opacity: 0;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: height, opacity;
}

.faq-answer-content {
  padding: 16px 20px;
  transition: opacity 0.2s ease;
  box-sizing: border-box;
}

.faq-item .faq-answer .faq-answer-content {
  padding: 16px 20px !important;
  box-sizing: border-box;
}

.faq-item .faq-answer .answer-text {
  padding: 10px 10px;
  margin: 10px;
}

.answer-text {
  font-size: 13px;
  will-change: auto;
  backface-visibility: hidden;
}

/* =================================================================
   CTA Section 2nd Mobile
   ================================================================= */
.cta-section2nd {
  padding: 0px 0 60px;
  margin-top: -40px;
}

.cta-section2nd::before,
.cta-section2nd::after {
  display: none; /* Hide background images on mobile */
}
.cta-section1nd-button {
  gap: 40px;
  flex-direction: column;
  align-items: center;
}
.cta-section2nd-button {
  gap: 40px;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 5;
}

.main-cta-btn-body {
  width: 300px;
  height: 60px;
  font-size: 18px;
  gap: 16px;
  box-shadow: 0 8px 20px rgba(244, 127, 44, 0.4);
  transition: all 0.3s ease;
}

.main-cta-btn-body:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 28px rgba(244, 127, 44, 0.5);
}

.main-cta-btn-body.contact {
  box-shadow: 0 8px 20px rgba(244, 127, 44, 0.3);
}

.main-cta-btn-body.contact:hover {
  box-shadow: 0 12px 28px rgba(244, 127, 44, 0.4);
}

.main-cta-btn {
  padding: 16px 32px;
  font-size: 16px;
  min-width: 280px;
  gap: 16px;
  border-radius: 30px;
  box-shadow: 0 8px 18px rgba(244, 127, 44, 0.4);
  transition: all 0.3s ease;
}

.main-cta-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 24px rgba(244, 127, 44, 0.5);
}

.main-cta-btn.contact {
  box-shadow: 0 8px 18px rgba(244, 127, 44, 0.3);
}

.main-cta-btn.contact:hover {
  box-shadow: 0 12px 24px rgba(244, 127, 44, 0.4);
}

.main-btn-icon-body {
  width: 24px;
  height: 24px;
}

/* モバイル版のaタグボタンスタイル */
a.main-cta-btn-body {
  width: 300px;
  height: 60px;
  font-size: 18px;
  gap: 16px;
  box-shadow: 0 8px 20px rgba(244, 127, 44, 0.4);
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}

a.main-cta-btn-body:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 28px rgba(244, 127, 44, 0.5);
}

a.main-cta-btn-body.contact {
  box-shadow: 0 8px 20px rgba(244, 127, 44, 0.3);
}

a.main-cta-btn-body.contact:hover {
  box-shadow: 0 12px 28px rgba(244, 127, 44, 0.4);
}

a.main-cta-btn-body .main-btn-icon-body {
  width: 24px;
  height: 24px;
}
.cta-button-container {
	padding-top: 0px;
}
.cta-button-container-final {
	padding-top: 50px;
	position: relative;
}
.cta-button-text {
  font-size: 18px;
  padding: 0 20px;
  margin-top: 0;
}
/* =================================================================
   ================================================================= */
.final-cta-section {
  padding: 40px 0;
  margin-bottom: 60px;
}

.final-cta-title-color {
	color: #FB8531;
}
/* 特定のCTAセクションのテキストのみ上部余白を調整 */
.final-cta-section .cta-button-text {
  margin-top: -60px;
}
.final-cta-title {
  font-size: 5vw;
  margin-bottom: 80px;
  padding: 0 20px 40px;
}

/* =================================================================
   Footer Mobile
   ================================================================= */
.footer {
  padding: 30px 0 15px;
}

.footer .container {
  padding: 0 20px;
}

.company-info-row {
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}

.info-label {
  flex: none;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 2px;
}

.info-content {
  flex: none;
  font-size: 12px;
  line-height: 1.6;
  color: #e0e0e0;
  font-weight: normal;
}

.license-item {
  margin-bottom: 3px;
  font-size: 11px !important;
}

.license-item:last-child {
  margin-bottom: 0;
}

.footer-links {
  margin-bottom: 15px;
}

.footer-link {
  color: #ffffff;
  font-size: 12px;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 8px;
}

.footer-link:hover {
  color: #FB8531;
}

.copyright p {
  font-size: 11px;
}

.copyright {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* =================================================================
   Utility Classes for Mobile
   ================================================================= */
.mobile-center {
  text-align: center !important;
}

.mobile-full-width {
  width: 100% !important;
}

.mobile-hidden {
  display: none !important;
}

.mobile-block {
  display: block !important;
}