/* Gold Price Tracker - Premium Poppins Styles */
.altin-fiyat-container {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    border-radius: 16px;
    padding: 0;
    border: 1px solid #eef2f7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 25px 0;
    max-width: 100%;
    overflow: hidden;
    color: #2d3436;
}

body.dark-mode .altin-fiyat-container {
    background: #1a1a1a;
    border-color: #333;
    color: #dfe6e9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.altin-header {
    padding: 20px;
    border-bottom: 1px solid #f1f5f9;
    background: #ffffff;
}

body.dark-mode .altin-header {
    background: #1a1a1a;
    border-bottom-color: #2d2d2d;
}

.altin-header h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3436;
}

body.dark-mode .altin-header h3 {
    color: #dfe6e9;
}

.altin-fiyat-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.altin-fiyat-table thead {
    background: #f8fbff;
}

body.dark-mode .altin-fiyat-table thead {
    background: #252525;
}

.altin-fiyat-table th {
    text-align: left;
    padding: 18px 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #636e72;
    border-bottom: 2px solid #edf2f7;
}

body.dark-mode .altin-fiyat-table th {
    color: #b2bec3;
    border-bottom-color: #333;
}

.altin-fiyat-table tr {
    transition: background 0.2s ease;
}

.altin-fiyat-table tbody tr {
    border-bottom: 1px solid #f1f5f9;
}

body.dark-mode .altin-fiyat-table tbody tr {
    border-bottom: 1px solid #2d2d2d;
}

.altin-fiyat-table tbody tr:last-child {
    border-bottom: none;
}

.altin-fiyat-table tbody tr:hover {
    background: #fcfdfe;
}

body.dark-mode .altin-fiyat-table tbody tr:hover {
    background: #222;
}

.altin-fiyat-table td {
    padding: 16px 20px;
    font-size: 0.95rem;
    font-weight: 500;
}

.price-up {
    color: #00b894;
    font-weight: 600;
}

.price-down {
    color: #d63031;
    font-weight: 600;
}

.price-stable {
    color: #636e72;
}

.dir-icon {
    display: inline-block;
    margin-right: 4px;
    font-size: 0.75rem;
    vertical-align: middle;
}

.update-time {
    font-size: 0.7rem;
    color: #b2bec3;
    padding: 15px 20px;
    text-align: right;
    border-top: 1px solid #f1f5f9;
    background: #fcfdfe;
}

body.dark-mode .update-time {
    background: #1a1a1a;
    border-top-color: #2d2d2d;
    color: #636e72;
}

.urun-tanimi {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Specific alignments */
.altin-fiyat-table th:nth-child(2),
.altin-fiyat-table td:nth-child(2),
.altin-fiyat-table th:nth-child(3),
.altin-fiyat-table td:nth-child(3),
.altin-fiyat-table th:nth-child(4),
.altin-fiyat-table td:nth-child(4) {
    text-align: right;
}

@media (max-width: 600px) {
    .altin-fiyat-table th, .altin-fiyat-table td {
        padding: 12px 10px;
        font-size: 0.85rem;
    }
    
    .altin-fiyat-table th:nth-child(4),
    .altin-fiyat-table td:nth-child(4) {
        display: none;
    }
    
    .urun-icon {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }
}
