/**
 * Consultation Flow Section Block Frontend Styles
 */

.will-consultation-flow-section {
    margin-bottom: 0 !important;
}

.will-consultation-flow-section {
    min-height: 400px;
}

/* pタグのマージンをリセット */
.will-consultation-flow-section p {
    margin: 0;
}

/* Custom content width classes */
.max-w-4xl {
    max-width: 896px;
}

.max-w-5xl {
    max-width: 1024px;
}

.max-w-6xl {
    max-width: 1152px;
}

.max-w-7xl {
    max-width: 1280px;
}

