.list-card-cruise{display:grid;gap:1rem}@media only screen and (min-width:28.75rem){.list-card-cruise{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:64rem){.list-card-cruise{gap:.25rem;grid-template-columns:100%}}.list-card-cruise__item{list-style:none}.card-cruise{--card-cruise-meta-gap:0.75rem;--card-cruise-content-gap:0.75rem;background:var(--brand-color-0);color:var(--ui-color-1);display:flex;flex-direction:column;height:100%;position:relative}@media only screen and (min-width:64rem){.card-cruise{--card-cruise-meta-gap:1.5rem;--card-cruise-content-gap:1.5rem;flex-direction:row}}@media only screen and (min-width:80rem){.card-cruise{--card-cruise-content-gap:4rem}}@media only screen and (min-width:64rem){.card-cruise__media{flex:0 0 200px;overflow:hidden}}@media only screen and (min-width:80rem){.card-cruise__media{flex:0 0 240px}}.card-cruise__figure{aspect-ratio:3/2;height:100%;width:100%}.card-cruise__img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.card-cruise__content{display:flex;flex:1;flex-direction:column;gap:var(--card-cruise-content-gap);justify-content:space-between;padding:var(--ui-card-content-padding)}@media only screen and (min-width:64rem){.card-cruise__content{align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:space-between}}.card-cruise__meta{display:grid;flex:1;gap:var(--card-cruise-meta-gap)}@media only screen and (min-width:64rem){.card-cruise__meta{display:flex}}.card-cruise__meta-item{display:flex;flex-direction:column;flex-shrink:0;gap:.3rem}@media only screen and (min-width:64rem){.card-cruise__meta-item{gap:.35rem}.card-cruise__meta-item--loa{display:none}.card-cruise__meta-item--ship-name{flex:0 1 25%}.card-cruise__meta-item--arrival,.card-cruise__meta-item--departure{flex:0 1 20%}.card-cruise__meta-item--time{flex:0 1 8%}.card-cruise__meta-item--berth{flex:0 1 40%}}@media only screen and (min-width:75rem){.card-cruise__meta-item--loa{display:flex;flex:0 1 13%}.card-cruise__meta-item--berth{flex:0 1 20%}}.card-cruise__meta-dt{font-size:.813rem;font-weight:700;line-height:1.5}@media only screen and (min-width:75rem){.card-cruise__meta-dt{font-size:.875rem}}.card-cruise__meta-dd{font-size:.875rem;font-weight:400;line-height:1.5}@media only screen and (min-width:75rem){.card-cruise__meta-dd{font-size:1rem}}.card-cruise__meta-dd h3{font-size:1em;font-weight:400}.card-cruise__btn-container{flex:0 1 auto}.card-cruise__lb-content{display:none}.card-cruise__lb-details{display:grid;gap:var(--ui-block-spacing)}@media only screen and (min-width:47.5rem){.card-cruise__lb-details{padding:1.5rem}}.card-cruise__lb-heading{font-size:var(--step-3);font-weight:700;line-height:1.375}.card-cruise__lb-table{border-collapse:collapse;width:100%}.card-cruise__lb-table td,.card-cruise__lb-table th{background:var(--brand-color-0,#000);border-bottom:2px solid var(--ui-color-1);color:var(--ui-color-1,#fff);font-size:var(--step-0);padding:1em 2em}.card-cruise__lb-table tr:nth-child(2n) td,.card-cruise__lb-table tr:nth-child(2n) th{background:var(--ui-color-5,#000)}li:nth-child(2n) .card-cruise{background:var(--ui-color-5)}