/*
 * イーライフ相続ツール: フロントエンドボタン用スタイル
 *
 * Elementor の既存ボタンスタイルを上書きしないよう、控えめに定義。
 * shortcode [esouzoku_pdf_button] で出力したボタン用のフォールバック。
 */
.esouzoku-pdf-button,
.esouzoku-word-button {
    display: inline-block;
    padding: 10px 24px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.esouzoku-pdf-button:hover,
.esouzoku-word-button:hover {
    background: #005177;
    color: #fff;
}

.esouzoku-word-button {
    background: #2e7d32;
    margin-left: 8px;
}

.esouzoku-word-button:hover {
    background: #1b5e20;
}
