#fm-order-page{
    font-family: 'Segoe UI', Arial, sans-serif;
}
#fm-order-page,
#fm-order-page p,
#fm-order-page label,
#fm-order-page input,
#fm-order-page select,
#fm-order-page li {
    font-size: 16px !important;
    line-height: 1.6 !important;
}
#fm-order-page h2 { font-size: 30px !important; color:#111; font-weight: bold; margin-bottom: 20px; border-bottom: 3px solid #337ab7; padding-bottom: 15px; }
#fm-order-page h3 { font-size: 20px !important; font-weight: bold; margin-top: 5px; }

#fm-order-page .text-muted {color: rgb(119, 119, 119)}

/* Plavi krugovi za korake */
.fm-step-circle {
    width: 35px;
    height: 35px;
    background-color: #337ab7;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    float: left;
    margin-right: 15px;
}
.fm-step-row { margin-bottom: 30px; clear: both; }

/* Custom stil za selekciju plaćanja (da izgleda modernije nego običan radio) */
.fm-payment-box {
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.2s;
    background: #fff;
}
.fm-payment-box:hover { border-color: #337ab7; }
.fm-payment-box.active { border-color: #337ab7; background-color: #f0f7ff; }
.fm-payment-box input { margin-right: 10px !important; }
.fm-pay-icons img { height: 24px; margin-left: 5px; vertical-align: middle; }

/* Razmak između sekcija (pošto BS3 nema m-5) */
.fm-section-margin { margin-bottom: 60px; }


/* Kontejner tabele */
.fm-upgrade-table-panel {
    border-radius: 8px !important;
    overflow: hidden !important;
    border: 1px solid #ddd !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Zaglavlje tabele */
.fm-upgrade-table-panel thead {
    background-color: #337ab7 !important; /* Bootstrap Primary Plava */
}

.fm-upgrade-table-panel thead th {
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px !important;
    border-bottom: none !important;
    font-size: 14px !important;
}

/* Stilovi za redove i ćelije */
.fm-upgrade-table-panel tbody td {
    padding: 15px !important;
    vertical-align: middle !important;
    border-top: 1px solid #eee !important;
}

/* Putanja nadogradnje (text) */
.fm-path {
    font-size: 16px !important;
    color: #333 !important;
}

/* Verzije kao bedževi */
.fm-path .label {
    font-size: 12px !important;
    padding: 5px 10px !important;
    font-weight: 600 !important;
    display: inline-block;
    margin: 0 2px;
}

/* Cena */
.fm-price {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #28a745 !important; /* Zelena boja za cenu */
}

/* Efekat prelaska mišem */
.table-hover tbody tr:hover {
    background-color: #f9f9f9 !important;
}

/* Responzivnost za mobilne */
@media (max-width: 480px) {
    .fm-path { font-size: 14px !important; }
    .fm-price { font-size: 16px !important; }
}