

/* Start:/local/templates/tm_waveanapa/components/bitrix/news.list/sr_offers_sponsor_list/style.css?17867022611463*/
 /* .sr-offer>h2>a{
	text-decoration: underline;
 }  
  .sr-offer>h2>a:hover{
	text-decoration: none;
 } 
  .sr-offers-cards-grid {
  	display: grid;
  	grid-template-columns: 1fr 1fr 1fr;
  	gap: 2.4rem;
  }

  .sr-offer-box:first-child {
  	grid-column: span 3 / span 3;
  }

  .sr-offer-box {
  	background: var(--color-blue-03);
  	border: 0.1rem solid var(--color-black--008);
  	border-radius: var(--border-radius--10);
  	padding: 2.8rem;
  	display: flex;
  	flex-direction: column;
  	transition: var(--sr-transition-016);
  	position: relative;
  	cursor: pointer;
  }

  .sr-offer-box:hover {
  	transform: translateY(-0.6rem);
  	border-color: var(--color-blue-600);
  	background: var(--color-black--04);
  	box-shadow: 0 2rem 4rem var(--color-blue-02);
  }

  .sr-offer-box:hover .sr-offer-footer svg {
  	transform: translateX(0.4rem);
  }
 .sr-offer-body {
     font-size: 1.8rem;
     line-height: 1.6;
     margin-bottom: 2.4rem;
     flex-grow: 1;
 }
  .sr-offer-footer {
     display: flex;
     align-items: center;
     gap: 0.8rem;
     font-size: 1.3rem;
     font-weight: 700;
     color: var(--color-blue-500);
     margin-top: auto;
 }

 .sr-offer-footer svg {
     transition: transform 0.3s ease;
 }
  @media (max-width: 768px) {
  	.sr-offer-box {
  		padding: 1.5rem;
  		border-radius: 2rem;
  	}

  	.sr-offer-box:first-child {
  		grid-column: inherit;
  	}

  	.sr-offers-cards-grid {
  		grid-template-columns: 1fr;
  	}
  } */
/* End */
/* /local/templates/tm_waveanapa/components/bitrix/news.list/sr_offers_sponsor_list/style.css?17867022611463 */
