/* =============================================================
   Båtbevakning (ShipAlert) – Minimala stilar
   Fil: themes/shipstheme25/css/boat-watch.css
   Dekorativ CSS är borttagen – sajten sköter färger och typografi.
   ============================================================= */

/* ---- Steg-guide ---- */
.boat-watch-steps {
    margin-bottom: 20px;
}

.boat-watch-step {
    padding: 14px 16px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    height: 100%;
}

.boat-watch-step .step-num {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 4px;
}

/* ---- Formulär ---- */
.boat-watch-form .field {
    margin-bottom: 12px;
}

/* ---- Microcopy ---- */
.boat-watch-microcopy {
    margin-top: 10px;
}

/* ---- Responsiv ---- */
@media (max-width: 768px) {
    .boat-watch-steps .boat-watch-step {
        margin-bottom: 10px;
    }
}
