/* ═══════════ Specs Table (ghst) ═══════════ */
.ghst-wrap {
    width: 100%;
}

.ghst-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom-style: solid;
    border-top-style: solid;
    border-top-width: 0;
}

.ghst-row:first-child {
    border-top-style: solid;
}

.ghst-label {
    flex-shrink: 0;
    font-weight: 700;
}

.ghst-value {
    text-align: right;
}

/* ═══════════ Amenities (gha) ═══════════ */
.gha-grid {
    display: grid;
}

.gha-grid .gha-item {
    display: flex;
    align-items: center;
}

.gha-grid .gha-pos-top,
.gha-grid .gha-pos-bottom { flex-direction: column; }
.gha-grid .gha-pos-bottom { flex-direction: column-reverse; }
.gha-grid .gha-pos-left   { flex-direction: row; }
.gha-grid .gha-pos-right  { flex-direction: row-reverse; }

.gha-grid .gha-icon { flex-shrink: 0; line-height: 0; }
.gha-grid .gha-icon img { display: block; object-fit: contain; }
.gha-grid .gha-label { line-height: 1.3; }
