.gpsa_table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
}
.gpsa_gold-price-table {
    margin-top: 0;
    width: 100%;
    border-collapse: collapse;
}
.gpsa_gold-price-table, .gpsa_gold-price-table th, .gpsa_gold-price-table td {
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-align: center;
}
.gpsa_gold-price-table thead th {
    background-color: #165d31;
    color:#ffffff;
}
.gpsa_gold-price-table tr td:first-child,
.gpsa_gold-price-table th:first-child{
border-right:  1px solid #eee;
}
.loader-container {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.gpsa_gold-price-table th {
    font-size: 16px;
}
.gpsa_gold-price-table td {
    font-size: 14px;
}
.gpsa_gold-price-table caption {
    font-size: 18px;
    background-color: #124d29;
    color: #ffffff;
    padding: 8px 10px;
    font-weight: 700;
}
.gpsa_gold-price-table th a {
    color: #165d31;
    text-decoration: none;
}
.gpsa_gold-price-table tr:hover {
    background-color: #aeecc5;
    transition: 0.3s;
}
.gpsa_gold-price-table tr:nth-child(even) {
    background-color: #ddf7e7;
}
.gpsa_gold-price-live-wrap {
    padding: 30px 15px;
    border: 2px solid #124d29;
    border-radius: 10px;
}
.gpsa_gold-price-live{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin: 1rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 154, 68, 0.5);
}
.gpsa_live-data-card {
    font-size: 16px;
    font-weight: 700;
    background: #FFFFFF;
    border-radius: 10px;
    padding: .9rem 1rem;
    box-shadow: 0 8px 16px rgba(44, 62, 80, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.gpsa_live-data-card:hover {
    transform: translateY(-4.5px);
    box-shadow: 0 12px 24px rgba(44, 62, 80, 0.2);
}
.gpsa_live-data-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
}
.gpsa_g-ounce:before{
    background: #124d29;
}
.gpsa_g-24k:before{
background: #FFD700;
}
.gpsa_g-22k:before{
   background: #cd853f; 
}
.gpsa_g-21k:before{
   background: #DEB887; 
}
.gpsa_g-18k:before{
   background: #d4af37; 
}
.gpsa_live-data-card span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color:#666666;
}
.gpsa_gold-price-date {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #1A202C;
    margin-top: 10px;
    text-align: center;
    display: flex;;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 30px; 
    border-top: 1px solid #124d29;
    padding-top: 15px;
}
.gpsa_gold-price-date img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    object-fit: contain;
    position: relative;
    top:3px;
    display: inline-block;
}
.gpsa_gold-price-live-wrap h2 {    
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    border-bottom: 1px solid #124d29;
    padding-bottom: 15px;
}
.gold-chart-heading {
    margin-bottom: 20px;
    text-align: center;
}
.gpsa_gold-price-live:nth-child(4) {
    border-bottom: 0;
}

@media (min-width: 1280px) {
 .gpsa_live-data-card {   
    font-size: 21px;
    min-width: 150px;
}
.gpsa_live-data-card span {
    font-size: 14px;
}
}