.piyasa-bilgileri {
    background: #dcd9d5;
    padding: 20px 40px;
    font-family: "Segoe UI", Tahoma, sans-serif;
    border-radius: 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.piyasa-bilgileri h2 {
    background-color: #e3621d;
    color: white !important;
    font-size: 24px;
    font-weight: 700;
    padding: 12px;
    text-align: center;
    border-radius: 10px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.piyasa-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.box {
   
    border: 1.2px solid #e3621d66;
    border-radius: 8px;
    width: 165px;
    text-align: center;

}

.currency-header {
    font-size: 20px;
    font-weight: bold;
    color: #e3621d;
    margin-bottom: 10px;
}

.currency-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.currency-col {
    flex: 1;
}

.label {
    font-size: 13px;
    color: #888;
    margin-bottom: 2px;
}

.value {
    font-size: 16px;
    color: #111;
}

.v-divider {
    width: 1px;
    height: 45px;
    background: #ccc;
    margin: 0 8px;
}

.label-ozel {
    
    font-size: 13px;
    color: #dc5f13;
    margin-bottom: 2px;
}

.parite-box {
    
    border: 1px solid #aaa;
    padding: 15px;
    border-radius: 8px;
    width: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.parite-box .parite-title {
    font-weight: bold;
    font-size: 15px;
    color: #333;
    margin-bottom: 6px;
}

.parite-box .value {
    font-size: 15px;
    color: #222;
}

.disclaimer {
    font-size: 12px;
    color: #e3621d;
    text-align: left;
    margin-top: 20px;
    font-weight: 500;
}

.disclaimer-time {
    font-size: 12px;
    color: #e3621d;
    text-align: right;
    margin-top: 20px;
    font-weight: 500;
}
