/* Minimal styles; Elementor is expected to own the final design. */
.lph-post-grid,.lph-service-grid{direction:rtl;display:grid;gap:18px}
.lph-post-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.lph-service-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
.lph-post-card,.lph-service-card,.lph-product-cta,.lph-hub-header{box-sizing:border-box}
.lph-post-card{overflow:hidden;border:1px solid #e8edf3;border-radius:16px;background:#fff}
.lph-post-card__media{display:block;aspect-ratio:16/9;overflow:hidden;background:#f5f7fa}
.lph-post-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.lph-placeholder{display:block;width:100%;height:100%;background:#f1f5f9}
.lph-post-card__body{padding:14px}.lph-post-card__title{font-size:16px;line-height:1.8;margin:0 0 8px}
.lph-post-card__title a{color:inherit;text-decoration:none}.lph-post-card__meta,.lph-service-card__count,.lph-hub-header__count{color:#7b8794;font-size:12px}
.lph-service-card{color:inherit;text-decoration:none;padding:16px 10px;border:1px solid #e8edf3;border-radius:16px;background:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}
.lph-service-card__logo{width:48px;height:48px;display:grid;place-items:center}.lph-service-card__logo img{max-width:100%;max-height:100%;object-fit:contain}
.lph-service-card__letter{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#eef5ff;color:#1677ff;font-weight:700}
.lph-service-card__name{font-weight:700}.lph-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:10px;background:#1677ff;color:#fff!important;text-decoration:none!important;font-weight:600}
.lph-button--outline{background:#fff;color:#1677ff!important;border:1px solid #1677ff}.lph-product-cta{direction:rtl;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border:1px solid #dfe8f4;border-radius:16px;background:#f7fbff;margin:22px 0}
.lph-product-cta__content{display:flex;flex-direction:column;gap:4px}.lph-eyebrow{display:block;font-size:12px;color:#1677ff;font-weight:700}
.lph-related{direction:rtl;margin-top:36px}.lph-hub-header{direction:rtl;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;padding:26px;border:1px solid #e5edf6;border-radius:22px;background:#f8fbff}
.lph-hub-header__logo img{width:82px;height:82px;object-fit:contain}.lph-hub-header h1{margin:4px 0 8px}.lph-hub-header__description p{margin:0 0 6px}.lph-view-all{margin-top:20px}
@media(max-width:1024px){.lph-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lph-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lph-hub-header{grid-template-columns:auto minmax(0,1fr)}.lph-hub-header__cta{grid-column:1/-1}}
@media(max-width:767px){.lph-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lph-post-grid{grid-template-columns:1fr}.lph-product-cta,.lph-hub-header{display:flex;flex-direction:column;align-items:stretch}.lph-hub-header__logo{align-self:flex-start}}


/* v1.1 — WooCommerce service guide tab */
.lph-product-guides{direction:rtl;width:100%}
.lph-product-guides__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 18px;padding-bottom:12px;border-bottom:1px dashed #e2e8f0}
.lph-product-guides__title{margin:0!important;font-size:24px;line-height:1.5}
.lph-product-guides__all{flex:0 0 auto;padding:8px 14px;border-radius:999px;font-size:12px}
.lph-post-grid--product{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.lph-post-grid--product .lph-post-card__body{padding:12px 14px 14px}
.lph-post-grid--product .lph-post-card__title{font-size:14px;line-height:1.75}
.lph-post-grid--product .lph-post-card__meta{font-size:11px}
@media(max-width:1024px){.lph-post-grid--product{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.lph-product-guides__header{align-items:flex-start}.lph-product-guides__title{font-size:19px}.lph-post-grid--product{grid-template-columns:1fr}}
