@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 以下に入力*/

/* ==========================================================
   ■全体設定
========================================================== */

/* フッター前ブロックの余白リセット */
.w-beforeFooter {
    margin-top: 0 !important;
}
/* フッター直前ライン */
.l-footer {
    border-top: 1px solid #ddd;
}

/* パンくずリストを非表示 */
#breadcrumb {
    display: none;
}

/* ブロック見出し H2 */
@media (min-width: 600px) {
    .post_content h2 {
        font-size: 2em;
        font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho ProN",
                     "Hiragino Mincho Pro", "MS PMincho", serif;
        font-weight: 700;       /* 太字をやわらかく */
        letter-spacing: 0.03em; /* 上品に少し字間をあける */
    }
}

/* ブロック見出し H2 注釈（small） */
.post_content .is-style-section_ttl small {
    display: block;
    font-size: 0.5em;
    padding-top: 0.1em;
    color: #70ABDE;
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic",
                 "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

/* -----------------------------------------
   リストのあたまを■に変更
----------------------------------------- */
/* custom-square 専用（他のリストには影響なし） */
ul.custom-square {
  list-style: none;      /* 既定のマーカーを消す */
  margin-left: 0;
  padding-left: 1.6em;   /* テキストのインデント確保 */
}

ul.custom-square li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1em;
}

ul.custom-square li::before {
  content: "■";         /* マーカー */
  position: absolute;
  left: 0;
  top: 0.5em;           /* 縦位置微調整 */
  font-size: 0.8em;     /* 大きさ（調整可） */
  color: var(--color_deep02);       /* 色（自由に変更） */
  line-height: 1;
}


/* -----------------------------------------
   テキストpcのみ中央寄せ
----------------------------------------- */
/* 共通（モバイルは左寄せ）*/
.responsive-text-c {
  text-align: left;
}

/* PCのみ中央寄せ */
@media (min-width: 768px) {
  .responsive-text-c {
    text-align: center;
  }
}



/* ==========================================================
   ■TOPページ
========================================================== */

/* -----------------------------------------
   メインビジュアル
----------------------------------------- */
@media (min-width: 600px) {
    /* メインビジュアルタイトル */
    .p-mainVisual__slideTitle {
        font-size: 3.5em;
        font-weight: 700;
        font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho ProN",
                     "Hiragino Mincho Pro", "MS PMincho", serif;
    }

    /* メインビジュアルテキスト */
    .p-mainVisual__slideText {
        font-size: 1.5em;
        font-weight: 600;
        font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho ProN",
                     "Hiragino Mincho Pro", "MS PMincho", serif;
    }
}

/* -----------------------------------------
   トップページのお知らせ一覧
----------------------------------------- */
.top-newslist {
    width: 90%;
    margin: 0 auto;
}

/* 日付とカテゴリー順序調整 */
.top-newslist .p-postList__cat { order: 1; }
.top-newslist .p-postList__times.c-postTimes.u-thin { order: 2; }

/* アイコン非表示 */
.top-newslist time.c-postTimes__posted.icon-posted::before,
.top-newslist span.p-postList__cat.icon-folder::before {
    display: none;
}

/* 日付とカテゴリー文字サイズ */
.top-newslist .p-postList__cat,
.top-newslist time.c-postTimes__posted {
    font-size: 1em;
}

/* タイトル文字サイズ */
.-type-simple .p-postList__title {
    font-size: 0.9em;
}

/* カテゴリー装飾 */
.top-newslist .p-postList__cat {
    color: #FFFFFF;
    font-weight: 600;
    border: solid 1px var(--color_deep02);
    border-radius: 2px;
    padding: 4px;
    background-color: var(--color_deep02);
}

/* PC：横並び */
.top-newslist .p-postList__body {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* meta幅固定でタイトル頭揃え */
.top-newslist .p-postList__meta {
    width: 150px;
    flex-shrink: 0;
    white-space: nowrap;
}

/* SP：縦並び */
@media (max-width: 767px) {
    .top-newslist .p-postList__body {
        display: block;
    }

    .top-newslist .p-postList__meta {
        width: auto;
        margin-bottom: 5px;
    }
}

/* -----------------------------------------
   事業内容
----------------------------------------- */
.section-business {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

/* 背景を右側まで広げる */
.section-business::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50vw + 600px);
    height: 100%;
    background-color: #e8f0f7;
    z-index: 0;
}

/* 内部コンテンツ */
.section-business .business-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ===== 数字デザイン（共通） ===== */
.service-box {
    position: relative;
    padding-top: 70px !important;
}

.service-box::before {
    content: "01"; /* 各セクションで変更 */
    position: absolute;
    top: -50px;
    font-size: 110px;
    font-weight: 700;
    color: rgba(0, 56, 146, 0.22);
    line-height: 1;
    z-index: 0;
}

.service-box > * {
    position: relative;
    z-index: 1;
}

/* 各サービス番号変更例 */
.service-02::before { content: "02"; }
.service-03::before { content: "03"; }
.service-04::before { content: "04"; }

/* 数字の左右位置調整 */
.wp-block-media-text.has-media-on-the-right .service-box::before {
    left: 0;
    right: auto;
    text-align: left;
}

.wp-block-media-text:not(.has-media-on-the-right) .service-box::before {
    right: 0;
    left: auto;
    text-align: right;
}

/* 導入事例ブロック */
.block_dounyu01 {
    background-color: var(--color_deep02);
    color: #ffffff;
}
.block_dounyu02 {
    background-color: #3383c3;
    color: #ffffff;
}

/* -----------------------------------------
   ビジネスモデルストーリー
----------------------------------------- */
.fullwidth-gradient {
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #ffffff 40%,
        #F0F8FF 100%
    );
    padding: 50px 0;
}

/* -----------------------------------------
   社名の由来と名前
----------------------------------------- */
.text_yurai_m,
.text_yurai_m2 {
    display: inline-block;
    border-radius: 20px;
    font-weight: bold;
    font-size: 1.2em;
    padding: 4px 1em;
}

.text_yurai_m {
    background-color: var(--color_deep02);
    color: #ffffff;
}

.text_yurai_m2 {
    background-color: #ffffff;
    color: var(--color_deep02);
}


/* ==========================================================
   ■ネオサス
========================================================== */

/* -----------------------------------------
   ネオサスメインビジュアル
----------------------------------------- */
/* ネオサステキストに影 */
.text-shadow-n {
    color: #ffffff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}

/* -----------------------------------------
   インプラットの実績
----------------------------------------- */

/* 白ボックスのデザイン */
.stats-columns .swell-block-column {
    background: #fff;
    color: #0c3d6d;
    border-radius: 12px;
    box-shadow: 0 6px 0 rgba(0,0,0,0.08);
    padding: 20px 16px;
    text-align: center;
    box-sizing: border-box;
}

/* ボックス全体の上下スペース */
.stats-columns .swell-block-columns__inner {
    row-gap: 24px;
}

/* テキスト余白 */
.stats-columns .swell-block-column p {
    margin: 6px 0;
}

/* ===== スマホだけ文字サイズを少し小さく ===== */
@media (max-width: 599px) {
    .stats-columns .swell-block-column {
        padding: 20px 14px;
    }
    .stats-columns .swell-block-column p {
        font-size: 0.7em;
    }
}

/* PCだけ：最後の3つを中央寄せにする */
@media (min-width: 1025px) {
  .stats-columns .swell-block-columns__inner {
    justify-content: center; /* 全体を中央寄せ */
  }

  /* 上段4つは左寄せのままに固定 */
  .stats-columns .swell-block-column:nth-child(-n+4) {
    margin-right: 0;
  }

  /* 下段3つだけ幅を固定して中央に並ぶようにする */
  .stats-columns .swell-block-column:nth-last-child(-n+3) {
    flex-basis: calc(25% - 24px); /* 4列と同じ幅をキープ */
    max-width: calc(25% - 24px);
  }
}



/* -----------------------------------------
   インプラットが選ばれる3つの理由
----------------------------------------- */
.three-reasons {
    --rs-border: #70ABDE;
    gap: 28px;
}

.three-reasons.wp-block-columns {
    align-items: stretch;
}

.three-reasons .wp-block-column {
    display: flex;
    flex-direction: column;
}

/* 枠（高さ揃え） */
.three-reasons .three-reasons-head {
    border: 2px solid var(--rs-border);
    border-radius: 8px;
    padding: 5px 24px 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    background: #fff;
    font-size: 1.25em;
    text-align: center;
    color: #005BAC;
    font-weight: 700;
}

/* 本文 */
.three-reasons .three-reasons-body {
    margin-top: 18px;
}

/* スマホ調整 */
@media (max-width: 767px) {
    .three-reasons .three-reasons-head {
        min-height: unset;
        padding: 5px 18px 33px;
    }
}

/* -----------------------------------------
   省エネ計算・ZEB化支援サービス「ネオサス」とは
----------------------------------------- */
/* 枠と全体 */
.rc-cards .rc-box {
    position: relative;
    border: 0px solid #70ABDE;
    background-color: #E8EFF5 !important;
    border-radius: 0;
    padding: 60px 24px 32px;
    background: #fff;
}

/* 数字タブ（白背景付き） */
.rc-cards .rc-box::before {
    content: "01"; /* 各ボックスごとに変更 */
    position: absolute;
    top: -25px;
    left: 20px; /* 右寄せにしたい場合はrightに変更 */
    background: #fff;
    padding: 4px 14px;
    font-size: 2em;
    font-weight: 600;
    color: #70ABDE;
    border: 3px solid #70ABDE;
    border-radius: 4px;
}

/* コンテンツは前面に */
.rc-cards .rc-box > * {
    position: relative;
    z-index: 1;
}

/* 各番号用 */
.rc-cards .rc-box.rc-01::before { content: "01"; }
.rc-cards .rc-box.rc-02::before { content: "02"; }
.rc-cards .rc-box.rc-03::before { content: "03"; }

/* スマホ時微調整 */
@media (max-width: 768px) {
    .rc-cards .rc-box {
        padding: 40px 20px 28px;
    }

    .rc-cards .rc-box::before {
        top: -14px;
        font-size: 18px;
        padding: 3px 10px;
    }
}

/* -----------------------------------------
   ネオサスでご提供できるもの
----------------------------------------- */
/* 画像枠線 */
.img-border-b {
    border: 2px solid #bcd0e3;
}


/* ==========================================================
   ■サービスの利用と流れ
      - フェーズ見出し：グラデーション
      - 左見出し：白背景＋鮮やか青文字
      - 本文：ブルーグレー系
      - 横線：太めの区切り
========================================================== */

/* -----------------------------------------
   サービスの流れメニューリンク
----------------------------------------- */
.nagare-menu-wrapper {
    text-align: center; /* 大元を中央寄せ */
}

.nagare-menu {
    position: relative;
    display: inline-block; /* テキスト幅だけの箱 */
}

.nagare-menu::after {
    content: "";
    position: absolute;
    bottom: -0.1em;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 0.8em);
    border-bottom: 2px solid #bcd0e3;
}

/* ==========================================================
   サービスの利用と流れ表
========================================================== */

/* ---- 基本設定 ---- */
.phase-table {
    margin: 0 auto;
    max-width: 1100px;
    border: none;
    background: #fff;
}

.phase-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    table-layout: fixed; /* 等分配置 */
}

/* ---- 色変数 ---- */
:root {
    --phase-text: #0c3d6d;    /* 全体文字色 */
    --phase-accent: #1767B3;  /* 左見出し鮮やか青 */
    --border-line: #bcd0e3;   /* 横線色 */
    --phase-col-1: #F3F8FB;   /* 本文1列目 */
    --phase-col-2: #E9F1F7;   /* 本文2列目 */
    --phase-col-3: #DEEAF2;   /* 本文3列目 */
}

/* -----------------------------------------
   ヘッダー（フェーズ部）
----------------------------------------- */
.phase-table thead th {
    padding: 12px 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border: 0;
    border-bottom: none !important;
}

/* 左上セル（空白部） */
.phase-table thead th:first-child {
    background: none !important;
    border: none !important;
}

/* フェーズごとのグラデーション／画像背景 */
.phase-table thead th.a1 {
    background: linear-gradient(90deg, #70ABDE 0%, #4A8DC2 100%);
}
.phase-table thead th.a2 {
    background: #245199 url(https://implat.co.jp/wp-content/uploads/2025/12/directional-arrow-2.png) no-repeat;
}
.phase-table thead th.a3 {
    background: #003366 url(https://implat.co.jp/wp-content/uploads/2025/12/directional-arrow-3.png) no-repeat;
}

/* ヘッダー下に太めの区切り線 */
.phase-table thead {
    border-bottom: 2px solid var(--border-line);
}

/* -----------------------------------------
   本文（左見出し＋各フェーズ列）
----------------------------------------- */
/* 行ごとに太めの横線 */
.phase-table tbody tr {
    border-bottom: 2px solid var(--border-line);
}

/* 最終行も線を残す */
.phase-table tbody tr:last-child {
    border-bottom: 2px solid var(--border-line) !important;
}

/* 左見出しセル */
.phase-table tbody th {
    background: #fff !important;
    color: var(--phase-accent) !important;
    border: none;
    text-align: center;
    white-space: pre-line;
    font-weight: 700;
    width: 220px;
}

/* 左見出しと本文の区切り */
.phase-table tbody th + td {
    border-left: 1px solid #c4d6e7;
}

/* 本文3列のブルーグレー系 */
.phase-table tbody td:nth-child(2) { background: var(--phase-col-1) !important; }
.phase-table tbody td:nth-child(3) { background: var(--phase-col-2) !important; }
.phase-table tbody td:nth-child(4) { background: var(--phase-col-3) !important; }

.phase-table td {
    color: var(--phase-text);
    border: none;
    padding: 14px 18px;
    vertical-align: top;
}

/* 箇条書き */
.phase-table td ul { margin: 0; padding-left: 0em; }
.phase-table td li { margin: 0.3em 0; line-height: 1.7; }

/* リスト記号変更 */
/* リスト記号を□／・にしつつ、2行目以降も揃える */
.phase-table ul {
    margin: 0;
    padding-left: 0;
}

.phase-table ul li {
    position: relative;
    list-style: none;       /* デフォルトの・を消す */
    padding-left: 1.4em;    /* 記号ぶんの余白をとる */
    line-height: 1.7;
}

/* デフォルトは「・」 */
.phase-table ul li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0.1em;             /* お好みで微調整 */
}

/* 一行目だけ □ ＋太字 */
.phase-table ul li:first-child {
    font-weight: bold;
}

.phase-table ul li:first-child::before {
    content: "□";
}


/* -----------------------------------------
   レスポンシブ対応
----------------------------------------- */
@media (max-width: 768px) {
    .phase-table { overflow-x: auto; }
    .phase-table table { min-width: 960px; }

    /* スマホ非表示：サービスリンク */
    .service-links {
        display: none !important;
    }
}

/* -----------------------------------------
   サービスリンク（グリッド化・ボタン）
----------------------------------------- */
.entry-content .service-links,
.service-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
}

.entry-content .service-links a,
.service-links a {
    display: block;
    padding: 16px 24px;
    border: 1px solid #1767B3;
    border-radius: 6px;
    text-align: center;
    font-weight: 700;
    color: #1a2a3a;
    text-decoration: none;
    background: #fff;
    transition: all .25s ease;
    box-sizing: border-box;
}

/* ホバー／選択 */
.service-links a:hover { background: #1767B3; color: #fff; }
.service-links a.active { background: #E1E9F2; color: #0c3d6d; }

/* レスポンシブ列数 */
@media (max-width: 1100px) { .service-links { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px)  { .service-links { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .service-links { grid-template-columns: 1fr; } }


/* ==========================================================
   ■会社概要
========================================================== */

/* -----------------------------------------
   会社概要　表
----------------------------------------- */
.company-profile table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.8;
    border-bottom: 1px solid #ccc; /* 横ラインのみ */
}

.company-profile th,
.company-profile td {
    border-top: 1px solid #ccc;   /* 横ラインのみ */
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 12px 20px;
    text-align: left;
    vertical-align: top;
}

.company-profile th {
    width: 18%;
    font-weight: 600;
    white-space: nowrap;
    background-color: #F5F8FA; /* 左セル背景色 */
}

.company-profile td {
    color: #333;
}

/* === スマホ用=== */
/* === スマホではテーブルを縦並びにする === */
@media (max-width: 599px) {

  /* ブロック化 */
  .company-profile table,
  .company-profile tbody,
  .company-profile tr,
  .company-profile th,
  .company-profile td {
      display: block;
      width: 100%;
      border: none; /* ← スマホでは一旦すべての線を消す */
  }

  /* th（項目） */
  .company-profile th {
      background-color: #F5F8FA;
      padding: 10px 16px;
      border-top: 1px solid #ccc; /* 上に線をつける */
  }

  /* td（中身） */
  .company-profile td {
      padding: 10px 16px;
      margin-bottom: 0px;
  }

  /* 1行の最後に区切り線を付ける */
  .company-profile tr {
      margin-bottom: 12px;
      padding-bottom: 12px;
      border-bottom: 1px solid #ccc; /* ← 下だけ線をつける */
  }
}


/* -----------------------------------------
   パートナーリスト
----------------------------------------- */
.company-profile .partners {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.company-profile .partners ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.company-profile .partners li {
    margin-bottom: 4px;
}

/* ==========================================================
   ■お問い合わせフォーム
========================================================== */

/* -----------------------------------------
   フォーム全体スタイル
----------------------------------------- */
.contact-form-wrapper {
  background-color: #ffffff;
  border: 1px solid #d7e1eb;
  border-radius: 8px;
  padding: 2.5em 2em;
  max-width: 800px;
  margin: 3em auto;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
}

.contact-form-wrapper h3 {
  font-size: 1.1rem;
  color: #0a447a;
  border-left: 4px solid #0a447a;
  padding-left: 0.6em;
  margin: 2em 0 1em;
}

.contact-form-wrapper p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 1.5em;
}

.contact-form-wrapper label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.8em;
  color: #333;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper textarea,
.contact-form-wrapper select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccd7e2;
  border-radius: 6px;
  background: #f9fbfd;
  font-size: 0.95rem;
  color: #111;
  transition: all 0.2s ease;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus,
.contact-form-wrapper select:focus {
  border-color: #0a447a;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(10, 68, 122, 0.15);
  outline: none;
}

.contact-form-wrapper ::placeholder {
  color: #999;
}

.contact-form-wrapper .required {
  color: #d91e18;
  margin-left: 0.3em;
  font-size: 0.9em;
}

/* -----------------------------------------
   ボタン（入力ページ＋確認ページ共通）
----------------------------------------- */

/* ボタンラッパー：縦並び＆中央揃え */
.cf7-submit-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px; /* ボタン間隔 */
  margin-top: 2.5em;
}

/* 共通：全てのボタンを同じサイズ・見た目に */
.cf7-submit-wrap input[type="submit"],
.cf7-submit-wrap input[type="submit"].wpcf7-submit,
.cf7-submit-wrap input[type="submit"].wpcf7cf-validate,
.cf7-submit-wrap button[type="submit"],
.cf7-submit-wrap input[type="button"][value="戻る"],
.cf7-submit-wrap button[value="戻る"],
.cf7-submit-wrap .wpcf7c-prev {
  width: 200px;          /* 幅統一 */
  padding: 12px 0;       /* 高さ統一 */
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
  box-shadow: none;
  pointer-events: auto !important;
}

/* 戻るボタン（白背景＋青文字） */
.cf7-submit-wrap input[type="button"][value="戻る"],
.cf7-submit-wrap button[value="戻る"],
.cf7-submit-wrap .wpcf7c-prev {
  background: #fff !important;
  color: #0a447a !important;
  border: 1px solid #0a447a !important;
}

/* 戻る hover */
.cf7-submit-wrap input[type="button"][value="戻る"]:hover,
.cf7-submit-wrap button[value="戻る"]:hover,
.cf7-submit-wrap .wpcf7c-prev:hover {
  color: #0d5fa8 !important;
  border-color: #0d5fa8 !important;
  box-shadow: 0 0 8px rgba(13, 95, 168, 0.4);
}

/* 送信ボタン（青背景＋白文字） */
.cf7-submit-wrap input[type="submit"][value="送信する"],
.cf7-submit-wrap input[type="submit"].wpcf7-submit,
.cf7-submit-wrap input[type="submit"].wpcf7cf-validate,
.cf7-submit-wrap button[type="submit"] {
  background-color: #0a447a;
  color: #fff;
  border: none;
}

/* 送信 hover */
.cf7-submit-wrap input[type="submit"]:hover,
.cf7-submit-wrap input[type="submit"].wpcf7-submit:hover,
.cf7-submit-wrap input[type="submit"].wpcf7cf-validate:hover,
.cf7-submit-wrap button[type="submit"]:hover {
  background-color: #0d5fa8 !important;
  box-shadow: 0 4px 8px rgba(10, 68, 122, 0.25) !important;
}

/* -----------------------------------------
   確認画面テーブル
----------------------------------------- */
.wpcf7cf-confirm-text {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 1em;
}

.confirm-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
}

.confirm-table th,
.confirm-table td {
  border-top: 1px solid #ccd7e2;
  border-bottom: 1px solid #ccd7e2;
  padding: 10px 14px;
  text-align: left;
}

.confirm-table th {
  width: 25%;
  background-color: #f5f8fb;
  color: #0a447a;
  font-weight: 600;
}

.confirm-table td {
  background-color: #fff;
}

/* readonlyリセット */
.confirm-table input[readonly],
.confirm-table textarea[readonly],
.confirm-table select[readonly] {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #111 !important;
  padding-left: 0 !important;
}