/* Additional Styles for Joyas Summary Card */
.calc-summary-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.summary-top {
    background-color: #1b5b7b;
    color: #ffffff;
    padding: 15px;
    text-align: center;
}

.summary-top h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.summary-loan-amount {
    color: #fdd835;
    font-size: 24px;
    font-weight: 700;
    margin-top: 5px;
}

.summary-details {
    padding: 15px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.summary-row:last-child {
    margin-bottom: 0;
}

.summary-label {
    font-size: 14px;
    color: #334155;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.summary-value {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
}

.dot-blue {
    background-color: #06b6d4;
}

.dot-orange {
    background-color: #f97316;
}

.summary-total {
    padding: 0 15px 10px;
    text-align: center;
}

.total-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 5px;
}

.total-amount {
    font-size: 18px;
    font-weight: 700;
    color: #1b5b7b;
}

.summary-date {
    text-align: center;
    padding: 10px 15px;
    font-size: 12px;
    color: #475569;
}
