/* ======== TOP ======== */
section.event__layout.widget__wrap {
    background: #EDF0F5 !important;
}

/*======== ブース ========*/
/* タイトル削除 */
section.detail-title__wrap.detail__title {
    display: none !important;
}

/* 背景色 */
.detail__wrap {
    background: #EDF0F5;
}

/* src属性が "/images/1165/1097" で始まるimgタグにスタイルを適用 */
img[src^="/images/1165/1097"] {
  /* 画像の最大幅を200pxに制限 */
  max-width: 200px !important;

  /* 親要素の幅に合わせて100%表示 */
  width: 100% !important;

  /* 縦横の比率を維持したまま高さを自動調整 */
  height: auto !important;

  /* 角を12pxの半径で丸くする */
  border-radius: 12px !important;

  /* 影を付けて立体感を出す */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;

  /* 左側に20pxの余白を追加 */
  margin-left: 15px !important;
}

/* ヘッダーのラッパー自体をレイアウトから削除して非表示にする */
section.header__wrap.event__header {
    display: none !important;
}


/* 「イベントトップに戻る」を非表示にする */
p.portal-event-top[data-v-b1664b48] {
    display: none !important;
}