
/* Wrapper styles for imported Seaway pages inside Inspiro. */
.seaway-layout {
    width: 100%;
}
.seaway-content-card {
    margin: 0 auto;
}
.seaway-layout-default .seaway-content-card,
.seaway-layout-service .seaway-content-card,
.seaway-layout-location .seaway-content-card,
.seaway-layout-contact .seaway-content-card,
.seaway-layout-gallery .seaway-content-card,
.seaway-layout-coupon .seaway-content-card,
.seaway-layout-reviews .seaway-content-card,
.seaway-layout-faq .seaway-content-card {
    max-width: 1200px;
    padding: clamp(24px, 4vw, 56px) 20px;
}
.seaway-entry-header {
    margin: 0 auto 28px;
    max-width: 1100px;
}
.seaway-entry-header .entry-title {
    margin-bottom: 10px;
}
.seaway-original-url {
    font-size: 13px;
    opacity: .72;
}
.seaway-entry-content img,
.seaway-entry-content picture,
.seaway-entry-content video,
.seaway-entry-content iframe {
    max-width: 100%;
    height: auto;
}
.seaway-entry-content .btn,
.seaway-entry-content a.btn,
.seaway-template-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.seaway-layout-landing .seaway-content-card {
    max-width: none;
    padding: 0;
}
.seaway-layout-blog-index .seaway-content-card,
.seaway-layout-single .seaway-content-card {
    max-width: 960px;
    padding: clamp(24px, 4vw, 56px) 20px;
}
.seaway-service-grid,
.seaway-location-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.seaway-template-note {
    padding: 12px 16px;
    border: 1px solid currentColor;
    border-radius: 6px;
    margin: 16px 0;
    opacity: .86;
}
