.tld-gold-card {
    background: linear-gradient(135deg, #1e40af, #1e3a8a);
    color: #fff;
    padding: 30px;
    border-radius: 24px;
    max-width: 420px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    font-family: Arial, sans-serif;
}

.tld-gold-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.tld-gold-top h2 {
    margin: 0;
    font-size: 32px;
    color: #fff !important;
}

.tld-gold-top span {
    font-size: 14px;
    opacity: 0.8;
}

.tld-gold-temp-section h1 {
    font-size: 52px;
    margin: 0;
    color: #fff !important;
}

.tld-gold-temp-section p {
    margin-top: 5px;
    font-size: 16px;
    opacity: 0.9;
}

.tld-gold-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 25px;
}

.tld-gold-mini-card {
    background: rgba(255,255,255,0.15);
    padding: 15px;
    border-radius: 16px;
}

.tld-gold-mini-card span {
    display: block;
    font-size: 13px;
    opacity: 0.8;
    margin-bottom: 5px;
}

.tld-gold-mini-card strong {
    font-size: 20px;
}

.tld-gold-footer {
    margin-top: 25px;
    font-size: 13px;
    opacity: 0.8;
}

/* Dropdown Wrapper & Fields Styles */
.tld-dropdown-wrapper label {
    font-family: Arial, sans-serif;
}

.tld-dropdown-wrapper select {
    font-family: Arial, sans-serif;
    outline: none;
    transition: all 0.3s ease;
}

.tld-dropdown-wrapper select:focus {
    background: rgba(255, 255, 255, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

#tld-gold-result {
    transition: opacity 0.3s ease;
}