/* MikopoLink Portal styles */

.o_portal_doc_link {
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    transition: background 0.15s;
    text-decoration: none;
    color: inherit;
}
.o_portal_doc_link:hover {
    background: #f0f4ff;
    color: inherit;
}

/* Loan status badges */
.badge.bg-orange {
    background-color: #fd7e14 !important;
}

/* Calculator table */
#calc_schedule tr:last-child td {
    font-weight: 700;
    background: #f8f9fa;
}

/* Summary cards on dashboard */
.card .fs-3 {
    line-height: 1.2;
}

/* Application form product info */
#product_info {
    font-size: 0.875rem;
}

/* Schedule progress bar */
.schedule-progress {
    height: 6px;
    border-radius: 3px;
}
