.elementor-widget-profit_rush{
    max-width: 800px !important;
}
.prw-widget-wrapper{
	max-width:800px;
}
.prw-widget {
    text-align: center;
    color: white;
    padding: 10px 15px 15px 15px;
    border-radius: 10px;
    font-family: sans-serif;
    background: url('../assets/bg.jpg') no-repeat center center / cover;
    box-shadow: 0 0 10px rgb(0 0 20 / .7);
}

.prw-widget p{
	margin-top:0 !important;
} 
.competition-details-title{
	font-family: Fixture;
	display:block;
	font-size:26px;
	letter-spacing:1px;
}
.prize-pool-title{
	font-family: Fixture;
	font-style:italic;
	font-size:26px;
	color:#FF293B !important;
}
.prw-title {
    color: #ff293b;
    font-style: italic;
	font-weight:300 !important;
}

.prw-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
}

.prw-content-box {
    display: flex;
    justify-content: space-between;
    text-align: center;
    gap: 20px;
    flex-wrap: wrap;

    padding: 20px;
    border-radius: 10px;
}

.prw-content-box > div {
    flex: 1;
    min-width: 150px;
	padding:0 8px;
}
@media (width>600px){
.prw-schedule,
.prw-entry_fee,
.prw-condition {
    border-right: 2px solid transparent;
    background-image: linear-gradient(to bottom, transparent, rgba(209, 213, 251, 0.5) 50%, transparent);
    background-repeat: no-repeat;
    background-size: 2px 100%;
    background-position: right center;
}
}
.prw-content-box-container{
    border: 2px solid #ff293b;
    border-radius: 10px;
}
.prw-prize {
    margin-top: 20px;
    padding: 0 15px 10px 15px;
    background: linear-gradient(to bottom, transparent 30%, #ff293b 125%);
    border: 2px solid #ff293b;
    border-radius: 6px;
    font-style: italic;
}
.prw-prize strong{
    font-family: Fixture;
}
.prw-button-wrapper{
    margin-top: -25px;
    display: flex;
    justify-content: center;

}
.prw-button{
	clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
	width:fit-content;
	background:#FF293B;
	display:inline-block;
	color:#fff !important;
    font-weight: bold;
    font-family: Inter;
    font-size: 23px;
	padding:13px 50px !important;
	margin-top:6px;
    text-decoration: none !important;
  transition: width 0.4s ease;
	  z-index: 9 !important;
    position: relative;
}
.prw-button:hover {
  color:#000 !important;
}
.prw-button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: white;
  z-index: -1;
  transition: width 0.4s ease;
}
.prw-button:hover::before {
  width: 100%;
}