/* Para Birimi İkonları CSS */
.currency-icon {
    margin-right: 15px;
}

.currency-icon-wrapper {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.currency-icon-wrapper img {
    width: 40px;
    height: 40px;
}

/* Detay sayfası başlık hizalaması */
.currency-detail-header {
    display: flex;
    align-items: center;
}

.currency-detail-header .currency-icon {
    margin-top: 5px;
}

.currency-detail-header h1 {
    margin-bottom: 0;
    font-size: 1.8rem;
}

/* Para birimi dönüşüm göstergesi */
.currency-conversion {
    display: inline-block;
    background-color: #f8f9fa;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.9rem;
    margin-top: 5px;
}

.currency-conversion .text-danger {
    color: #dc3545;
    font-size: 1.2rem;
    line-height: 0;
    vertical-align: middle;
    margin: 0 3px;
}

.currency-conversion .text-muted {
    color: #6c757d;
    font-size: 1.2rem;
    line-height: 0;
    vertical-align: middle;
    margin-left: 3px;
}

/* Popüler döviz kartları için */
.currency-card .card-header {
    padding: 0.75rem;
}

.currency-card .card-header .currency-icon-sm {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.currency-card .card-header .currency-icon-sm img {
    width: 24px;
    height: 24px;
}

/* Input group için */
.input-group-text img {
    width: 20px;
    height: 20px;
}

/* Para birimi renkleri */
.currency-usd { color: #0d6efd; }
.currency-eur { color: #0d6efd; }
.currency-gbp { color: #0d6efd; }
.currency-try { color: #dc3545; }
.currency-chf { color: #0d6efd; }
.currency-jpy { color: #0d6efd; }
.currency-cny { color: #dc3545; }
.currency-rub { color: #0d6efd; }
.currency-cad { color: #0d6efd; }
.currency-aud { color: #0d6efd; }
