.container {
    width: 90% !important;
}
.xg-header{
    margin-left: 50px;
    margin-right: 50px;
}
h2{
    font-size: 140% !important;
    font-weight: 400 !important;
}
form{
    margin-left: 30px;
    margin-right: 30px;
}
.inside-container {
    display: block; /* or flex, depending on your internal layout */
    width: 90%;
    margin: 0 auto; /* center horizontally */
    padding: 0;
    box-sizing: border-box;
}
.xg-body{
    text-align: center;
}
.single-featured-product {
    max-width: 650px;
    margin: 0 auto;
}
.entries{
    padding-left: 5px;
    padding-right: 5px;
    align-items: center;
    justify-content: center;
}

.single-featured-product img,
.tile-link img,
.single-featured-product {
    transition: none !important;
    transform: none !important;
    scale: 1 !important;
}

.single-featured-product:hover,
.single-featured-product:focus,
.single-featured-product:active {
    transform: none !important;
    opacity: 1 !important;
    scale: 1 !important;
    transition: none !important;
}

.xgam:hover .single-featured-product {
    transform: none !important;
    transition: none !important;
}

.featured-img-box{margin:21px 0 21px;}
.featured-img-box h2 a{font-size: 16px;margin-bottom: 15px;}
.featured-img-box h2 a span{text-transform: uppercase;}
.featured-img-box h3{margin-bottom: 10px;}
.featured-img-box h3,.featured-img-box p{margin-top: 18px; font-size: 13px;}

.featured-img-box, a:link { 
text-decoration: none; 
text-transform: none;
} 
.featured-img-box, a:visited { 
text-decoration: none; 
text-transform: none;
} 
.featured-img-box, a:hover { 
text-decoration: none; 
text-transform: none;
} 
.featured-img-box, a:active { 
text-decoration: none; 
text-transform: none;
}

.featured-product-img img {
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    width: 100%;
}

.featured-model-info {
    background-color: #252525;
    padding: 15px 7px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 150px;
    display: flex;
    flex-direction: column; /* Stack items vertically */
    position: relative; /* Make it a reference point for absolute positioning */
    text-align: left;
}
.featured-model-info p {
    font-size: 12px;
    color: #ffffff;
    text-transform: capitalize;
    margin-left: 7px;
}
.featured-model-info a, a:hover, a:active, a:focus{
    color: #ec9c1c;
    text-transform: capitalize;
}

.featured-model-info img {
    width: 20px;
    height: 20px;
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}

.outer {
    width: 100%; /* Adjust based on parent */
    
    height: 50px; /* Adjust as needed */
    position: absolute; /* Take it out of the flow and position it */
    bottom: 0; /* Align to the bottom of .featured-model-info */
    left: 0; /* Align to the left */
}
.bottom-section {
    display: flex;
    flex-direction: row; /* Ensures left & right stay in the same row */
    width: 100%;
    margin-top: auto; /* Pushes this item to the bottom */
    align-items: center; /* THIS vertically centers the children */
}
.left-bottom-grid{
    flex-grow: 1; /* Takes up remaining space */
    min-width: 0; /* Prevents it from forcing a new row */
     padding-left: 13px;
  }

.CompetitionCard_stat {
    display: flex; /* Aligns the SVG and text in a row */
    align-items: center; /* Vertically centers the content */
    background-color: #6b6b6b; /* Background color for the card */
    border-radius: 4px; /* Rounded corners */
    padding-left: 10px;
    padding-top: 5px;
    width: 140px;
}

.CompetitionCard_stat svg {
    width: 20px; /* Width of the SVG */
    height: 20px; /* Height of the SVG */
    margin-right: 8px; /* Space between SVG and text */
}

.time-text {
    color: #ffffff; /* Orange color for the text */
    font-size: 14px; /* Font size for the text */
    font-family: CenturyGothic, sans-serif; /* Font style for the text */
    padding-bottom: 3px;
}

.right-bottom-grid {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .right-bottom-grid img {
    display: flex; /* Aligns the SVG and text in a row */
    width:  50%;
    height: 50%;
    object-fit: contain; /* Ensures the image stays within the box */
}

.featured-img-box, a:link { 
text-decoration: none; 
text-transform: none;
} 
.featured-img-box, a:visited { 
text-decoration: none; 
text-transform: none;
} 
.featured-img-box, a:hover { 
text-decoration: none; 
text-transform: none;
} 
.featured-img-box, a:active { 
text-decoration: none; 
text-transform: none;
}
.x-gen-container::after {
    content: "";
    display: table;
    clear: both;
}

.xg-body input[type=email] {
    background: #ffffff;
    border-radius: 15px;
    color: #000000;
    outline: 0;
    border: 1px solid #524083;
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    transition: 1s ease-in-out all;
    height: 60px;
}

.xbbt-btn{
    margin-bottom: 20px;
}

@media screen and (max-width:767px){
	.single-featured-product {max-width: 350px;margin: 0 auto;}
}/*max-width:767px*/