.elementor-78 .elementor-element.elementor-element-8cb4290{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-around;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-78 .elementor-element.elementor-element-39be9ec{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-78 .elementor-element.elementor-element-39be9ec .elementor-heading-title{font-family:"Vazirmatn", Sans-serif;font-size:1.5em;font-weight:600;color:#021C27;}.elementor-78 .elementor-element.elementor-element-5ced9d2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 050px) 0px;text-align:center;}.elementor-78 .elementor-element.elementor-element-5ced9d2 .elementor-heading-title{font-family:"Vazirmatn", Sans-serif;font-size:1.4em;font-weight:500;color:#024C95;}.elementor-78 .elementor-element.elementor-element-640586f7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-78 .elementor-element.elementor-element-67dc4928{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-78 .elementor-element.elementor-element-5dec6727{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-78 .elementor-element.elementor-element-8cb4290{--content-width:950px;}}/* Start custom CSS *//* عیناً کدهای خودتان بدون هیچ تغییر ظاهری */
.main-wrapper {
    display: flex;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    align-items: flex-start;
}

.table-container {
    flex: 1;
    background-color: transparent;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    outline: none;
    background-color: #ffffff !important;
    border-radius: 20px;
    overflow: hidden;
}

thead {
    background-color: #003366;
}

th {
    padding: 22px 15px;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.5px;
}

td {
    padding: 18px 15px;
    text-align: center;
    font-size: 16px;
    color: #475569;
    border: none;
}

tbody tr:nth-child(even) {
    background-color: transparent !important;
}

.currency-name {
    font-weight: 700;
    color: #1e293b;
    text-align: right;
    padding-right: 30px;
}

.up { color: #10b981; font-weight: bold; font-size: 15px; }
.down { color: #f43f5e; font-weight: bold; font-size: 15px; }

tr, td, th {
    pointer-events: none;
    user-select: none;
}

.usd-rate {
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    color: #64748b;
}

table td, table th {
    border: none !important;
    line-height: 1.5;
    padding: 15px;
    vertical-align: top;
}

.gold-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.gold-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.gold-title {
    color: #003366;
    font-size: 22px;
    font-weight: bold;
}

.gold-link-btn {
    background-color: #0d1b4d;
    color: white;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.cards-container {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.gold-card {
    flex: 1;
    background-color: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: none;
    box-shadow: none;
    pointer-events: none;
}

.card-header-yellow {
    background-color: #ffcc00;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.item-name {
    color: #003366;
    font-size: 17px;
    font-weight: 700;
}

.card-body-price {
    padding: 35px 10px;
    text-align: center;
    background-color: #fff;
}

.item-price {
    color: #003366;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.price-indicator {
    font-size: 16px;
    margin-left: 5px;
    vertical-align: middle;
}

.crypto-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.crypto-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.crypto-title {
    color: #003366;
    font-size: 20px;
    font-weight: bold;
}

.crypto-link-btn {
    background-color: #0d1b4d;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 15px;
}

.crypto-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.crypto-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    box-shadow: none;
    pointer-events: none;
}

.crypto-info {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.fa-name {
    font-size: 19px;
    font-weight: bold;
    color: #444;
    margin-bottom: 4px;
}

.en-name {
    font-size: 13px;
    color: #888;
}

.crypto-prices {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main-price {
    font-size: 18px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 5px;
}

.sub-price {
    font-size: 14px;
    font-weight: bold;
}

body, div, span, h2, a {
    font-family: 'Vazirmatn', Tahoma, sans-serif !important;
}

body {
    background-color: #f0f4f8;
    padding: 40px;
    margin: 0;
}

/* بخش اضافه شده فقط برای رسپانسیو (بدون دست زدن به ظاهر) */
@media screen and (max-width: 768px) {
    body {
        padding: 15px; /* کاهش فاصله دور در موبایل */
    }
    
    .main-wrapper {
        flex-direction: column; /* زیر هم قرار گرفتن جداول */
    }
    
    .cards-container {
        flex-direction: column; /* زیر هم قرار گرفتن کارت‌های طلا */
    }
    
    .crypto-grid {
        grid-template-columns: 1fr; /* یک ستونه شدن ارزهای دیجیتال */
    }

    .gold-header, .crypto-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .table-container {
        width: 100%;
        overflow-x: auto; /* اسکرول افقی برای جدول اگر در موبایل جا نشد */
    }
}/* End custom CSS */