/* FleetLeaks Vessels Archive Specific Styles */

/* Title spacing (use the post-type body class) */
.post-type-archive-vessel .wp-block-query-title,
.post-type-archive-vessel .entry-header .page-title{text-align:center;margin:2rem 0 .75rem}

/* details/summary accordions */
.fl-acc{border:1px solid #e5e7eb;border-radius:.6rem;background:#fff;margin:1rem 0 .5rem;overflow:hidden}
.fl-acc:not([open]) .fl-acc-panel{display:none}
.fl-acc-h2{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:.6rem .8rem;background:#f8fafc;font-weight:700;user-select:none}
.fl-acc-h2::-webkit-details-marker{display:none}
.fl-acc-h2::after{content:'▸';opacity:.75;transition:transform .2s ease;margin-left:.6rem}
.fl-acc[open] .fl-acc-h2::after{transform:rotate(90deg)}
.fl-acc-panel{padding:.6rem .8rem;border-top:1px solid #e5e7eb}
.fl-desc-intro{margin:0 0 .75rem}

.fl-vessels-archive{max-width:min(1100px,92vw);margin:0 auto;width:100%;box-sizing:border-box}

/* Remove nested width constraint when timeline is inside archive */
.fl-vessels-archive .fl-timeline{max-width:100% !important;margin-left:0;margin-right:0;width:100%}

/* Override theme styles that might conflict */
.fl-vessels-archive .fl-tl-list{padding-left:0 !important;margin-left:0 !important;width:100%}
.fl-vessels-archive .fl-tl-item{list-style:none !important;max-width:100%;width:100%}
.fl-vessels-archive .fl-accordion{width:100%;max-width:100%}
.fl-vessels-archive .fl-archive-timeline{width:100%;max-width:100%}
.fl-vessels-archive .fl-tl-body{word-break:break-word;max-width:100%}

/* Ensure proper spacing in archive context */
.fl-vessels-archive .fl-tl-head{margin-top:0}

/* Hero search adjustments when inside archive */
.fl-vessels-archive .fl-hero{padding:clamp(32px,4vw,48px) 4rem clamp(24px,2.5vw,36px)!important;margin-bottom:2rem; border: 1px solid #e5e7eb; box-shadow: 0 0 15px rgb(129 96 255 / 10%); border-radius: 2rem; background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);}
.fl-vessels-archive .fl-hero-inner{max-width:100%;width:100%}
.fl-vessels-archive .fl-search-wrapper{flex:1 1 100%;max-width:100%}

/* Accordion adjustments */
.fl-vessels-archive .fl-accordion{margin-bottom:2rem}
.fl-vessels-archive .fl-desc-intro{margin-bottom:1rem;font-size:1.05rem;line-height:1.7;color:#374151}
