/**
 * All You Can Drink Block - 共通CSS
 * 全パターン共通のベーススタイル
 */

/* ==========================================================================
   Block Container
   ========================================================================== */

.all-you-can-drink-block {
    margin-bottom: 2rem;
}

/* ==========================================================================
   Editor Styles
   ========================================================================== */

.all-you-can-drink-block-editor-preview {
    /* インラインスタイルで定義済み */
}

/* ==========================================================================
   Plan Details Section
   ========================================================================== */

.aycd-plan-details {
    margin-top: 2rem;
}

/* ==========================================================================
   Column Layout Helpers
   ========================================================================== */

.aycd-columns-wrapper {
    margin-top: 1.5rem;
}