/**
 * Interior Block - Common CSS
 * インテリアブロック共通スタイル
 */

/* ==========================================================================
   Block Container
   ========================================================================== */
.interior-block {
    margin: 0;
}

/* ==========================================================================
   Interior Item
   ========================================================================== */
.interior-block {
    margin-bottom: 2rem;
}

.interior-block:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   Details
   ========================================================================== */
.interior-details__description {
    margin-bottom: 1.5rem;
    font-size: 0.95em;
    line-height: 1.6;
}

.interior-details__description p {
    margin: 0;
}

/* ==========================================================================
   Editor Styles
   ========================================================================== */
.interior-block-editor {
    padding: 20px;
}

.interior-block-preview {
    margin-top: 20px;
}

/* ドラッグ&ドロップスタイル */
.interior-draggable-item {
    transition: all 0.2s ease;
}

.interior-draggable-item:hover {
    background-color: #e8e8e8 !important;
}

.interior-draggable-item.is-drag-over {
    background-color: #d0e6ff !important;
    border-color: #0073aa !important;
}