@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
*/

/* ユーザー情報表示用スタイル */
.user-info-container {

}

.user-info-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #82b6d8;
  text-align: center;
}

.user-info-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.user-info-item {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  background: #f8f9fa;
  border-left: 3px solid #82b6d8;
}

.user-info-label {
  font-weight: 600;
  color: #34495e;
  min-width: 160px;
  margin-right: 0.75rem;
  font-size: 0.9rem;
}

.user-info-value {
  color: #2c3e50;
  font-weight: 500;
  flex: 1;
  word-break: break-all;
}

.user-info-notice {
  text-align: center;
  padding: 1.5rem;
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 6px;
  color: #856404;
  font-weight: 500;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .user-info-container {
    margin: 0.5rem;
    padding: 1rem;
  }
  
  .user-info-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  
  .user-info-label {
    min-width: auto;
    margin-right: 0;
  }
  
  .user-info-title {
    font-size: 1.1rem;
  }
}

/* フォームスタイル */
.wp-block-snow-monkey-forms-item {
  margin-top: 30px;
}

.smf-action {
  margin-top: 30px;
  text-align: center;
}

.um-field-area {
  padding-bottom: 14px !important;
}

.um input[type=submit].um-button {
  background: #82b6d8 !important;
}

/* プロフィール編集部分 */
.um-dropdown {
  border-radius: 0 !important;
}

#snow-monkey-form-52 .smf-form .smf-checkbox-control {
  align-items: center;
}

.form-nodisplay {
  display: none;
}