/* Page Design Library for OLTANA - Frontend Styles */

/* Base section wrapper */
.pdl-section {
    padding: 64px 16px;
}

@media (min-width: 768px) {
    .pdl-section {
        padding: 80px 24px;
    }
}

.pdl-section-inner {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

/* セクションタイトル */
.pdl-section-title,
.pdl-block-title {
    font-weight: 600;
    margin-bottom: 1.5rem;
}

/* ここに各ページ用の細かいスタイルを徐々に足していく：
   .pdl-pricing-page ... / .pdl-about-page ... など */

/* ===== ビルダー用テンプレート：フロント側 ===== */

body.pdl-template-builder .pdl-builder-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

/* builder main 内の wide / full は左右詰め */
body.pdl-template-builder .pdl-builder-main .alignwide,
body.pdl-template-builder .pdl-builder-main .alignfull {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}
