/* ============================================================
   Tokusho Generator - 管理画面スタイル
   ============================================================ */

.tokusho-wrap {
    max-width: 800px;
}

.tokusho-title {
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.tokusho-desc {
    color: #646970;
    margin-bottom: 24px;
}

/* ------------------------------------------------------------
   セクション
   ------------------------------------------------------------ */
.tokusho-section {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    padding: 20px 24px;
    margin-bottom: 24px;
}

.tokusho-section__title {
    font-size: 1rem;
    font-weight: 600;
    color: #1d2327;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f1;
}

/* ------------------------------------------------------------
   フィールド
   ------------------------------------------------------------ */
.tokusho-field {
    margin-bottom: 20px;
}

.tokusho-field:last-child {
    margin-bottom: 0;
}

.tokusho-field__label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    margin-bottom: 4px;
}

.tokusho-field__hint {
    color: #646970;
    font-size: 13px;
    margin: 0 0 8px;
}

.tokusho-field input.regular-text,
.tokusho-field textarea.large-text {
    width: 100%;
    max-width: 100%;
}

/* ------------------------------------------------------------
   必須・任意バッジ
   ------------------------------------------------------------ */
.tokusho-required {
    font-size: 11px;
    font-weight: 600;
    color: #b91c1c;
    background: #fef2f2;
    padding: 1px 6px;
    border-radius: 3px;
}

.tokusho-optional {
    font-size: 11px;
    font-weight: 400;
    color: #646970;
    background: #f6f7f7;
    padding: 1px 6px;
    border-radius: 3px;
}

/* ------------------------------------------------------------
   送信ボタン
   ------------------------------------------------------------ */
.tokusho-submit {
    margin-bottom: 32px;
}

/* ------------------------------------------------------------
   ショートコードの説明
   ------------------------------------------------------------ */
.tokusho-shortcode-info {
    background: #f0f6fc;
    border: 1px solid #c3d9f0;
    border-radius: 4px;
    padding: 20px 24px;
}

.tokusho-shortcode-info h2 {
    font-size: 1rem;
    margin: 0 0 8px;
}

.tokusho-shortcode {
    display: inline-block;
    background: #1d2327;
    color: #a8d8ff;
    font-size: 1.1rem;
    padding: 6px 16px;
    border-radius: 4px;
    margin-top: 8px;
    letter-spacing: 0.05em;
    user-select: all;
}
