.tokenomics-widget table {
    border-collapse: collapse;
    width: 100%;
    background-color: #F8FAFD;
    margin-bottom: 0;
}

.tokenomics-widget {
    border: 1.5px solid #f5f5f5;
    border-radius: 12px !important;
    overflow: hidden;
}

.tokenomics-widget table tr,
.tokenomics-widget table td {
    border: none;  
    background-color: #F8FAFD !important; 
    padding: 10px;
}


.tokenomics-widget td {
    font-size: 16px;
    color: #333; /* Dark text for readability */
}

.table-data-interval {
    color: #4965D2;
    background-color: #F0F2FB;
    padding: 4px 5px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 11px;
}

.row{
	display: flex; justify-content: space-between; margin-bottom: 20px; align-items: center;
}

.inr{
	flex: 1; display: flex; align-items: center; background-color: #F8FAFD; width: 100%; padding:12px; height: 68px; border-radius: 12px; border: 1.5px solid #f5f5f5;
}

#inr_amount{
	padding: 10px; margin-right: 10px; background-color: #F8FAFD; border: none; box-shadow: none; font-size: 20px; font-weight: 600; line-height: 24.2px; text-align: left;
}

.crypto{
	flex: 1; display: flex; align-items: center;  background-color: #F8FAFD; width: 100%;
    max-width: 368px; padding:12px; height: 68px; border-radius: 12px; border: 1.5px solid #f5f5f5;
}

#crypto_amount{
	font-size: 20px; font-weight: 600; border: none; background: none; width: 90%; text-align: left;box-shadow: none;
}

img#crypto_logo {
	max-height: 30px; width: 30px; position: absolute;margin-top: 8px;
}

#crypto_currency{
	width: 40%;
    padding: 0px;
    border: none;
    border-radius: 8px;
    background-color: #f8fafd;
    border-radius: 8px;
    
}

/* General Styles */
.crypto-footer {
    background-color: #F8FAFD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 20px;
    Padding-bottom: 96px;
    border-radius: 12px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    border: 1.5px solid #f5f5f5;
}

/* Text styling */
.crypto-footer p {
    font-size: 24px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

/* Input styling */
#crypto_footer_amount {
    background-color: #f8fafd;
    border: none;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding-left: 8px;
    box-shadow: none;
}

/* Currency display */
#crypto_currency_display, 
#inr_value {
    font-size: 24px;
    font-weight: 600;
    margin: 0 5px;
}

p#current_datetime {
    /* font-family: Inter; */
    margin-top: -40px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.07999999821186066px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#current_datetime {
    font-size: 12px;
    line-height: 18px;
    color: rgb(34 16 57 / 60%);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

#current_datetime::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(/wp-content/plugins/coindcx-price-plugin/assets/clock-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.live-datetime {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #d1d5db; /* light gray text */
    margin-bottom: 10px;
}

.live-badge {
    background-color: #c0392b; /* red background */
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 6px;
}

@media only screen and (max-width: 767px) {
	
	#current_datetime{
		margin-top:-20px;
	}
	
	.row{
	display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
    flex-direction: column;
	}
	
	#crypto_currency{
		margin-left: 0px;
	}
	.crypto-footer {
        padding: 16px;
    }

    .crypto-footer p {
        font-size: 20px;
        align-items: center;
    }

    #crypto_footer_amount {
        font-size: 20px;
    }

    #crypto_currency_display, 
    #inr_value {
        font-size: 20px;
    }
     
    #crypto_footer_amount {
    padding-left: 4px;
    }
}

