/*
Theme Name: SWELL Child
Theme URI: https://swell-theme.com/
Template: swell
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Description: シンプルなのに高機能。ブロックエディターの使い心地にこだわった国内最高峰のWordPressテーマ
Version: 2.16.0.1775114668
Updated: 2026-04-02 16:24:28

*/
@import url('../swell/style.css');



/* アカウント情報の上部を消す */
.frontend-user-admin-widget-login li.profile,
.post_content .fua_menu_list
 {
  display: none;
}
/* アカウント情報の更新ボタンを消す */
#profileform p.submit {
  display: none;
}

/* アカウント情報レイアウト修正 */
.my-list > li > ul.wp-block-list > li {
  border: 1px solid #0073aa;
  background: #f0f8ff;
  border-radius: 4px;
  padding: 4px 20px 4px 10px; /* ← 右だけ20pxにする */
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 20px;
  min-width: 200px;
}

/* アカウント情報のボタン */
.submit {
  border-radius: 10px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* アカウント情報レイアウト修正 */
.form-table th {
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left !important;
}
/* アカウント情報レイアウト修正 */
.frontend-user-admin-user_login:disabled {
  background-color: #d9d9d9;
}
/* ログインフォームの下に余白 */
.frontend-user-admin-widget-login .loginform_widget_wrap {
  margin-bottom: 40px;
}