.tld-forex-card {

    width: 100%;
    max-width: 520px;
    background: #ffffff;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #ececec;
}

/* =========================================================
   TITLE
========================================================= */

.tld-forex-title {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    text-align: center;
}

/* =========================================================
   ROW
========================================================= */

.tld-forex-row {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

/* =========================================================
   SELECT
========================================================= */

.tld-forex-select {
    flex: 1;
    min-width: 140px;
    height: 48px;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    padding: 0 14px;
    font-size: 15px;
    background: #fff;
    outline: none;
    transition: 0.3s;
}

.tld-forex-select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}

/* =========================================================
   ARROW
========================================================= */

.tld-forex-arrow {
    font-size: 22px;
    font-weight: 700;
    color: #4b5563;
}

/* =========================================================
   BUTTON
========================================================= */

.tld-forex-btn {
    width: 100%;
    height: 50px;
    margin-top: 18px;
    border: none;
    border-radius: 12px;
    background: #2563eb;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.tld-forex-btn:hover {
    background: #1d4ed8;
}

/* =========================================================
   RESULT BOX
========================================================= */

.tld-forex-result {
    margin-top: 25px;
    background: #f9fafb;
    border-radius: 14px;
    padding: 22px;
    text-align: center;
    border: 1px solid #e5e7eb;
}

/* =========================================================
   RATE TEXT
========================================================= */

h2#tld-forex-rate {
    margin: 0;
    font-size:20px !important;
    font-weight: 700;
    color: #111827;
}

/* =========================================================
   UPDATED TEXT
========================================================= */

#tld-forex-updated {
    margin-top: 10px;
    font-size: 13px;
    color: #6b7280;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {
    .tld-forex-row {
        flex-direction: column;
    }
    .tld-forex-select {
        width: 100%;
    }

    .tld-forex-arrow {
        transform: rotate(90deg);
    }
	    h2#tld-forex-rate {
    margin: 0;
    font-size:20px !important;
    font-weight: 700;
    color: #111827;
}
}