/*
 * Page: Trade 3 Teams Dynamic
 * Prefix: .rs-trade3d
 * File: trade-3-teams-dynamic.css
 * Scoped under .rs-trade3d — unique, no class conflicts
 */

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Barlow+Condensed:wght@400;500;600&display=swap");


/*-----------------Customized Css start ---------------*/
html,
body {
    background: #0A0A0A !important;
}

.page-id-3214 .post-3214 {
  padding: 40px 0px;
}
.page-id-3214 .post-3214 .page-header .entry-title {
  text-align: center;
  color: #fff;
  font-family: 'Barlow Condensed';
}

.trade-sub-btn{
	font-size: 14px !important;
	margin-left: 10px;
	padding: 10px 10px !important;
}
.trade-sub-btn.active, .trade-sub-btn:hover{
	background:#fff !important;
	color:#000 !important;
}
.trade-sub-navigation{
	margin-bottom:20px;
}
.head-logo a {
    font-size: unset;
}

.tnp.tnp-subscription label {
display:none;
}

.tnp.tnp-subscription input#tnp-1 {
    background: #000;
    border: 1px solid #2a2a2a;
}

.tnp.tnp-subscription form{
display: flex;
align-items: center;
}

.tnp.tnp-subscription .tnp-field.tnp-field-button input{
background:#FF5A00;
	border-radius:4px;
}
@media (max-width: 991px) {
    div.tnp-subscription {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .elementor-element.elementor-element-d96dda1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
        flex-direction: column;
			align-items:center;
    }
}

.breadcrumb_last {
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
}

.custom-breadcrumb span a {
    font-size: 18px;
    font-family: "Barlow Condensed", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.elementor-77 .elementor-element.elementor-element-fba9ee2 {
    position: absolute;
    right: -10px;
    top: 6px;
}
.elementor-77 .elementor-element.elementor-element-fba9ee2 .e-search-submit {
    background-color: #FFFFFF00;
    z-index: 99;
}
@media (max-width: 767px) {
	.news-content h3 a {
    font-size: 20px !important;
}
h3.news-title {
    line-height: 20px;
}
.elementor-77 .elementor-element.elementor-element-fba9ee2 {
        position: fixed !important;
        right: 0;
        top: 0;
        z-index: 99;
        width: 100% !important;
    }
	.elementor-77 .elementor-element.elementor-element-fba9ee2 search.e-search{
		        padding: 20px;
        background: #000;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .elementor-77 .elementor-element.elementor-element-fba9ee2 {
        position: absolute;
        right: -12px;
        top: -4px;
    }
}
.elementor-77 .elementor-element.elementor-element-fba9ee2 search.e-search {
z-index:99;
	position:relative;
}
body.search.search-results article.post h2 a {
    font-size: 25px;
}
body.search.search-results .post .wp-post-image {
    width: 200px;
}
.insights.newsletter .tnp.tnp-subscription form {
    flex-direction: column;
}
.insights.newsletter .tnp-field.tnp-field-email{
    width: 100%;
}
.insights.newsletter .tnp-field.tnp-field-button{
    width: 100%;
}

.insights.newsletter input.tnp-submit{
width: 100%;
}


.news-section {
    padding: 40px 20px;
    background-color: #0a0a0a;
}

/* Tab Navigation */
.tab-navigation {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: #333 #0a0a0a;
}

.tab-navigation::-webkit-scrollbar {
    height: 6px;
}

.tab-navigation::-webkit-scrollbar-track {
    background: #0a0a0a;
}

.tab-navigation::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 3px;
}
.news-grid-container .tab-navigation button.tab-btn {
    padding: 5px 12px;
	    background: transparent;
	    border: 1pc solid #2a2a2a;
    border-width: 1px;
	    font-weight: 400;
	font-size:16px;
}
.news-grid-container .news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.news-grid-container .news-pagination button.ajax-page-btn {
    padding: 5px 12px;
    background: transparent;
    border: 1pc solid #2a2a2a;
    border-width: 1px;
    font-weight: 400;
}
.news-grid-container .tab-navigation button.tab-btn.active{
        background: #FF5A00;
	border:none;
}
.news-header button.save-icon {
    background: transparent;
    padding: 0px;
}

.tab-btn:hover {
    background-color: #FF5A00;
    color: #fff;
    border-color: #444;
}

.tab-btn.active {
    background-color: #ff741f;
    color: #fff;
    border-color: #ff741f;
}

/* News Grid */
.news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

/* News Item */
.news-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 16px;
    background-color: #111111;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #333;
}

.news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-color: #444;
}

.news-image {
    position: relative;
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 8px;
}

.news-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-item:hover .news-image img {
    transform: scale(1.05);
}

.news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-grid-container .news-pagination button.ajax-page-btn.active{
background:#FF5A00;
	border:none;
}
.news-content h3 a {
    font-size: 25px;
	text-transform:uppercase;
}
span.category-badge.injury-report{
    background: #A80B01;
}
span.category-badge.breaking-news{
	 	background:#FF5A00; 
}
.category-badge {
	color:#fff;

	 	background:#FF5A00; 
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 4px;
    text-transform: uppercase;
}

.category-badge.breaking {
    background-color: #e31e24;
    color: #fff;
}

.category-badge.trade {
    background-color: #0066cc;
    color: #fff;
}

.category-badge.injury {
    background-color: #ff6600;
    color: #fff;
}

.category-badge.morning {
    background-color: #00994c;
    color: #fff;
}

.save-icon {
    background: none;
    border: none;
    color: #ececec;
    cursor: pointer;
    padding: 5px;
    transition: colors 0.3s ease;
}

.save-icon:hover {
    color: #ff741f;
}

.save-icon i {
    font-size: 20px;
}

.news-title {
	    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    transition: color 0.3s ease;
}

.news-item:hover .news-title {
    color: #ff741f;
}

.news-description {
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #333;
}

.news-date {
    font-size: 14px;
    color: #ececec;
    display: flex;
    align-items: center;
    gap: 6px;
}

.news-date i {
    font-size: 12px;
}

.read-more {
    font-size: 16px;
    color: #ff741f;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.read-more:hover {
    color: #e97b37;
}

.read-more i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: translateX(3px);
}

/* Hide news items when filtered */
.news-item.hidden {
    display: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .news-grid {
        gap: 18px;
    }

    .news-item {
        gap: 18px;
        padding: 18px;
    }

    .news-image {
        width: 110px;
        height: 110px;
    }
}

@media (max-width: 768px) {
    .news-section {
        padding: 30px 15px;
    }
	.news-grid-container .tab-navigation button.tab-btn{
		    font-size: 12px;
	}
    .tab-navigation {
        gap: 8px;
        margin-bottom: 25px;
    }

    .tab-btn {
        padding: 10px 18px;
        font-size: 13px;
    }

    .news-grid {
        gap: 16px;
    }

    .news-item {
        gap: 16px;
				flex-direction:column;
        padding: 16px;
    }

    .news-image {
        width: 100%;
        height: auto;
    }

    .news-title {
        font-size: 16px;
    }

    .news-description {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .news-section {
        padding: 20px 10px;
    }

    .tab-navigation {
        gap: 6px;
    }

    .tab-btn {
        padding: 8px 14px;
        font-size: 12px;
    }

    .news-item {
        gap: 14px;
        padding: 14px;
		
    }

    .news-image {
        width: 100%;
        height: 90px;
    }

    .news-title {
        font-size: 15px;
    }

    .news-description {
        font-size: 12px;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .news-footer {
        padding-top: 12px;
    }

    .news-date {
        font-size: 11px;
    }

    .read-more {
        font-size: 12px;
    }
}

/*-----------------Customized Css ENd ---------------*/

.rs-trade3d .hero-content {
  position: relative;
  padding: 25px 0px 0px 0px;
}

.rs-trade3d .hero-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}

.rs-trade3d .hero h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: 0 2px 12px #000;
  color: #fff;
  max-width: 700px;
}

.rs-trade3d .hero h1 span {
  color: #ff5a00;
}

.rs-trade3d .hero-description {
  max-width: 699px;
  margin-top: 14px;
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
}

.rs-trade3d .article-information {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: #fff;
  font-size:16px;
}

.rs-trade3d .author {
  display: flex;
  align-items: center;
  gap: 13px;
}

.rs-trade3d .author img {
  width: 30px;
  height: 30px;
  border: 2px solid #d6d6d6;
  border-radius: 50%;
  object-fit: cover;
}

.rs-trade3d .separator {
  width: 1px;
  height: 21px;
  background: #555;
}

.rs-trade3d .share-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 6px;
}

.rs-trade3d .share-row > span {
  margin-right: 2px;
  color: #fff;
  font-size: 16px;
}

.rs-trade3d .share-row a {
  width: 42px;
  height: 42px;
  border: 1px solid #555;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 19px;
  transition: all 0.2s ease;
}

.rs-trade3d .share-row a:hover {
  color: #fff;
  background: #ff5a00;
  border-color: #ff5a00;
}

/* Content */

.rs-trade3d .container {
  max-width: 1260px;
  margin: 0 auto;
}

.rs-trade3d .panel {
  margin: 13px 0px;
  border: 1.5px solid #ff5a00;
  border-radius: 6px;
}

.rs-trade3d .panel h3 {
  color: #ff5a00;
  text-transform: uppercase;
  font-weight: 400;
}

.rs-trade3d article.verdict-card h4 {
  text-transform: uppercase;
}

/* Trade Table */

.rs-trade3d .trade-panel {
  overflow: hidden;
  padding: 11px 17px 17px;
}

.rs-trade3d .trade-panel > h2 {
  margin-bottom: 30px;
  text-align: center;
  color: #ff5a00;
  font-weight: 400;
  text-transform: uppercase;
}

.rs-trade3d .trade-table p {
  margin-bottom: 0px;
}

.rs-trade3d .trade-table {
  width: 100%;
}

.rs-trade3d .table-row {
  display: grid;
  grid-template-columns: 1.05fr 1.07fr 1.08fr 0.88fr;
  min-height: 82px;
  border-top: 1px solid #303030;
}

.rs-trade3d .table-row > div {
  min-width: 0;
  padding: 15px 15px;
  border-left: 1px solid #303030;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.42;
}

.rs-trade3d .table-row > div:first-child {
  border-left: 0;
}

.rs-trade3d .table-header {
  min-height: auto;
  border-top: 0;
}

.rs-trade3d .table-header > div {
  padding-top: 0;
  padding-bottom: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.rs-trade3d .team-name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 1260px) {
  .rs-trade3d .container {
    padding: 0px 20px 20px 20px;
  }
}

.rs-trade3d .objective {
  gap: 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rs-trade3d .objective i {
  min-width: 44px;
  color: #ff5a00;
  font-size: 42px;
  text-align: center;
}

/* Text Panels */

.rs-trade3d .article-panel {
  padding: 14px 22px 13px;
}

.rs-trade3d .article-panel h2 {
  margin-bottom: 8px;
}

.rs-trade3d .article-panel p {
  color: #fff;
  line-height: 1.45;
}

.rs-trade3d .article-panel p + p {
  margin-top: 3px;
}

/* Verdict */

.rs-trade3d .verdict-panel {
  padding: 21px 17px 6px;
}

.rs-trade3d .verdict-title {
  padding: 0 12px;
  background: #050505;
  color: #e9e9e9 !important;
  font-size: 20px !important;
}

.rs-trade3d .verdict-title i {
  margin-right: 7px;
  color: #ff5a00;
}

.rs-trade3d .verdict-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.rs-trade3d .verdict-card {
  min-height: 75px;
  padding: 8px 26px;
  border: 1px solid #393939;
  border-radius: 5px;
}

.rs-trade3d .verdict-card h3 {
  margin-bottom: 1px;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.rs-trade3d .verdict-card small {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rs-trade3d .rating {
  display: flex;
  align-items: center;
  gap: 17px;
}

.rs-trade3d .rating strong {
  font-size: 30px;
  line-height: 1;
}

.rs-trade3d .rating-bars {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}

.rs-trade3d .rating-bars span {
  height: 9px;
  background: currentColor;
}

.rs-trade3d .rating-bars .empty {
  background: transparent;
  border: 1px solid #777;
}

.rs-trade3d .heat h4,
.rs-trade3d .suns h4,
.rs-trade3d .nets h4 {
  margin-bottom: 0;
  font-weight: 400;
}

.rs-trade3d .heat h4,
.rs-trade3d .heat .rating {
  color: #a80b01;
}

.rs-trade3d .suns h4,
.rs-trade3d .suns .rating {
  color: #9c31ff;
}

.rs-trade3d .nets h4,
.rs-trade3d .nets .rating {
  color: #ededed;
}

.rs-trade3d .verdict-note {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 20px 0px 20px;
  color: #ffffff;
}

/* Responsive */

@media (max-width: 900px) {
  .rs-trade3d .desktop-nav {
    display: none;
  }

  .rs-trade3d .header-actions {
    margin-left: auto;
  }

  .rs-trade3d .hero h1 {
    font-size: 40px;
  }
}

@media (max-width: 700px) {
  .rs-trade3d .hero-img img {
    height: 300px;
  }

  .rs-trade3d .hero h1 br {
    display: none;
  }

  .rs-trade3d .hero-description {
    font-size: 16px;
  }

  .rs-trade3d .article-information {
    flex-wrap: wrap;
    gap: 12px;
  }

  .rs-trade3d .article-information .separator {
    display: none;
  }

  .rs-trade3d .share-row {
    padding-left: 0;
    flex-wrap: wrap;
  }

  .rs-trade3d .trade-panel {
    padding: 14px;
  }

  .rs-trade3d .trade-table {
    display: grid;
    gap: 12px;
  }

  .rs-trade3d .table-header {
    display: none;
  }

  .rs-trade3d .table-row {
    display: block;
    padding: 13px;
    border: 1px solid #292929;
    border-radius: 5px;
  }

  .rs-trade3d .table-row > div {
    padding: 8px 0 8px 90px;
    border: 0;
    position: relative;
  }

  .rs-trade3d .table-row > div::before {
    width: 78px;
    color: #ff5a00;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 7px;
    font-size: 20px;
    left: 0;
  }

  .rs-trade3d .table-row > div:nth-child(1)::before {
    content: "Squadra";
  }

  .rs-trade3d .table-row > div:nth-child(2)::before {
    content: "Riceve";
  }

  .rs-trade3d .table-row > div:nth-child(3)::before {
    content: "Cede";
  }

  .rs-trade3d .table-row > div:nth-child(4)::before {
    content: "Obiettivo";
  }

  .rs-trade3d .team-name {
    font-size: 20px !important;
  }

  .rs-trade3d .objective i {
    min-width: 30px;
    font-size: 29px;
  }

  .rs-trade3d .verdict-grid {
    grid-template-columns: 1fr;
  }

  .rs-trade3d .verdict-card {
    padding-inline: 20px;
  }

  .rs-trade3d .verdict-note {
    align-items: flex-start;
    padding-inline: 4px;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .rs-trade3d .logo-mark {
    width: 48px;
    font-size: 38px;
  }

  .rs-trade3d .logo-copy small {
    display: none;
  }

  .rs-trade3d .icon-button {
    display: none;
  }

  .rs-trade3d .hero h1 {
    font-size: 36px !important;
  }

  .rs-trade3d .article-information {
    font-size: 14px;
  }

  .rs-trade3d .share-row {
    gap: 11px;
  }

  .rs-trade3d .share-row a {
    width: 38px;
    height: 38px;
  }

  /* .rs-trade3d .content-container {
    width: calc(100% - 20px);
  } */

  .rs-trade3d .article-panel {
    padding-inline: 15px;
  }

  .rs-trade3d .verdict-title {
    font-size: 17px !important;
  }
}

.rs-trade3d .share-row a img {
  border-radius: 0px;
  width: 17px;
  height: 17px;
}

.rs-trade3d .verdict-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0px 0px 10px 0px;
}

.rs-trade3d .verdict-image img {
  height: 35px;
  width: 35px;
}

.rs-trade3d .verdict-note img {
  height: 40px;
  width: 40px;
}

.rs-trade3d .objective img {
  border-radius: 0px;
  width: 30px;
}

/*
 * Page: Tarde 3 Teams Page
 * Prefix: .rs-trade3
 * File: trade-3-teams.css
 * Scoped under .rs-trade3 — unique, no class conflicts
 */

.rs-trade3 .hero-content {
  position: relative;
  padding: 25px 0px;
}

.rs-trade3 .hero-img img {
  border-radius: 0px;
}

.rs-trade3 .hero h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: 0 2px 12px #000;
  color: #fff;
}

.rs-trade3 .hero h1 span {
  color: #ff5a00;
}

.rs-trade3 .hero-description {
  max-width: 720px;
  margin-top: 14px;
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
}

.rs-trade3 .article-information {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: #fff;
}

.rs-trade3 .author {
  display: flex;
  align-items: center;
  gap: 13px;
}

.rs-trade3 .author img {
  width: 42px;
  height: 42px;
  border: 2px solid #d6d6d6;
  border-radius: 50%;
  object-fit: cover;
}

.rs-trade3 .separator {
  width: 1px;
  height: 21px;
  background: #555;
}

.rs-trade3 .share-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 6px;
  padding-left: 164px;
}

.rs-trade3 .share-row > span {
  margin-right: 2px;
  color: #fff;
  font-size: 16px;
}

.rs-trade3 .share-row a {
  width: 42px;
  height: 42px;
  border: 1px solid #555;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 19px;
  transition: all 0.2s ease;
}

.rs-trade3 .share-row a:hover {
  color: #fff;
  background: #ff5a00;
  border-color: #ff5a00;
}

/* Content */

.rs-trade3 .container {
  max-width: 1260px;
  margin: 0 auto;
}

.rs-trade3 .panel {
  margin: 13px 0px;
  border: 1.5px solid #ff5a00;
  border-radius: 6px;
}

.rs-trade3 .panel h3 {
  color: #ff5a00;
  text-transform: uppercase;
  font-weight: 400;
}

.rs-trade3 article.verdict-card h4 {
  text-transform: uppercase;
}

/* Trade Table */

.rs-trade3 .trade-panel {
  overflow: hidden;
  padding: 11px 17px 17px;
}

.rs-trade3 .trade-panel > h2 {
  margin-bottom: 30px;
  text-align: center;
  color: #ff5a00;
  font-weight: 400;
  text-transform: uppercase;
}

.rs-trade3 .trade-table {
  width: 100%;
}

.rs-trade3 .table-row {
  display: grid;
  grid-template-columns: 1.05fr 1.07fr 1.08fr 0.88fr;
  min-height: 82px;
  border-top: 1px solid #303030;
}

.rs-trade3 .table-row > div {
  min-width: 0;
  padding: 11px 12px;
  border-left: 1px solid #303030;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.42;
}

.rs-trade3 .table-row > div:first-child {
  border-left: 0;
}

.rs-trade3 .table-header {
  min-height: auto;
  border-top: 0;
}

.rs-trade3 .table-header > div {
  padding-top: 0;
  padding-bottom: 7px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.rs-trade3 .team-name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 1260px) {
  .rs-trade3 .container {
    padding: 0px 20px 20px 20px;
  }
}

.rs-trade3 .objective {
  gap: 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rs-trade3 .objective i {
  min-width: 44px;
  color: #ff5a00;
  font-size: 42px;
  text-align: center;
}

/* Text Panels */

.rs-trade3 .article-panel {
  padding: 14px 22px 13px;
}

.rs-trade3 .article-panel h2 {
  margin-bottom: 8px;
}

.rs-trade3 .article-panel p {
  color: #fff;
  line-height: 1.45;
}

.rs-trade3 .article-panel p + p {
  margin-top: 3px;
}

/* Verdict */

.rs-trade3 .verdict-panel {
  padding: 21px 17px 6px;
}

.rs-trade3 .verdict-title {
  padding: 0 12px;
  background: #050505;
  color: #e9e9e9 !important;
  font-size: 20px !important;
}

.rs-trade3 .verdict-title i {
  margin-right: 7px;
  color: #ff5a00;
}

.rs-trade3 .verdict-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.rs-trade3 .verdict-card {
  min-height: 75px;
  padding: 8px 26px;
  border: 1px solid #393939;
  border-radius: 5px;
}

.rs-trade3 .verdict-card h3 {
  margin-bottom: 1px;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.rs-trade3 .verdict-card small {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rs-trade3 .rating {
  display: flex;
  align-items: center;
  gap: 17px;
}

.rs-trade3 .rating strong {
  font-size: 30px;
  line-height: 1;
}

.rs-trade3 .rating-bars {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}

.rs-trade3 .rating-bars span {
  height: 9px;
  background: currentColor;
}

.rs-trade3 .rating-bars .empty {
  background: transparent;
  border: 1px solid #777;
}

.rs-trade3 .heat h4,
.rs-trade3 .suns h4,
.rs-trade3 .nets h4 {
  margin-bottom: 0;
  font-weight: 400;
}

.rs-trade3 .heat h4,
.rs-trade3 .heat .rating {
  color: #a80b01;
}

.rs-trade3 .suns h4,
.rs-trade3 .suns .rating {
  color: #9c31ff;
}

.rs-trade3 .nets h4,
.rs-trade3 .nets .rating {
  color: #ededed;
}

.rs-trade3 .verdict-note {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 28px 0;
  color: #ffffff;
}

/* Responsive */

@media (max-width: 900px) {
  .rs-trade3 .desktop-nav {
    display: none;
  }

  .rs-trade3 .header-actions {
    margin-left: auto;
  }

  .rs-trade3 .hero h1 {
    font-size: 40px;
  }
}

@media (max-width: 700px) {
  .rs-trade3 .hero h1 br {
    display: none;
  }

  .rs-trade3 .hero-description {
    font-size: 16px;
  }

  .rs-trade3 .article-information {
    flex-wrap: wrap;
    gap: 12px;
  }

  .rs-trade3 .article-information .separator {
    display: none;
  }

  .rs-trade3 .share-row {
    padding-left: 0;
    flex-wrap: wrap;
  }

  .rs-trade3 .trade-panel {
    padding: 14px;
  }

  .rs-trade3 .trade-table {
    display: grid;
    gap: 12px;
  }

  .rs-trade3 .table-header {
    display: none;
  }

  .rs-trade3 .table-row {
    display: block;
    padding: 13px;
    border: 1px solid #292929;
    border-radius: 5px;
  }

  .rs-trade3 .table-row > div {
    padding: 8px 0 8px 90px;
    border: 0;
    position: relative;
  }

  .rs-trade3 .table-row > div::before {
    width: 78px;
    color: #ff5a00;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    top: 9px;
    left: 0;
  }

  .rs-trade3 .table-row > div:nth-child(1)::before {
    content: "Squadra";
  }

  .rs-trade3 .table-row > div:nth-child(2)::before {
    content: "Riceve";
  }

  .rs-trade3 .table-row > div:nth-child(3)::before {
    content: "Cede";
  }

  .rs-trade3 .table-row > div:nth-child(4)::before {
    content: "Obiettivo";
  }

  .rs-trade3 .team-name {
    font-size: 20px !important;
  }

  .rs-trade3 .objective i {
    min-width: 30px;
    font-size: 29px;
  }

  .rs-trade3 .verdict-grid {
    grid-template-columns: 1fr;
  }

  .rs-trade3 .verdict-card {
    padding-inline: 20px;
  }

  .rs-trade3 .verdict-note {
    align-items: flex-start;
    padding-inline: 4px;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .rs-trade3 .logo-mark {
    width: 48px;
    font-size: 38px;
  }

  .rs-trade3 .logo-copy small {
    display: none;
  }

  .rs-trade3 .icon-button {
    display: none;
  }

  .rs-trade3 .hero h1 {
    font-size: 38px;
  }

  .rs-trade3 .article-information {
    font-size: 14px;
  }

  .rs-trade3 .share-row {
    gap: 11px;
  }

  .rs-trade3 .share-row a {
    width: 38px;
    height: 38px;
  }

  .rs-trade3 .content-container {
    width: calc(100% - 20px);
  }

  .rs-trade3 .article-panel {
    padding-inline: 15px;
  }

  .rs-trade3 .verdict-title {
    font-size: 17px !important;
  }
}

.rs-trade3 .share-row a img {
  border-radius: 0px;
}

.rs-trade3 .verdict-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0px 0px 10px 0px;
}

.rs-trade3 .verdict-image img {
  height: 35px;
  width: 35px;
}

.rs-trade3 .verdict-note img {
  height: 40px;
  width: 40px;
}

.rs-trade3 .objective img {
  border-radius: 0px;
  width: 25px;
}

/*
 * Page: Trade 2 Teams
 * Prefix: .rs-trade2
 * File: trade-2-teams.css
 * Scoped under .rs-trade2 — unique, no class conflicts
 */

/* Hero */

/* =========================================
   RESET
========================================= */

.rs-trade2 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.rs-trade2 {
  scroll-behavior: smooth;
}

.rs-trade2 {
  background: #000;
  color: #fff;

  font-family: Arial, Helvetica, sans-serif;
}

/* =========================================
   MAIN PAGE
========================================= */

.rs-trade2 .trade-page {
  width: 100%;
  max-width: 1000px;

  margin: 0 auto;

  background: #050505;

  min-height: 100vh;
}

.rs-trade2 .container {
  max-width: 1260px;
  margin: 0 auto;
}

/* =========================================
   HERO
========================================= */

.rs-trade2 .article-hero {
  position: relative;

  width: 100%;

  overflow: hidden;
}

/* .article-hero img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;
} */

/* =========================================
   TITLE
========================================= */

.rs-trade2 .article-content h1 {
  line-height: 1.12;

  font-weight: 600;

  letter-spacing: -0.3px;

  margin-bottom: 10px;
  font-family: "Barlow Condensed";
  color: #fff;
}

.rs-trade2 .article-content h1 span {
  display: block;

  color: #ff5a00;

  margin-top: 2px;
}

.rs-trade2 .objective-icon img {
  border-radius: 0px;
}

/* =========================================
   DESCRIPTION
========================================= */

.rs-trade2 .article-description {
  max-width: 625px;
  color: #fff;
}

.rs-trade2 .panel {
  margin-top: 13px;
  border: 1.5px solid #ff5a00;
  border-radius: 6px;
}

.rs-trade2 .panel h3 {
  color: #ff5a00;
  text-transform: uppercase;
  font-weight: 400;
}

/* =========================================
   META
========================================= */

.rs-trade2 .article-meta {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 10px;

  margin-bottom: 8px;
  color: #fff;
  font-size:16px;
}

.rs-trade2 .author {
  display: flex;

  align-items: center;

  gap: 15px;
}

.rs-trade2 .author-image {
  width: 30px;
  height: 30px;

  overflow: hidden;

  border-radius: 50%;
  border: 2px solid #d6d6d6;
}

.rs-trade2 .author-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.rs-trade2 .meta-divider {
  color: #555;
}

/* =========================================
   SHARE
========================================= */

.rs-trade2 .share-row {
  display: flex;

  align-items: center;

  gap: 20px;

  margin-bottom: 6px;
  color: #fff;
  padding-left: 164px;
}

.rs-trade2 .share-row a {
  width: 42px;
  height: 42px;
  border: 1px solid #555;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 19px;
  transition: all 0.2s ease;
}

.rs-trade2 .share-row a:hover {
  color: #fff;
  background: #ff5a00;
  border-color: #ff5a00;
}

/* =========================================
   TRADE CARD
========================================= */

.rs-trade2 .trade-card {
  width: 100%;

  position: relative;

  border: 1px solid #ff5a00;

  border-radius: 8px;

  padding: 14px 32px 0;

  color: #fff;

  overflow: hidden;
}

/* =========================================
   TRADE TITLE
========================================= */

.rs-trade2 .trade-title {
  text-align: center;

  color: #ff5a00;

  margin-bottom: 7px;
  font-size: 30px;
}

/* =========================================
   MAIN TRADE CONTENT
========================================= */

.rs-trade2 .trade-content {
  display: grid;

  grid-template-columns:
    1fr
    70px
    1fr;

  min-height: 245px;
}

/* =========================================
   TEAM COLUMN
========================================= */

.rs-trade2 .trade-team {
  padding-top: 2px;
}

.rs-trade2 .trade-team h3 {
  margin: 0 0 8px;
  text-align: center;
}

.rs-trade2 .arrive {
  color: #ff5a00;
  text-align: center;
  margin-bottom: 5px;
}

.rs-trade2 .players {
  text-align: center;
}

/* =========================================
   CENTER AREA
========================================= */

.rs-trade2 .trade-middle {
  position: relative;

  height: 100%;
}

/* Vertical line */

.rs-trade2 .middle-line {
  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  width: 2px;

  background: #2a2a2a;
}

.rs-trade2 .top-line {
  top: 0;

  height: 92px;
}

.rs-trade2 .bottom-line {
  bottom: 0;

  height: 92px;
}

/* =========================================
   TRADE ARROWS
========================================= */

.rs-trade2 .trade-arrows {
  position: absolute;

  top: 120px;

  left: 50%;

  transform: translateX(-50%);

  width: 60px;

  height: 65px;

  display: flex;

  flex-direction: column;

  align-items: center;
}

.rs-trade2 .trade-arrows span {
  display: block;

  color: #ff5a00;

  font-size: 35px;

  line-height: 0.65;

  font-weight: 300;
}

/* =========================================
   OBJECTIVE
========================================= */

.rs-trade2 .objective-section {
  position: relative;

  display: grid;

  grid-template-columns:
    1fr
    75px
    1fr;

  align-items: center;

  min-height: 72px;

  border-top: 1px solid #2a2a2a;

  margin: 0;
}

/* =========================================
   OBJECTIVE ITEMS
========================================= */

.rs-trade2 .objective-item {
  display: flex;

  align-items: center;

  gap: 10px;

  color: #fff;

  font-size: 20px;
}

.rs-trade2 .objective-left {
  justify-content: center;
}

.rs-trade2 .objective-right {
  justify-content: center;
}

/* =========================================
   OBJECTIVE ICON
========================================= */

.rs-trade2 .objective-icon {
  color: #ff5a00;
  height: 30px;
  width: 30px;
}

/* =========================================
   CENTER OBJECTIVE LABEL
========================================= */

.rs-trade2 .objective-center {
  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #ff5a00;
}

.rs-trade2 .verdict-note img {
  height: 40px;
  width: 40px;
  border-radius: 0px;
}

.rs-trade2 h4.trade-team-heading {
  color: #a80b01;
}

.tnp.tnp-subscription .tnp-field.tnp-field-button input {
  background: #FF5A00;
  border-radius: 0 4px 4px 0px;
  height: 47px;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 768px) {
  .rs-trade2 .article-content h1 {
    font-size: 30px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {
  .tnp.tnp-subscription .tnp-field.tnp-field-button input {
    font-size: 14px !important;
}
 .page-template-fantasy-insights section.cta-banners a.btn {
    font-size: 15px;
    padding: 10px 15px !important;
}
  .tnp.tnp-subscription .tnp-field.tnp-field-button input {
    font-size: 16px;
} 
  .rs-trade2 .trade-page {
    width: 100%;
  }

  .rs-trade2 .players p {
    font-size: 12px;
  }

  .rs-trade2 .trade-team h3 {
    font-size: 20px;
  }

  .rs-trade2 .article-content h1 {
    font-size: 30px;

    line-height: 1.15;

    margin-bottom: 10px;
  }

  .rs-trade2 .article-meta {
    gap: 8px;

    font-size: 13px;
  }

  .rs-trade2 .author-image {
    width: 30px;
    height: 30px;
  }

  .rs-trade2 .share-row {
    font-size: 16px;

    gap: 7px;

    margin-bottom: 10px;
  }

  .rs-trade2 .share-icon {
    width: 21px;
    height: 21px;

    font-size: 10px;
  }

  /* TRADE */

  .rs-trade2 .trade-card {
    border-radius: 5px;
  }

  .rs-trade2 .trade-title {
    font-size: 11px;

    padding-top: 7px;
  }

  .rs-trade2 .trade-main {
    grid-template-columns:
      1fr
      30px
      1fr;

    padding: 0 10px;

    min-height: 140px;
  }

  .rs-trade2 .team-column {
    padding: 2px 3px 8px;
  }

  .rs-trade2 .team-column h2 {
    font-size: 14px;
  }

  .rs-trade2 .arrive {
    font-size: 12px;

    margin-bottom: 8px;
  }

  .rs-trade2 .team-column p {
    font-size: 11px;

    line-height: 1.45;
  }

  .rs-trade2 .trade-arrow {
    font-size: 20px;
  }

  .rs-trade2 .trade-objective {
    margin: 0 10px;

    grid-template-columns:
      1fr
      65px
      1fr;

    min-height: 35px;
  }

  .rs-trade2 .objective-item {
    font-size: 11px;

    gap: 5px;
  }

  .rs-trade2 .objective-center {
    font-size: 11px;
  }

  .rs-trade2 .objective-label {
    font-size: 9px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 380px) {
  .rs-trade2 .article-content h1 {
    font-size: 19px;
  }

  .rs-trade2 .trade-main {
    padding: 0 7px;
  }

  .rs-trade2 .team-column h2 {
    font-size: 13px;
  }

  .rs-trade2 .team-column p {
    font-size: 10px;
  }

  .rs-trade2 .trade-objective {
    margin-left: 8px;
    margin-right: 8px;
  }
}

/* Text Panels */

.rs-trade2 .article-panel {
  padding: 14px 22px 13px;
}

.rs-trade2 .article-panel h2 {
  margin-bottom: 8px;
}

.rs-trade2 .article-panel p {
  color: #fff;
}

.rs-trade2 .article-panel p + p {
  margin-top: 3px;
}

/* Verdict */

.rs-trade2 .verdict-panel {
  padding: 21px 17px 6px;
  position: relative;
}

.rs-trade2 .verdict-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0px 0px 10px 0px;
  color: #fff;
}

.rs-trade2 .verdict-image img {
  height: 35px;
  width: 35px;
  border-radius: 0px;
}

.rs-trade2 .verdict-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}

.rs-trade2 .verdict-card {
  min-height: 75px;
  padding: 8px 26px;
  border: 1px solid #393939;
  border-radius: 5px;
}

.rs-trade2 .verdict-card h4 {
  margin-bottom: 1px;
  text-transform: uppercase;
  font-weight: 400;
}

.rs-trade2 .share-row a img {
  border-radius: 0px;
}

.rs-trade2 .article-content {
  padding: 25px 0px;
}

.rs-trade2 .verdict-card small {
  text-transform: uppercase;
  color: #fff;
}

.rs-trade2 .rating {
  display: flex;
  align-items: center;
  gap: 17px;
}

.rs-trade2 .rating strong {
  font-size: 30px;
  line-height: 1;
}

.rs-trade2 .rating-bars {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}

.rs-trade2 .rating-bars span {
  height: 9px;
  background: currentColor;
}

.rs-trade2 .rating-bars .empty {
  background: transparent;
  border: 1px solid #777;
}

.rs-trade2 .heat h3,
.rs-trade2 .heat .rating {
  color: #a80b01;
}

.rs-trade2 .suns h3,
.rs-trade2 .suns .rating {
  color: #9c31ff;
}

.rs-trade2 .nets h3,
.rs-trade2 .nets .rating {
  color: #ededed;
}

.rs-trade2 h4.trade-suns-heading {
  color: #9c31ff;
}

.rs-trade2 .verdict-note {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  color: #d5d5d5;
}

.rs-trade2 .verdict-note p {
  margin-bottom: 0px;
  color: #fff;
}

/* Responsive */

@media (max-width: 900px) {
  .rs-trade2 .desktop-nav {
    display: none;
  }

  .rs-trade2 .header-actions {
    margin-left: auto;
  }

  .rs-trade2 .hero-content {
    padding-top: 280px;
  }

  .rs-trade2 .article-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 700px) {
  .rs-trade2 .site-header {
    height: 64px;
  }

  .rs-trade2 .header-container,
  .rs-trade2 .hero-content,
  .rs-trade2 .content-container {
    width: calc(100% - 30px);
  }

  .rs-trade2 .logo-copy {
    font-size: 15px;
  }

  .rs-trade2 .header-actions {
    gap: 18px;
  }

  .rs-trade2 .hero {
    min-height: 670px;
  }

  .rs-trade2 .hero-content {
    padding-top: 310px;
  }

  .rs-trade2 .hero h1 br {
    display: none;
  }

  .rs-trade2 .hero-description {
    font-size: 16px;
  }

  .rs-trade2 .article-information {
    flex-wrap: wrap;
    gap: 12px;
  }

  .rs-trade2 .article-information .separator {
    display: none;
  }

  .rs-trade2 .trade-panel {
    padding: 14px;
  }

  .rs-trade2 .trade-table {
    display: grid;
    gap: 12px;
  }

  .rs-trade2 .table-header {
    display: none;
  }

  .rs-trade2 .table-row {
    display: block;
    padding: 13px;
    border: 1px solid #292929;
    border-radius: 5px;
  }

  .rs-trade2 .table-row > div {
    padding: 8px 0 8px 90px;
    border: 0;
    position: relative;
  }

  .rs-trade2 .table-row > div::before {
    width: 78px;
    color: #ff5a00;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    top: 9px;
    left: 0;
  }

  .rs-trade2 .table-row > div:nth-child(1)::before {
    content: "Squadra";
  }

  .rs-trade2 .table-row > div:nth-child(2)::before {
    content: "Riceve";
  }

  .rs-trade2 .table-row > div:nth-child(3)::before {
    content: "Cede";
  }

  .rs-trade2 .table-row > div:nth-child(4)::before {
    content: "Obiettivo";
  }

  .rs-trade2 .team-name {
    font-size: 20px !important;
  }

  .rs-trade2 .objective i {
    min-width: 30px;
    font-size: 29px;
  }

  .rs-trade2 .verdict-grid {
    grid-template-columns: 1fr;
  }

  .rs-trade2 .verdict-card {
    padding-inline: 20px;
  }

  .rs-trade2 .verdict-note {
    display: block;
    padding: 20px 5px;
  }
}

@media (max-width: 460px) {
  .rs-trade2 .logo-mark {
    width: 48px;
    font-size: 38px;
  }

  .rs-trade2 .logo-copy small {
    display: none;
  }

  .rs-trade2 .icon-button {
    display: none;
  }

  .rs-trade2 .article-information {
    font-size: 14px;
  }

  .rs-trade2 .share-row a {
    width: 38px;
    height: 38px;
  }

  .rs-trade2 .content-container {
    width: calc(100% - 20px);
  }

  .rs-trade2 .article-panel {
    padding-inline: 15px;
  }

  .rs-trade2 .verdict-title {
    font-size: 17px !important;
  }

  .rs-trade2 .players p {
    font-size: 11px;
  }
}

@media (max-width: 1260px) {
  .rs-trade2 .container {
    padding: 0px 20px 20px 20px;
  }
}

/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/*-------- Fantasy Page Css -----------------*/
.page-id-48 {
  color: #fff;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
}

/* Utility Classes */
.text-orange {
  color: #ff5a00;
}
.text-muted {
  color: #888888;
}
.font-head {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

/* =========================================
    HERO SECTION
    ========================================= */
.hero {
  position: relative;
}
.hero img {
  border-radius: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-content {
  padding: 25px 0px;
}

.hero h1 {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.hero p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 15px;
}

.hero-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.form-group div.tnp-subscription {
  margin: 0px;
  max-width: 100%;
}
/* =========================================
    IN 30 SECONDI
    ========================================= */
.section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.grid-30s {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}

.card-30s {
  background: #0e0e0e;
  border: 1px solid #222;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.cta-banner button {
  padding: 10px 15px;
}
.card-30s-top {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.card-icon {
  width: 48px;
  height: 48px;
  border: 1px solid #ff5a00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff5a00;
  flex-shrink: 0;
}

.card-title-area {
  flex-grow: 1;
}
.card-role {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
  font-family: "Oswald", sans-serif;
}
.card-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.card-score {
  font-size: 12px;
  color: #888888;
  margin-top: 4px;
}
.card-score span {
  font-weight: 700;
  font-size: 14px;
  margin-left: 5px;
}

.card-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 15px;
}
.badge {
  font-size: 10px;
  color: #888888;
  display: flex;
  align-items: center;
  gap: 4px;
}
.badge.highlight {
  color: #ff5a00;
}
.badge.danger {
  color: #f87171;
}

.card-credits {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
}
.card-desc {
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-top: 1px solid #222;
  padding: 15px 45px 0px 45px;
}

.mobile-score-right,
.mobile-badges-right {
  display: none;
}

.scelte-section {
  background-color: #0e0e0e;
  border: 1px solid #1f1f1f;
  border-radius: 12px;
  padding: 24px;
}

.scelte-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.scelte-header h2 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
}
.scelte-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  overflow-x: scroll;
  padding-bottom: 16px;
  /* scrollbar-width: thin;
  scrollbar-color: #ff5a00 #1a1a1a; */
}
.scelte-grid .col {
  background-color: #0e0e0e;
  border: 1px solid #1f1f1f;
  border-radius: 12px;
  padding: 24px;
}

.scelte-grid::-webkit-scrollbar {
  height: 8px;
}

.scelte-grid::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 10px;
}

.scelte-grid::-webkit-scrollbar-thumb {
  background: #ff5a00;
  border-radius: 10px;
}

.scelte-grid::-webkit-scrollbar-thumb:hover {
  background: #cc4800;
}

.col-title {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #ff5a00;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.th-row {
  display: flex;
  align-items: center;
  font-size: 9px;
  color: #737373;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 6px;
  border-bottom: 1px solid #1f1f1f;
  margin-bottom: 8px;
}

.td-row {
  display: flex;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #141414;
  font-size: 12px;
  gap: 15px;
}


.td-row:last-child {
  border-bottom: none;
}

.w-gio {
  flex: 1;
  padding-left: 36px;
}

.w-gio-no-circle {
  flex: 1;
  padding-left: 20px;
}

.w-sq {
  width: 95px;
}

.w-sc {
  width: 60px;
  text-align: center;
}

.w-cr {
  width: 110px;
  text-align: right;
}

.col-coach .w-gio-no-circle {
  padding-left: 20px;
}

.col-coach .w-sc {
  text-align: center;
  
}
section.target-section {
  margin-bottom: 20px;
}
.col-coach .td-row .w-sc {
  padding-left: 14px;
}

.num {
  width: 12px;
  font-size: 11px;
  color: #e0e0e0;
  font-weight: 500;
  display: inline-block;
}

.circle {
  width: 16px;
  height: 16px;
  border: 1px solid #ff5a00;
  color: #ff5a00;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 600;
  margin-left: 8px;
  margin-right: 8px;
  flex-shrink: 0;
}

.circle.dim {
  border-color: #993600;
  color: #993600;
}

.name {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #d4d4d4;
}

.team {
  width: 75px;
  font-size: 10px;
  color: #737373;
  white-space: nowrap;
}

.score {
  width: 35px;
  text-align: center;
  color: #ff5a00;
  font-weight: 600;
  font-size: 13px;
}

.col-coach .score {
  text-align: left;
  padding-left: 14px;
}

.badge-wrapper {
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}

.crediti-label {
  font-size: 10px;
  color: #737373;
  text-transform: capitalize;
  margin-top: 4px;
  padding-left: 4px;
}

.crediti-value {
  font-size: 11px;
  color: #ffffff;
  font-weight: 600;
  padding-left: 4px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2.5px 12px;
  border-radius: 4px;
  font-size: 9px;
  white-space: nowrap;
  border: 1px solid transparent;
}

.pill-yellow {
  color: #e6c553;
  border-color: #b39024;
  background: rgba(230, 197, 83, 0.05);
}

.pill-orange {
  color: #ff5a00;
  border-color: #ff5a00;
  background: rgba(255, 90, 0, 0.05);
}

.pill-gray {
  color: #a0a0a0;
  border-color: #505050;
  background: rgba(255, 255, 255, 0.03);
}

@media (max-width: 1200px) {
  .scelte-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}

@media (max-width: 600px) {
  .scelte-section {
    padding: 20px;
  }

  .col-coach .score{
    text-align: center;
    padding-left: 0;
  }
}

/* =========================================
    CTA BANNERS
    ========================================= */
.cta-banner {
  background: #0e0e0e;
  border: 1px solid #222;
  border-radius: 8px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.cta-left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cta-icon {
  color: #ff5a00;
}

.cta-text h3 {
  font-size: 22px;
  color: #ff5a00;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 8px;
}
.cta-text p {
  color: #888888;
  margin-bottom: 0px;
}
.cta-text h3.white {
  color: #ffffff;
}

.btn {
  background: #ff5a00;
  color: #000;
  border: none;
  padding: 10px 24px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn-outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid #222;
}

/* =========================================
    BOTTOM (ARCHIVE & NEWSLETTER)
    ========================================= */
.bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.archive-con h4 {
  margin: 0px;
}
.news-header.font-head img {
  width: 50px;
}
.science-pics {
  background: #0e0e0e;
  border: 1px solid #222;
  border-radius: 8px;
  padding: 20px 30px;
  margin-bottom: 15px;
}
.archive-header,
.news-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
  justify-content: start;
}

.archive-list {
  font-size: 13px;
  color: #888888;
}
.archive-item {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  border-bottom: 1px solid #222;
}
.newsletter-section.newsletter {
  background: #0e0e0e;
  border: 1px solid #222;
  border-radius: 8px;
  padding: 20px 30px;
  margin-bottom: 15px;
}
.archive-item a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.archive-all {
  margin-top: 15px;
  color: #ff5a00;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.newsletter p {
  font-size: 13px;
  color: #888888;
  font-family: "Inter";
  text-transform: none;
}
.form-group {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.form-group input {
  flex: 1;
  background: #0e0e0e;
  border: 1px solid #222;
  color: #ffffff;
  padding: 12px 15px;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
}
.form-group input:focus {
  outline: 1px solid #ff5a00;
}
.sub-text {
  font-size: 15px;
  color: #555555;
}

/* =========================================
    RESPONSIVE DESIGN
    ========================================= */

@media (max-width: 1024px) {
  .grid-30s {
    grid-template-columns: repeat(2, 1fr);
  }
  .bottom-grid {
    grid-template-columns: 1fr;
  }
  .cta-banner {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .cta-left {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .science-pics {
    padding: 20px 10px;
  }
  .archive-item a {
    font-size: 12px !important;
  }
  .container {
    padding: 15px;
  }
  .hero h1 {
    font-size: 40px;
  }
  .hero p {
    font-size: 16px;
  }
  section.target-section {
    margin-bottom: 0px;
  }

  .grid-30s {
    grid-template-columns: 1fr;
    gap: 0;
    background: #0e0e0e;
    border: 1px solid #222;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 0px;
  }
  .cta-banner button {
    font-size: 14px;
  }
  .cta-banner {
    margin-bottom: 0px;
  }

  .card-30s {
    background: transparent;
    border: none;
    border-bottom: 1px solid #222;
    border-radius: 0;
    padding: 15px 5px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .card-30s:last-child {
    border-bottom: none;
  }

  .card-score,
  .card-badges,
  .card-credits,
  .card-desc {
    display: none;
  }

  .card-30s-top {
    margin-bottom: 0;
    align-items: center;
    gap: 12px;
    width: 50%;
  }
  .card-icon {
    width: 36px;
    height: 36px;
  }
  .card-role {
    font-size: 10px;
  }
  .card-name {
    font-size: 14px;
    white-space: nowrap;
  }

  .mobile-score-right {
    display: block;
    font-family: "Oswald", sans-serif;
    color: #ff5a00;
    font-size: 16px;
    font-weight: 500;
    width: 25px;
    text-align: right;
  }

  .mobile-badges-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 35%;
  }

  .mobile-badge {
    font-size: 9px;
    color: #888888;
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .mobile-credit {
    font-size: 12px;
    font-weight: 600;
  }

  .table-headers {
    display: none;
  }

  .cta-banner {
    padding: 20px;
  }
  .cta-left {
    gap: 5px;
}
.cta-text h3 {
  font-size: 28px !important;
}
.archive-header, .news-header {
  flex-direction: column;
  text-align: center;
  margin-bottom: 10px;
}
.page-template-fantasy-insights .newsletter-section .sub-text {
  text-align: center;
}
.newlet-form-box .tnp.tnp-subscription {
  margin: 0px 0;
}
  .btn {
    width: 100%;
    justify-content: center;
  }

  .form-group {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1359px) {
  .container {
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  section.legal-statement {
    padding: 0px !important;
  }
  .hero-content {
    padding: 0px;
  }

  .scelte-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0;
  }

  .scelte-grid .col {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 16px;
  }

  .scelte-grid .td-row,
  .scelte-grid .th-row {
    min-width: 400px;
    gap:15px;
  }
  .name{
    overflow: visible;
  }
}
.hero-date img {
  border-radius: 0px;
  width: 18px;
}
.section-header.font-head img {
  width: 30px;
}
.grid-30s .card-icon img {
  border-radius: 0px;
  width: 22px;
}
.scelte-header img {
  width: 24px;
  border-radius: 0px;
}
span.badge-wrapper .pill img {
  width: 8px;
}
.cta-icon img {
  width: 40px;
  border-radius: 0px;
}
.archive-header.font-head img {
  width: 30px;
  border-radius: 0px;
}
.card-30s .badge img {
  width: 10px;
}

section.legal-statement {
  padding: 30px 0px;
}
.statement-content {
  background: #111111;
  padding: 20px;
  border-radius: 12px;
  border-left: 3px solid #ff5a00;
}
.statement-content p {
  margin: 0px;
}

/*---- All Insight Science ----*/
.category-heading {
  text-align: center;
}
.padding-70 {
  padding: 70px 0;
}
.card-content h3 a {
  font-size: 30px;
  font-family: "Barlow Condensed";
  letter-spacing: 1.2px;
}
.archive-pagination a {
  font-size: 18px;
}
.category-heading p {
  font-size: 36px;
}
.category-heading h1 {
  font-family: "Barlow Condensed";
  display: inline-block;
  color: #fff;
  padding: 5px 18px;
  border-radius: 6px;
  margin-top: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* Big Image Area */
.category-image {
  margin-top: 30px;
}
.category-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  filter: drop-shadow(0 0 20px rgba(255, 90, 0, 0.3));
}
.category-image .caption {
  color: #9ca3af;
  margin-top: 15px;
  letter-spacing: 0.3px;
}
/* 3 Cards Flex Area */
.cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
  gap: 20px;
  margin-top: 30px;
  text-align: left;
}
.card {
  width: 100%;
  background: #111111;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.card:hover {
  transform: translateY(-8px);
  border-color: #ff5a00;
  box-shadow: 0 10px 30px rgba(255, 90, 0, 0.15);
}
.card img {
  width: 100%;
  height: 170px;
}
.card-content {
  padding: 0px 20px 20px 20px;
}
.card-content h3 {
  color: #fff;
  margin-bottom: 10px;
}
.card-content p {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
}
a.card-botton {
  font-size: 18px !important;
  color: #ff5a00 !important;
  padding: 7px 0px;
  margin-block-start: 15px;
  margin-block-end: 15px;
}
.archive-pagination {
  margin-top: 50px;
}
ul.page-numbers li {
  list-style: none;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
}
.archive-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 8px 14px;
  margin: 0 4px;
  border-radius: 6px;
  text-decoration: none;
  gap: 10px;
}
.archive-pagination .page-numbers.current,
.archive-pagination .page-numbers:hover {
  border-color: #ff5a00;
  color: #ff5a00;
}
/* Responsive */
@media (max-width: 768px) {
  .category-heading p {
    font-size: 22px;
  }
  .category-heading h1 {
    font-size: 30px;
  }

  .all-science-insight h1{
    font-size: 30px !important;
  }

  .cards-container {
    align-items: center;
  }
}
/* Tablet */
@media (max-width: 992px) {
  .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Mobile */
@media (max-width: 576px) {
  .cards-container {
    grid-template-columns: 1fr;
  }
}

/*------------ ----------*/
.fantasy-hero {
  width: 100%;
  overflow: hidden;
}

.fantasy-hero img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}

.fantasy-breadcrumb {
  margin-bottom: 20px;
}

.fantasy-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
}

.fantasy-title-content {
  flex: 1;
}

.fantasy-title-content h1 {
  margin: 0;
  color: #ffffff;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.5px;
}
.fantasy-title-content h1 span {
  color: #ff5a00;
}
.fantasy-subtitle {
  margin: 8px 0 0;
  color: #ffffff;
}
.fantasy-next-date {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 215px;
  padding-bottom: 5px;
  color: #eeeeee;
}
.fantasy-calendar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border: 1.5px solid #ffffff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1;
}

.fantasy-next-date strong,
.fantasy-next-date small {
  display: block;
}

.fantasy-next-date strong {
  font-size: 14px;
}

.fantasy-next-date small {
  margin-top: 3px;
  font-size: 12px;
}

.fantasy-picks-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.fantasy-pick-card {
  min-height: 202px;
  padding: 16px 17px;
  background: #111111;
  border: 1px solid #2a2a2a;
  border-radius: 9px;
}

.fantasy-pick-heading {
  display: flex;
  gap: 11px;
  margin-bottom: 12px;
}

.fantasy-pick-icon {
  flex-shrink: 0;
}

.fantasy-pick-icon img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.fantasy-pick-content h4 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
}

.fantasy-pick-content h6 {
  margin: 7px 0px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}

.fantasy-pick-content span {
  display: block;
  font-size: 12px;
  line-height: 1;
}

.fantasy-pick-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.fantasy-our-picks {
  margin-top: 30px;
  padding: 20px;
  background: #111111;
  border: 1px solid #2a2a2a;
  border-radius: 9px;
}

.fantasy-our-picks-title {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 40px;
}

.fantasy-flask-icon img {
  display: block;
  width: 30px;
  height: 35px;
  object-fit: contain;
  border-radius: 0px;
}

.fantasy-our-picks-title h4 {
  margin: 0;
}

.fantasy-position-title {
  padding: 0 0 7px;
  color: #ff5a00;
  border-bottom: 1px solid #282828;
  font-size: 16px;
  font-weight: 600;
}

.fantasy-player-row {
  display: grid;
  grid-template-columns: 45px 240px 1fr;
  align-items: center;
  min-height: 64px;
  border-bottom: 1px solid #2a2a2a;
}

.fantasy-player-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #ff5a00;
  border: 1px solid #ff5a00;
  border-radius: 50%;
  font-size: 15px;
}

.fantasy-player-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 58px;
  padding-right: 15px;
  border-right: 1px solid #292929;
}

.fantasy-player-info h5 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
}

.fantasy-player-info span {
  margin-top: 4px;
  font-size: 12px;
}

.fantasy-player-description {
  max-width: 800px;
  padding: 10px 10px 10px 40px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .fantasy-container {
    padding: 35px 20px;
  }

  .fantasy-picks-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .fantasy-pick-card {
    min-height: auto;
  }

  .fantasy-player-row {
    grid-template-columns: 45px 220px 1fr;
  }

  .fantasy-player-description {
    padding-left: 25px;
  }
}

@media (max-width: 900px) {
  .fantasy-container {
    padding: 30px 20px;
  }

  .fantasy-title-row {
    gap: 20px;
  }

  .fantasy-player-row {
    grid-template-columns: 45px 200px 1fr;
  }

  .fantasy-player-description {
    padding: 10px 10px 10px 25px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .fantasy-container {
    padding: 25px 18px;
  }

  section.fantasy-title-row h1 {
    font-size: 38px;
  }
  .fantasy-title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .fantasy-next-date {
    min-width: auto;
    padding-bottom: 0;
  }

  .fantasy-picks-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .fantasy-pick-card {
    padding: 15px;
  }

  .fantasy-pick-content h4 {
    font-size: 19px;
  }

  .fantasy-pick-icon img {
    width: 45px;
    height: 45px;
  }

  .fantasy-player-row {
    grid-template-columns: 40px 180px 1fr;
  }

  .fantasy-player-description {
    padding: 10px 10px 10px 20px;
    font-size: 14px;
  }

  .fantasy-our-picks {
    padding: 12px 12px 0;
  }
}

@media (max-width: 576px) {
  .fantasy-container {
    padding: 20px 14px;
  }

  /* Breadcrumb */

  .fantasy-breadcrumb {
    padding-top: 8px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Title */

  .fantasy-title-content h1 {
    font-size: 31px;
    line-height: 1;
    letter-spacing: -0.3px;
  }

  .fantasy-subtitle {
    margin-top: 7px;
    font-size: 14px;
  }

  /* Date */

  .fantasy-next-date {
    gap: 10px;
    font-size: 13px;
  }

  .fantasy-calendar-icon {
    width: 20px;
    height: 20px;
    font-size: 15px;
  }

  .fantasy-next-date strong {
    font-size: 13px;
  }

  .fantasy-next-date small {
    font-size: 11px;
  }

  /* Picks */

  .fantasy-picks-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .fantasy-pick-card {
    min-height: auto;
    padding: 15px;
  }

  .fantasy-pick-heading {
    gap: 10px;
  }

  .fantasy-pick-icon img {
    width: 45px;
    height: 45px;
  }

  .fantasy-pick-content h4 {
    font-size: 20px;
  }

  .fantasy-pick-content h6 {
    font-size: 14px;
  }

  .fantasy-pick-card p {
    font-size: 14px;
    line-height: 1.5;
  }

  /* Our Picks */

  .fantasy-our-picks {
    padding: 15px 12px 0;
    margin-top: 15px;
  }

  .fantasy-our-picks-title {
    gap: 10px;
    margin-bottom: 10px;
  }

  .fantasy-our-picks-title h4 {
    font-size: 20px;
  }

  .fantasy-flask-icon img {
    width: 26px;
    height: 30px;
  }

  .fantasy-position-title {
    padding-bottom: 8px;
    font-size: 15px;
  }

  /* Players */

  .fantasy-player-row {
    grid-template-columns: 38px 1fr;
    gap: 10px;
    padding: 12px 0;
    min-height: auto;
  }

  .fantasy-player-number {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .fantasy-player-info {
    min-height: auto;
    padding-right: 0;
    border-right: none;
  }

  .fantasy-player-info h5 {
    font-size: 17px;
  }

  .fantasy-player-description {
    grid-column: 1 / -1;
    max-width: none;
    padding: 8px 0 0;
    line-height: 1.5;
  }
}

@media (max-width: 400px) {
  .fantasy-container {
    padding: 18px 12px;
  }

  .fantasy-subtitle {
    font-size: 13px;
  }

  .fantasy-pick-heading {
    gap: 9px;
  }

  .fantasy-pick-icon img {
    width: 40px;
    height: 40px;
  }

  .fantasy-pick-content h4 {
    font-size: 18px;
  }

  .fantasy-next-date {
    font-size: 12px;
  }
}

section.legal-statement {
  padding-top: 30px;
}
.statement-content {
  background: #111111;
  padding: 20px;
  border-radius: 12px;
  border-left: 3px solid #ff5a00;
}
.statement-content p {
  margin: 0px;
}

.latest-news {
  width: 100%;
  max-width: 475px;
  padding: 25px 20px;
  background: #161616;
  border: 1px solid #303030;
  border-radius: 16px;
  box-sizing: border-box;
  color: #fff;
  font-family: Arial, sans-serif;
}

.latest-news__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}

.latest-news__title {
  margin: 0;
  font-size: 38px !important;
  line-height: 1;
  font-weight: 300 !important;
  letter-spacing: -0.5px;
}

.latest-news__link {
  color: #ff5a00 !important;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  font-weight: 400;
}

.latest-news__item {
  display: grid;
  grid-template-columns: 40px 105px 1fr 87px;
  column-gap: 0;
  align-items: start;
  margin-bottom: 30px;
}

.latest-news__item:last-child {
  margin-bottom: 0;
}

.latest-news__number {
  color: #ff5a00;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.latest-news__category {
  color: #e4e4e4;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.latest-news__headline {
  color: #e4e4e4;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  padding-right: 20px;
}

.latest-news__headline a {
  color: inherit;
  text-decoration: none;
}

.latest-news__headline a:hover {
  color: #ff5a00;
}

.latest-news__time {
  color: #e4e4e4;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
  text-align: right;
}

@media (max-width: 600px) {
  .latest-news {
    padding: 30px 20px;
  }

  .latest-news__header {
    margin-bottom: 30px;
  }

  .latest-news__title {
    font-size: 25px;
  }

  .latest-news__item {
    grid-template-columns: 35px 90px 1fr;
    row-gap: 4px;
    margin-bottom: 30px;
  }

  .latest-news__time {
    grid-column: 3;
    text-align: left;
    font-size: 14px;
  }

  .latest-news__number,
  .latest-news__category,
  .latest-news__headline {
    font-size: 17px;
  }
}

/*------------  Injury Report -----------*/
.injury-report-section,
.rim-science-impact-section {
  margin: 20px 0;
}
.info-note-section {
  margin-bottom: 20px;
}
a {
  text-decoration: none;
  color: inherit;
}

.rs-detail-row img {
  height: 40px;
  width: 40px;
}

.rs-injury-box h2.rs-injury-box__label {
  color: #ff5a00;
  font-weight: 400;
}

.rs-injury-box h3.rs-injury-box__name {
  color: #ffffff;
  font-weight: 400;
}
/* HERO - Injury Variant */
.rs-hero__title {
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.05;
  color: #fff;
  font-family: "Barlow Condensed";
  text-transform: uppercase;
}
.injury-page-heading {
  padding-top: 20px;
}
.rs-last-section {
  margin-bottom: 30px;
}
.rs-hero__title span {
  color: #ff5a00;
}

.rs-hero__excerpt {
  max-width: 600px;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 20px;
}
section.rs-hero.rs-hero--injury img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.rs-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.rs-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-author img {
  width: 42px;
  height: 42px;
  border-radius: 50% !important;
  border: 2px solid #666;
  object-fit: cover;
}
.rs-dot {
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}

.rs-share {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rs-share > span {
  color: #fff;
  font-size: 15px;
  margin-right: 4px;
}
.rs-share-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #555;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 17px;
  transition: all 0.2s;
}
.rs-share a img {
  width: 20px;
  height: 20px;
}
.rs-share-btn:hover {
  background: #ff5a00;
  border-color: #ff5a00;
  color: #fff;
}
.rs-impact-label img {
  height: 30px;
  width: 30px;
}

.rs-panel.rs-info-note img {
  height: 40px;
  width: 40px;
}
.rs-impact-title h3 {
  color: #fff;
  font-weight: 400;
}
.rs-impact-title img {
  height: 45px;
  width: 45px;
}
/* Panels */
.rs-panel {
  border: 1.5px solid #ff5a00;
  border-radius: 8px;
  padding: 20px 24px;
}

/* Injury Box Specifics */
.rs-injury-box {
  text-align: center;
  padding: 24px 20px 28px;
}
.rs-injury-box__label {
  color: #ff5a00;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.rs-injury-box__name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.rs-injury-details {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
}
.rs-detail-row {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 16px;
}
.rs-detail-row i {
  color: #ff5a00;
  font-size: 22px;
  width: 28px;
  text-align: center;
}

/* Text Panels */
.rs-text-panel .rs-panel__title {
  color: #ff5a00;
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.rs-text-panel p {
  color: #fff;
  margin-bottom: 12px;
}
.rs-text-panel p:last-child {
  margin-bottom: 0;
}

/* Impact Panel */
.rs-impact-panel {
  padding: 28px 24px 24px;
  position: relative;
}
.rs-impact-title {
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.rs-impact-title i {
  color: #ff5a00;
  font-size: 24px;
}

.rs-impact-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 24px;
}
.rs-impact-row {
  display: grid;
  grid-template-columns: 130px 140px 1fr;
  align-items: center;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #2a2a2a;
}
.rs-impact-row:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.rs-impact-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
}
.rs-impact-label i {
  color: #ff5a00;
  font-size: 20px;
  width: 24px;
  text-align: center;
}

.rs-impact-bar {
  display: flex;
  gap: 4px;
  height: 18px;
}
.rs-impact-bar span {
  flex: 1;
  height: 100%;
  border-radius: 2px;
}
.rs-impact-bar .filled {
  background: #ff5a00;
}
.rs-impact-bar .empty {
  background: transparent;
  border: 1px solid #444;
}

.rs-impact-desc {
  color: #fff;
  line-height: 1.4;
}

/* Sintesi Box inside Impact */
.rs-sintesi {
  border-top: 1px solid #2a2a2a;
  padding-top: 18px;
  margin-top: 4px;
}
.rs-sintesi strong {
  display: block;
  color: #ff5a00;
  font-size: 24px;
  margin-bottom: 6px;
  font-weight: 400;
}
.rs-sintesi p {
  color: #fff;
  margin-bottom: 0px;
}

/* Info Note */
.rs-info-note {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  border-color: #ff5a00;
}
.rs-info-note i {
  color: #ff5a00;
  font-size: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}
.rs-info-note p {
  color: #fff;
  margin-bottom: 0px;
}
h2.rs-impact-title img {
  height: 50px;
  width: 50px;
}
/* Responsive */

@media (max-width: 1260px) {
  .container {
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .injury-page-heading .rs-hero__title {
    font-size: 36px;
  }
  .rs-injury-box h2.rs-injury-box__label {
    font-size: 36px;
    margin-bottom: 0px;
}
.rs-injury-box h3.rs-injury-box__name {
  margin-top: 0px;
}
.rs-impact-desc {
  font-size: 16px;
}
.rs-impact-title {
  margin-bottom: 10px;
  gap: 0px;
  flex-direction: column;
}
.rs-trade3d .trade-panel > h2 {
  margin-bottom: 20px;
  font-size: 30px;
}
.single-trade-report .rs-trade2 .hero {
  padding: 0px;
}
main.rs-trade3d .hero {
  padding: 0;
}
.rs-trade3d .panel h3 {
  font-size: 30px;
}
.score {
  width: auto;
  flex: 0 0 15%;
}
.single-trade-report .rs-trade2 .panel h3 {
  font-size: 30px;
  margin-bottom: 5px;
}
section.target-section .scelte-header {
  flex-direction: column;
  gap: 0px;
}
section.target-section .scelte-header h2{
  text-align: center;
  font-size: 32px;
  margin-bottom: 0px;
}
/* .single-morning-report .hero-content h1 {
  font-size: 36px !important;
} */

  .rs-share {
    padding-left: 0;
    margin-top: 10px;
  }

  .rs-impact-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .rs-impact-row span {
    font-size: 26px;
  }
  .rs-impact-bar {
    max-width: 200px;
  }

  .rs-injury-details {
    align-items: center;
    width: 100%;
  }

  .container .thirty-flex-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .rs-hero__title {
    font-size: 28px;
  }
  .rs-meta {
    font-size: 14px;
  }
  .rs-panel {
    padding: 18px;
  }
  .rs-impact-label {
    font-size: 16px;
  }
  .rs-info-note {
    flex-direction: column;
    align-items: start;
  }
}

.thirty-flex-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}
.equal-height {
  height: 100%;
}

/*------- Morning Report ----------*/

:root {
  --bg: #000;
  --panel: #0b0b0b;
  --border: #242424;
  --border-soft: #1c1c1c;
  --orange: #ff5a00;
  --text: #e6e6e6;
  --muted: #9b9b9b;
  --dim: #6d6d6d;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: "Barlow Condensed", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.wrap {
  max-width: 1260px;
  margin: 0 auto;
}
.ic {
  width: 1em;
  height: 1em;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}
.ic.fill {
  fill: currentColor;
  stroke: none;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  overflow: hidden;
  /* border: 1px solid var(--border); */
  margin-top: 6px;
  border-radius: 12px;

  background-size: cover;
  background-position: center;
  padding: 30px;
  background-repeat: no-repeat;
}

.hero-top {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  position: relative;
  z-index: 3;
}
.hero-badge {
  margin-top: 10px;
  width: 66px;
  /* height: 66px; */
}
.hero h1 {
  font-family: "Barlow Condensed";
  font-weight: 700;
  font-size: 72px;
  line-height: 0.95;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffffff 35%, #8a8a8a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0px;
}
.hero-sub {
  margin-top: 22px;
  position: relative;
  z-index: 3;
  font-size: 17px;
  letter-spacing: 2px;
  color: #f2f2f2;
}
.hero-sub .o {
  color: var(--orange);
  margin-top: 4px;
}
.hero-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  position: relative;
  z-index: 3;
  font-size: 13px;
  color: #fff;
}
.avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #cfd6dd, #7d8792);
  display: grid;
  place-items: center;
  color: #222;
  font-size: 11px;
  font-weight: 600;
}
.hero-meta .sep {
  color: #fff;
}
.hero-meta .name {
  color: #e8e8e8;
  flex: none;
}
.socials {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  position: relative;
  z-index: 3;
}
.socials a {
  width: 32px;
  height: 32px;
  border: 1px solid #4a4a4a;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ddd;
  font-size: 13px;
  text-decoration: none;
  transition: 0.2s;
}
.socials a:hover {
  border-color: var(--orange);
  color: var(--orange);
}

/* ===== MAIN GRID ===== */
.main {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 14px;
  margin-top: 14px;
}
.top-left-sticky {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: sticky;
  top: 10px;
}

/* orange boxes */
.obox {
  border: 1px solid var(--orange);
  background: #080808;
  padding: 20px 18px;
  border-radius: 12px;
  word-break: break-word;
}
.obox h3 {
  color: var(--orange);
  font-family: "Barlow Condensed";
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}
.notte-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  margin-top: 20px;
}
.notte-stats > div {
  text-align: center;
  padding: 4px 8px;
}
.notte-stats > div + div {
  border-left: 1px solid #2a2a2a;
}
.notte-stats .ic {
  font-size: 35px;
  color: var(--orange);
}
.notte-stats b {
  display: block;
  font-family: Oswald;
  font-size: 22px;
  font-weight: 600;
  margin-top: 8px;
  color: #fff;
}
.notte-stats b.txt {
  font-size: 17px;
  letter-spacing: 1px;
}
.notte-stats small {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  margin-top: 6px;
  color: #dcdcdc;
  text-transform: uppercase;
}
.notte-stats small.o {
  color: var(--orange);
}

.trenta h3 {
  text-align: left;
  margin-bottom: 16px;
}
.t-item {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.t-item:last-child {
  margin-bottom: 0;
}
.t-item .ic {
  color: var(--orange);
  font-size: 20px;
  flex: 0 0 auto;
  margin-top: 2px;
}
.t-item h4 {
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px;
}
.t-item p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--muted);
  margin-top: 5px;
}

/* ===== GAME CARDS ===== */
.gcard {
  border: 1px solid var(--border);
  background: var(--panel);
  padding: 16px;
  border-radius: 12px;
}
.gtop {
  display: grid;
  grid-template-columns: 172px auto;
  gap: 16px;
}
.scores {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 96px;
}
.score b {
  font-family: "Barlow Condensed";
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
.score span {
  font-size: 16px;
  font-family: "Barlow Condensed";
  text-align: center;
  font-weight: 500;
  display: block;
  letter-spacing: 1.5px;
  color: var(--dim);
  text-transform: uppercase;
}
.score.lose b {
  color: #8b8b8b;
}
.gdesc {
  border-left: 1px solid var(--border);
  padding-left: 16px;
  font-size: 18px;
  line-height: 1.55;
  color: #bdbdbd;
}

/* snapshot */
.snap {
  border: 1px solid var(--border);
  margin-top: 14px;
  border-radius: 12px;
}
.snap-head,
.scan-head {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 12px;
  border-bottom: 1px solid var(--border);
}
.snap-teams,
.snap-row {
  display: grid;
  grid-template-columns: 52px 1fr 1fr;
}
.snap-teams span {
  font-size: 15px;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 8px 4px;
  font-weight: 600;
  text-transform: uppercase;
}
.snap-row {
  border-top: 1px solid var(--border-soft);
}
.snap-row .lbl {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 6px 12px;
  text-transform: uppercase;
}
.snap-row .v {
  font-size: 14px;
  text-align: center;
  padding: 6px 4px;
  color: #eee;
}
.snap-row .v.r {
  border-left: 1px solid var(--border);
}

/* scan */
.scan {
  border: 1px solid var(--border);
  margin-top: 14px;
  border-radius: 12px;
}
.scan-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 14px 14px 16px;
}
.scan-col-right-border {
  border-right: 2px solid var(--border);
  padding-right: 30px;
}
.scan-col-left-border {
  padding-left: 30px;
}

.t-name {
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: 600;
  text-transform: uppercase;
}
.t-rate {
  margin: 2px 0 12px;
}
.t-rate b {
  font-family: Oswald;
  font-size: 22px;
  font-weight: 600;
}
.t-rate span {
  font-size: 11px;
  letter-spacing: 1px;
  margin-left: 6px;
  text-transform: uppercase;
}
.s-row {
  display: grid;
  grid-template-columns: 78px 1fr 26px;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
}
.s-lbl {
  font-size: 9px;
  letter-spacing: 1px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
}
.s-lbl .ic {
  font-size: 16px;
  color: var(--dim);
}
.bar {
  height: 6px;
  background: #3a3a3a;
  overflow: hidden;
}
.bar i {
  display: block;
  height: 100%;
  background: var(--tc);
}
.s-val {
  font-size: 11px;
  color: #eee;
  text-align: right;
}

/* ===== SMALL GRID ===== */
.small-grid {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 14px;
  margin-top: 14px;
}
.gcard.compact {
  padding: 12px;
}
.gcard.compact .gtop {
  grid-template-columns: 172px auto;
  gap: 12px;
}
.gcard.compact .scores {
  min-width: 70px;
  gap: 8px;
}
.socials img {
  width: 17px;
  height: 17px;
}
.right-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.gcard.compact .gdesc {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 12px;
}
.gcard.compact .snap-teams,
.gcard.compact .snap-row {
  grid-template-columns: 38px 1fr 1fr;
}
.gcard.compact .snap-head,
.gcard.compact .scan-head {
  font-size: 16px;
  padding: 6px 9px;
}
.gcard.compact .snap-teams span {
  font-size: 12px;
  padding: 6px 2px;
}
.gcard.compact .snap-row .lbl {
  font-size: 12px;
  padding: 4px 9px;
}
.gcard.compact .snap-row .v {
  font-size: 12px;
  padding: 4px 2px;
}
.gcard.compact .scan-cols {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 10px 9px 12px;
}
.gcard.compact .t-name {
  font-size: 12px;
}
.gcard.compact .t-rate {
  margin: 1px 0 8px;
}
.gcard.compact .t-rate b {
  font-size: 20px;
}
.gcard.compact .t-rate span {
  font-size: 15px;
  margin-left: 3px;
}
.gcard.compact .s-row {
  gap: 5px;
  margin-bottom: 6px;
}
.gcard.compact .s-lbl {
  font-size: 8.5px;
}
.gcard.compact .s-val {
  font-size: 12px;
}
.gcard.compact .bar {
  height: 5px;
}

/* ===== RESPONSIVE / MEDIA QUERIES ===== */

/* Large Desktop */
@media (max-width: 1400px) {
  .wrap {
    max-width: 100%;
    padding: 0 20px;
  }
}

/* Medium Desktop / Laptop */
@media (max-width: 1200px) {
  .wrap {
    padding: 0 15px;
  }

  .main {
    grid-template-columns: 340px 1fr;
  }

  .hero h1 {
    font-size: 62px;
  }

  .small-grid {
    grid-template-columns: repeat(1fr);
  }
}

/* Tablet Landscape */
@media (max-width: 1024px) {
  .main {
    grid-template-columns: 300px 1fr;
    gap: 12px;
  }

  .hero h1 {
    font-size: 56px;
  }

  .notte-stats {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .notte-stats .ic {
    font-size: 28px;
  }

  .notte-stats b {
    font-size: 18px;
  }

  .gtop {
    grid-template-columns: 150px auto;
  }

  .score b {
    font-size: 42px;
  }

  .small-grid {
    grid-template-columns: repeat(1fr);
  }
}

/* Tablet Portrait */
@media (max-width: 900px) {
  .wrap {
    padding: 0 20px;
  }

  .main {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .top-left-sticky {
    position: static;
  }

  .hero {
    padding: 20px;
    margin-top: 4px;
  }

  .hero-top {
    flex-direction: column;
    gap: 16px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-badge {
    width: 54px;
    height: 54px;
  }

  .hero-sub {
    font-size: 15px;
  }

  .hero-meta {
    flex-wrap: wrap;
    gap: 8px;
  }

  .gtop {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gdesc {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid var(--border);
    padding-top: 12px;
    text-align: center;
  }

  .scores {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }

  .score b {
    font-size: 38px;
  }

  .score span {
  }

  .small-grid {
    grid-template-columns: repeat(1fr);
    gap: 12px;
  }

  .scan-cols {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .scan-col-right-border {
    border-right: none;
    padding-right: 0;
  }
  .gcard.compact .gtop {
    grid-template-columns: 1fr;
  }
  .gcard.compact .scores {
    gap: 20px;
  }

  .scan-col-left-border {
    padding-left: 0;
  }

  .notte-stats {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
  }

  .obox h3 {
    font-size: 24px;
  }

  .obox {
    padding: 16px 14px;
  }
}

/* Mobile Large */
@media (max-width: 767px) {
  .gcard.compact .gtop {
    grid-template-columns: 1fr;
  }
  .s-lbl .ic {
    display: none;
  }
  .wrap {
    padding: 0 20px;
  }

  .hero {
    padding: 10px;
    border-radius: 8px;
  }

  .hero h1 {
    font-size: 42px;
    letter-spacing: 1px;
  }

  .hero-sub {
    font-size: 13px;
    letter-spacing: 1.5px;
    margin-top: 14px;
  }

  .hero-badge {
    width: 48px;
    height: 48px;
  }

  .hero-meta {
    font-size: 12px;
    gap: 6px;
    margin-top: 16px;
    flex-wrap: wrap;
  }

  /* .hero-meta .sep {
    display: none;
  } */

  .socials {
    margin-top: 12px;
    gap: 8px;
  }

  .socials a {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }

  .main {
    margin-top: 10px;
    gap: 10px;
  }

  .small-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }

  .gcard {
    padding: 12px;
    border-radius: 8px;
  }

  .gcard.compact {
    padding: 10px;
  }

  .scores {
    flex-direction: row;
    gap: 16px;
  }

  .score b {
    font-size: 34px;
  }

  .score span {
    font-size: 11px;
  }

  .gdesc {
    font-size: 15px;
    line-height: 1.5;
  }

  .snap {
    border-radius: 8px;
  }

  .snap-head,
  .scan-head {
    font-size: 14px;
    padding: 6px 10px;
  }

  .snap-teams span {
    font-size: 11px;
    padding: 6px 2px;
  }

  .snap-row .lbl {
    font-size: 12px;
    padding: 5px 10px;
  }

  .snap-row .v {
    font-size: 12px;
    padding: 5px 2px;
  }

  .scan {
    border-radius: 8px;
  }

  .scan-cols {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 12px 12px 14px;
  }

  .scan-col-right-border {
    border-right: none;
    padding-right: 0;
  }

  .scan-col-left-border {
    padding-left: 0;
  }

  .t-name {
    font-size: 12px;
  }

  .t-rate b {
    font-size: 20px;
  }

  .t-rate span {
    font-size: 10px;
  }

  .s-row {
    grid-template-columns: 68px 1fr 26px;
    gap: 6px;
    margin-bottom: 7px;
  }

  .s-lbl img {
    display: none;
  }

  .s-val {
    font-size: 10px;
  }

  .notte-stats {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .notte-stats .ic {
    font-size: 26px;
  }

  .notte-stats b {
    font-size: 16px;
  }

  .notte-stats b.txt {
    font-size: 13px;
  }

  .notte-stats small {
    font-size: 9px;
    letter-spacing: 1px;
  }

  .obox h3 {
    font-size: 22px;
    letter-spacing: 2px;
  }

  .obox {
    padding: 14px 12px;
    border-radius: 8px;
    word-break: break-word;
  }

  .t-item h4 {
    font-size: 15px;
  }

  .t-item p {
    font-size: 14px;
  }

  .trenta h3 {
    font-size: 22px;
  }
}

/* Mobile Small */
@media (max-width: 480px) {
  .t-name {
    font-size: 8px;
  }
  .gcard.compact .t-name {
    font-size: 8px;
  }
  .hero h1 {
    font-size: 34px;
    letter-spacing: 0.5px;
  }

  .hero-sub {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .hero-badge {
    width: 44px;
    height: 44px;
  }

  .hero-meta {
    font-size: 11px;
  }

  .scores {
    gap: 10px;
  }

  .score b {
    font-size: 28px;
    text-align: center;
  }

  .score span {
    text-align: center;
  }

  .snap-teams {
    grid-template-columns: 40px 1fr 1fr;
  }

  .snap-row {
    grid-template-columns: 40px 1fr 1fr;
  }

  .snap-teams span {
    font-size: 10px;
  }

  .snap-row .lbl {
    font-size: 11px;
    padding: 4px 8px;
  }

  .notte-stats {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
  }

  .s-row {
    grid-template-columns: 60px 1fr 22px;
    gap: 4px;
  }

  .obox h3 {
    font-size: 20px;
  }

  .gcard,
  .gcard.compact {
    padding: 10px;
  }
}

/* Extra Small Mobile */
@media (max-width: 360px) {
  .gcard.compact .t-name {
    font-size: 8px;
  }
  .t-name {
    font-size: 8px;
  }
  .hero h1 {
    font-size: 28px;
  }

  .hero {
    padding: 12px;
  }

  .hero-badge {
    width: 38px;
    height: 38px;
  }

  .obox h3 {
    font-size: 18px;
    letter-spacing: 1.5px;
  }

  .score b {
    font-size: 24px;
  }

  .gdesc {
    font-size: 13px;
  }

  .t-item h4 {
    font-size: 13px;
  }

  .t-item p {
    font-size: 13px;
  }

  .s-row {
    grid-template-columns: 55px 1fr 20px;
  }
}
.notte-stats div img {
  width: 30px;
}
.obox.trenta .t-item img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

/*-------- NBA Insight Single CSS ---------*/
.nba-page {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 40px 0px;
    color:#ffffff;
}

.category,
.section-title {
    font-weight: 700;
    text-transform: uppercase;
} 

.hero-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    align-items: center;
    justify-content: space-between;;
    margin-bottom: 35px;
}
.hero-content .category {
    color: #FF5A00;
}
.hero-content {
    padding-left: 8px;
}

.hero-content h1 {
    font-family: "Barlow Condensed", Sans-serif;
    font-weight: 600;
    margin: 15px 0 20px;
    letter-spacing: -1px;
}

.hero-description {
    line-height: 1.45;
    margin-bottom: 28px;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-size:14px;
}


.author-circle img{
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 17px;
}

.insight-card {
    position: relative;

    width: 100%;

    min-height: 355px;

    padding: 25px 20px 20px;

    background: #111111;

    border: 1px solid #2a2a2a;

    border-radius: 10px;

    overflow: hidden;
}

.insight-top {
    position: relative;

    display: flex;
}


/* LEFT CONTENT */

.insight-left {
    position: relative;

    z-index: 2;

    width: 62%;
}

.insight-card .category {
    color: #FF5A00;

    font-weight: 700;

    line-height: 1.2;

    margin-bottom: 9px;
}

.insight-card .orange-line {
    width: 140px;

    height: 2px;

    background: #FF5A00;

    margin: 0 0 10px;
}

.question-row {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 5px;
}


/* QUESTION ICON */

.question-icon img {
    width: 40px;
    height: 40px;
}
.question-icon {
    margin-top: 10px;
}



/* DOMANDA */

.question-label {
    color: #FF5A00;

    font-weight: 700;
}

.insight-card h2 {
    position: relative;

    margin: 0;

    color: #eeeeee;

    font-size: 28px;

    line-height: 1.28;

    font-weight: 600;

    letter-spacing: -0.2px;
}
.insight-image {

    width: 320px;

    height: 226px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.insight-image img {
    width: 100%;

    height: 100%;

    object-fit: contain;

    display: block;
    border-radius:0px;
}

section.quick-section .section-title {
    COLOR: #FF5A00;
}

.insight-divider {
    width: 100%;

    height: 1px;

    background: #2a2a2a;

    margin: 5px 0 17px;
}
.insight-columns {
    display: grid;

    grid-template-columns: 1fr 1.25fr 1fr;

    width: 100%;
}
.insight-item {
    min-height: 95px;

    padding: 0 15px;

    border-right: 1px solid #2a2a2a;
}

.insight-item:first-child {
    padding-left: 0;
}

.insight-item:last-child {
    border-right: none;

    padding-right: 0;
}
.deep-content .section-title {
    COLOR: #FF5A00;
    font-size: 26px;
}
.insight-item-heading {
    display: flex;

    align-items: center;

    gap: 8px;
    justify-content: center;
    margin-bottom: 13px;
}


.insight-icon img {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    border-radius:0px;
}
.item-title {
    color: #FF5A00;

    font-weight: 600;
}

.insight-item p {

    line-height: 1.35;

    margin: 0;
    text-align: center;
}

.insight-item strong {
    display: block;

    font-size: 50px;

    line-height: 0.9;

    font-weight: 600;

    margin-bottom: 5px;
    text-align: center;
}
@media (max-width: 900px) {

    .insight-card {
        max-width: 100%;
    }

}
@media (max-width: 576px) {

    .insight-card {
        min-height: auto;

        padding: 22px 18px 18px;
    }


    .insight-top {
        min-height: 220px;
    }


    .insight-left {
        width: 68%;
    }


    .insight-card .category {
        font-size: 18px;
    }


    .insight-card .orange-line {
        width: 125px;

        margin-bottom: 20px;
    }


    .insight-card h2 {
        font-size: 24px;

        line-height: 1.3;
    }


    .insight-image {
        width: 145px;

        height: 145px;

        right: -5px;

        top: 30px;
    }


    .insight-columns {
        grid-template-columns: 1fr;
    }


    .insight-item {
        border-right: none;

        border-bottom: 1px solid #383838;

        padding: 14px 0;
    }


    .insight-item:first-child {
        padding-top: 0;
    }


    .insight-item:last-child {
        border-bottom: none;

        padding-bottom: 0;
    }

}
.quick-section {
    border: 1px solid #2a2a2a;
    border-radius: 9px;
    padding: 25px 30px;
    margin-bottom: 30px;
    background: #111111
}

.quick-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
}

.quick-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;

    padding: 5px 25px;

    border-right: 1px solid #2a2a2a;
}

.quick-item:first-child {
    padding-left: 0;
}

.quick-item:last-child {
    border-right: none;
}
.round-icon {
    height: 110px;
    width: 110px;
}
.round-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
}

.quick-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.deep-section {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 0;

    border: 1px solid #2a2a2a;
    border-radius: 9px;

    margin-bottom: 30px;

    overflow: hidden;
}

.deep-content {
    padding: 25px 30px;
    background:#111111;
    min-width: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.deep-content .section-title {
    margin-bottom: 22px;
}

.deep-content p {
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 22px;
    max-width: 100%;
    overflow-wrap: break-word;
}

.deep-content .bold-text {
    color: #f1f1f1;
    font-weight: 600;
}

.deep-sidebar {
    display: flex;
    flex-direction: column;
    background: #111111;
}
.stats-card {
    padding: 20px 25px;
    border: 1px solid #2a2a2a;
    margin: 20px 20px 20px 0px;
    border-radius: 9px;
    background: #111111;
}

.season {
    color: #aaa;
    font-size: 18px;
}

.stats-divider {
    height: 1px;
    background: #2a2a2a;
    margin: 12px 0 16px;
}

.stat-row {
    display: grid;
    grid-template-columns: 20px 1fr 85px 45px;
    gap: 8px;

    align-items: center;
    margin-bottom: 11px;
}

.stat-row span:nth-child(2) {
    white-space: nowrap;
}

.stat-row strong {
    text-align: right;
    font-size: 14px;
}

.bar {
    height: 10px;
    background: #3b3b3b;
}

.fill {
    height: 100%;
    background: #686868;
}

.fill.first {
    background: #FF5A00;
}
.play-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    background:#111111;
    padding: 15px;
    border: 1px solid #2a2a2a;
    margin: 0px 20px 20px 0px;
    border-radius: 9px;
}
.play-info ul {
    list-style: none;
    padding-left:0px;
}

.play-info li {
    display: flex;
    align-items: center;
    gap: 8px;

    font-size: 16px;
    margin-bottom: 5px;
}

.number {
    width: 20px;
    height: 20px;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 12px;
    font-weight: 700;
}

.number.orange {
    background: #FF5A00;
    color: #050505;
}

.number.white {
    background: #eeeeee;
    color: #111;
}

.number.grey {
    background: #ffffff;
    color: #111;
}
.stats-card h4 {
    margin-bottom: 5px;
}
.court img{

    height: 190px;
    border-radius:0px;

}


.court-line {
    position: absolute;

    border: 1px dashed #333;
    border-radius: 50%;
}

.line-1 {
    width: 100px;
    height: 100px;

    left: 50%;
    top: 10px;

    transform: translateX(-50%);
}

.line-2 {
    width: 130px;
    height: 130px;

    left: 50%;
    top: 30px;

    transform: translateX(-50%);
}

.line-3 {
    width: 80px;
    height: 180px;

    left: 50%;
    top: 10px;

    transform: translateX(-50%);
}

.player {
    position: absolute;

    width: 24px;
    height: 24px;

    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 12px;
    font-weight: 700;
}

.p1 {
    background: #FF5A00;
    color: #111;

    left: 28px;
    bottom: 20px;
}

.p2 {
    background: #eee;
    color: #111;

    left: 50%;
    top: 85px;
}

.p3 {
    background: #FF5A00;
    color: #111;

    left: 50%;
    top: 35px;
}

.p4 {
    background: #777;
    color: #111;

    right: 20px;
    top: 25px;
}

.p5 {
    background: #777;
    color: #111;

    left: 30px;
    top: 80px;
}
.take-section {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr;

    border: 1px solid #2a2a2a;
    border-radius: 9px;
    background: #111111;
    margin-bottom: 30px;
}

.take-main,
.take-item {
    padding: 28px 25px;
}

.take-main {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}
.take-item {
    padding: 28px 25px;
    border-left: 1px solid #2a2a2a;
}

.take-heading {
    display: flex;
    align-items: center;
    gap: 12px;
}

.take-icon img {
    width: 35px;
    height: 35px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.large-bulb img {
    min-width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:0px;
}

.take-section h4 {
    color: #FF5A00;
    margin-bottom:0px;
}

.take-section p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.6;
}

.info-box {
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    background:#111111;
    display: flex;
    align-items: center;
    gap: 20px;

    padding: 16px 22px;

    margin-bottom: 20px;
}
section.info-box p {
    margin-bottom: 0px;
}
.info-icon img{
    width: 45px;
    height: 45px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.final-section {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    justify-content : space-between;
}

.final-section > :first-child {
    width: 45px;
    flex-shrink: 0;
}

.final-section > :nth-child(2) {
    flex: 1;
}

.final-section > :last-child {
    width: 210px;
    flex-shrink: 0;
}

.arrow img {
    height: 30px;
    width: 45px;
    border-radius: 0px;
}

.final-logo img {
    height: 70%;
    width: 70%;
}

.final-logo span {
    color: #FF5A00;
}

.final-logo strong {
    color: #eee;
}

.final-logo small {
    display: block;

    font-size: 11px;
    letter-spacing: 2px;

    color: #eee;
    font-style: normal;
}

@media (max-width: 900px) {

    .round-icon{
    width: 60px;
    height: 60px;
}
.quick-item {
    display: block;
}

    .hero-section {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .nba-page {
        padding: 30px 20px;
    }
    .hero-content h1 {
        font-size: 55px !important;
    }

    .insight-card {
        max-width: 100%;
    }

    .deep-section {
        grid-template-columns: 1fr;
    }

    .stats-card {
        margin: 20px;
    }

    .play-card {
        margin: 0 20px 20px 20px;
    }

    .take-section {
        grid-template-columns: 1fr;
    }

    .take-item {
        border-left: none;
        border-top: 1px solid #444;
    }

    .final-logo {
        grid-column: 2;
        text-align: left;
    }

}

@media (max-width: 700px) {

    .nba-page {
        padding: 30px 18px 50px;
    }

    .hero-content h1 {
        font-size: 45px !important;
    }

    .hero-description {
        font-size: 18px;
    }

    .article-meta {
        flex-wrap: wrap;
        font-size: 14px;
    }

    .quick-grid {
        grid-template-columns: 1fr;
    }

    .quick-item {
        padding: 18px 0;
        border-right: none;
        border-bottom: 1px solid #444;
    }

    .quick-item:last-child {
        border-bottom: none;
    }

    .insight-columns {
        grid-template-columns: 1fr;
    }

    .insight-item {
        border-right: none;
        border-bottom: 1px solid #2a2a2a;
        padding: 15px 0;
    }

    .insight-item:last-child {
        border-bottom: none;
    }

    .play-card {
        grid-template-columns: 1fr;
    }

    .court {
        height: auto;
    }

    .court img {
        width: 100%;
        height: auto;
    }

    .take-main {
        flex-direction: column;
    }

    .info-box {
        flex-direction: column;
        align-items: start;
    }

}
@media (min-width: 901px) and (max-width: 1259px) {
    .nba-page {
        padding: 20px 20px;
    }
}

/* ========================================
   MOBILE - 576px (UPDATED)
======================================== */

@media (max-width: 576px) {

    body {
        font-size: 16px;
    }

    .nba-page {
        padding: 25px 14px 45px;
        overflow-x: hidden;
    }

    .hero-content {
        padding-left: 0;
        width: 100%;
        word-break: break-word;
        overflow-wrap: break-word;

    }

    .hero-content h1 {
        font-size: 40px !important;
        letter-spacing: -0.5px;
    }

    .hero-description br {
        display: none;
    }

    .insight-card {
        padding: 22px 20px;
    }

    .insight-card h2 {
        font-size: 26px;
    }

    .quick-section {
        padding: 22px 18px;
    }

    /* DEEP SECTION FIX */
    .deep-content {
        padding: 22px 18px;
        min-width: 0;
        width: 100%;
    }

    .deep-content p {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .stats-card {
        padding: 15px;
        margin: 15px;
        overflow-x: auto;
    }

    .stats-card h3 {
        font-size: 18px;
    }

    /* STAT ROW FIX - remove min-width, restructure grid */
    .stat-row {
        grid-template-columns: 18px 1fr 55px 45px;
        gap: 6px;
        font-size: 14px;
        min-width: 0;
    }

    .stat-row span:nth-child(2) {
        white-space: normal;
        font-size: 13px;
        line-height: 1.2;
    }

    .stat-row strong {
        font-size: 12px;
    }

    .bar {
        height: 8px;
    }

    .play-card {
        margin: 0 15px 15px 15px;
        padding: 12px;
    }

    .take-main,
    .take-item {
        padding: 23px 18px;
    }

    .final-section {
        grid-template-columns: 35px 1fr;
    }

    .arrow {
        font-size: 35px;
    }

}

/*------ il Metdo CSS ---------*/
.metodo-page,
.metodo-page *,
.metodo-page *::before,
.metodo-page *::after {
    box-sizing: border-box;
}
.metodo-hero {
    width: 100%;
    overflow: hidden;
    background-image :url("/wp-content/uploads/2026/08/il-banner-section-image-01.webp");
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.metodo-hero__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    min-height: 340px;
    padding: 45px 0;
}

.metodo-hero__content {
    flex: 0 1 480px;
}

.metodo-hero__title {
    margin: 0 0 14px;
    color: #ffffff;
    letter-spacing: -0.5px;
    font-family: 'Barlow Condensed';
    line-height:1.05;
}

.metodo-hero__title-highlight {
    display: block;
    color: #FF5A00;
}

.metodo-hero__subtitle {
    max-width: 330px;
    margin: 0 0 18px;
    color: #fff;
    line-height: 1.5;
}

.metodo-hero__tagline {
    margin: 0;
    color: #FF5A00;
    line-height: 1.55;
}

.metodo-hero__media {
    flex: 0 1 560px;
    margin: 0;
}

.metodo-hero__image {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .metodo-hero__inner {
        gap: 30px;
        min-height: auto;
        padding: 40px 0;
    }

    .metodo-hero__title {
        font-size: 42px;
    }

    .metodo-hero__media {
        flex: 0 1 460px;
    }
}

@media (max-width: 768px) {
    .metodo-hero__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        padding: 35px 0;
    }

    .metodo-hero__content {
        flex: 1 1 auto;
    }

    .metodo-hero__title {
        font-size: 50px !important;
    }

    .metodo-hero__subtitle {
        max-width: none;
        font-size: 15px;
    }

    .metodo-hero__media {
        flex: 1 1 auto;
        width: 100%;
        max-width: 480px;
    }
}

@media (max-width: 576px) {
    .metodo-hero__inner {
        padding: 30px 0;
    }

    .metodo-hero__title {
        font-size: 40px !important;
        margin-bottom: 12px;
    }

    .metodo-hero__subtitle {
        margin-bottom: 14px;
    }

    .w-gio{
      padding-left: 20px;
    }

    .scelte-grid .td-row,
  .scelte-grid .th-row {

    gap:0;
  }

  

}

.metodo-why {
    width: 100%;
    background: #111111;
    padding: 60px 0;
}

.metodo-why__content {
    max-width: 560px;
}

.metodo-why__title {
    margin: 0 0 20px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.metodo-why__text {
    margin: 0 0 18px;
    color: #fff;
    line-height: 1.65;
}
span.metodo-why__statement-line {
    font-size: 18px;
    font-weight: 400;
}
.metodo-why__text:last-of-type {
    margin-bottom: 0;
}

.metodo-why__statement {
    margin: 24px 0 0;
    color: #FF5A00;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}

.metodo-why__statement-line {
    display: block;
}

@media (max-width: 768px) {
    .metodo-why {
        padding: 45px 0;
    }

    .metodo-why__content {
        max-width: none;
    }

    .metodo-why__title {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .metodo-why {
        padding: 35px 0;
    }

    .metodo-why__title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .metodo-why__text {
        margin-bottom: 14px;
    }

    .metodo-why__statement {
        margin-top: 20px;
        font-size: 14px;
    }
}

.metodo-filosofia {
    width: 100%;
    background: #111111;
    padding: 20px 0 60px;
}

.metodo-filosofia__title {
    margin: 0 0 25px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.filosofia-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.filosofia-card {
    padding: 22px 20px;
    background: #111111;
    border: 1px solid #2a2a2a;
    border-radius: 9px;
    transition: border-color 0.25s ease;
}

.filosofia-card:hover {
    border-color: #FF5A00;
}

.filosofia-card__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
}

.filosofia-card__icon img {
    width: 100%;
    height: 100%;
}

.filosofia-card__title {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.filosofia-card__text {
    margin: 0;
    color: #fff;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .filosofia-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .metodo-filosofia {
        padding: 10px 0 45px;
    }

    .metodo-filosofia__title {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .metodo-filosofia {
        padding: 5px 0 35px;
    }

    .metodo-filosofia__title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .filosofia-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .filosofia-card {
        padding: 18px 16px;
    }

    .filosofia-card__icon {
        width: 44px;
        height: 44px;
        margin-bottom: 12px;
    }

    .filosofia-card__title {
        font-size: 16px;
        margin-bottom: 8px;
    }
}

.metodo-process {
    width: 100%;
    background: #111111;
    padding: 10px 0 60px;
}

.metodo-process__title {
    margin: 0 0 30px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 50px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: step;
}

.process-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    counter-increment: step;
}

.process-step__icon img{
    width: 50px;
    height: 50px;
}

.process-step__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* NEW: number as separate element */
.process-step__number {
    flex: 0 0 auto;
    color: #FF5A00;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    padding-top: 7px;
    min-width: 14px;
}

.process-step__content {
    flex: 1;
}

.process-step__title {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* REMOVE the ::before counter */
.process-step__title::before {
    content: none;
}

.process-step__text {
    margin: 0;
    color: #fff;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .metodo-process { padding: 5px 0 45px; }
    .metodo-process__title { font-size: 26px; margin-bottom: 24px; }
    .process-grid { gap: 24px 30px; }
}

@media (max-width: 576px) {
    .metodo-process { padding: 0 0 35px; }
    .metodo-process__title { font-size: 22px; margin-bottom: 20px; }
    .process-grid { grid-template-columns: 1fr; gap: 22px; }
    .process-step__icon { flex-basis: 36px; width: 36px; height: 36px; }
    .process-step__number { font-size: 30px; }
    .process-step__title { font-size: 14px; }
}

.metodo-analysis {
    width: 100%;
    background: #050505;
    padding: 10px 0 60px;
}

.metodo-analysis__title {
    margin: 0 0 30px;
    color: #FF5A00;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.analysis-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.analysis-factor {
    padding: 0 22px;
    border-left: 1px solid #2a2a2a;
}

.analysis-factor:first-child {
    padding-left: 0;
    border-left: 0;
}

.analysis-factor:last-child {
    padding-right: 0;
}

.analysis-factor__icon {
    width: 38px;
    height: 38px;
    margin-bottom: 14px;
}

.analysis-factor__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.analysis-factor__title {
    margin: 0 0 8px;
    color: #FF5A00;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.analysis-factor__text {
    margin: 0;
    color: #cfcfcf;
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 1024px) {
    .analysis-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 30px 0;
    }

    .analysis-factor:nth-child(4) {
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 768px) {
    .metodo-analysis {
        padding: 5px 0 45px;
    }

    .metodo-analysis__title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .analysis-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .analysis-factor,
    .analysis-factor:nth-child(4) {
        padding-left: 20px;
        border-left: 1px solid #2a2a2a;
    }

    .analysis-factor:nth-child(odd) {
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 576px) {
    .metodo-analysis {
        padding: 0 0 35px;
    }

    .metodo-analysis__title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .analysis-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .analysis-factor,
    .analysis-factor:nth-child(odd),
    .analysis-factor:nth-child(4) {
        padding: 0 0 22px;
        border-left: 0;
        border-bottom: 1px solid #2a2a2a;
    }

    .analysis-factor:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .analysis-factor__icon {
        width: 34px;
        height: 34px;
        margin-bottom: 10px;
    }
}

.flex_boxes{
    display:flex;
    justify-content:space-between;
}
.metodo-factors {
    width: 100%;
    background: #111111;
    padding: 10px 0 60px;
}

.factors-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.factor-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 15px;
    border: 1px solid #FF5A00;
    border-radius: 12px;
}

.factor-item__icon img {
    width: 70px;
    height: 50px;
}

.factor-item__title {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.factor-item__text {
    margin: 0;
    color: #fff;
    line-height: 1.55;
}

.rim-factors {
    width: 100%;
    background: #111111;
    padding: 10px 0 60px;
}

.rim-factors-grid {
    padding: 0;
}

.rim-factor-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    margin-top:20px;
}
.rim-factor-item:hover {
    border-color: #FF5A00;
}

.rim-factor-item__icon img {
    width: 50px;
    height: 40px;
}

.rim-factor-item__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.rim-factor-item__title {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.rim-factor-item__text {
    margin: 0;
    color: #fff;
    line-height: 1.55;
}

.metodo-principles {
    width: 100%;
    background: #111111;
    padding: 10px 0 70px;
}
.rim__method__process {
    width: 49%;
}
/* .principles-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
} */

.principle-card {
    padding: 24px 24px 18px;
    background: #111111;
    border: 1px solid #2a2a2a;
    border-radius: 9px;
    transition: border-color 0.25s ease;
    margin-top: 20px;
}

.principle-card:hover {
    border-color: #FF5A00;
}

.principle-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #282828;
}

.principle-card__title {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.principle-card__badge {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
}

.principle-card__badge svg {
    display: block;
    width: 100%;
    height: 100%;
}

.principle-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.principle-card__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 7px 0;
    color: #fff;
    line-height: 1.5;
}

.principle-card__item-icon img {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

.principle-card__item-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .factors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .flex_boxes{
        flex-direction:column
    }
    .metodo-values__col:first-child{
        position:static !important;
        align-self:auto !important;
    }
    .rim__method__process{
        width:100%
    }
    .metodo-factors {
        padding: 5px 0 45px;
    }

    .metodo-principles {
        padding: 5px 0 50px;
    }

    .principles-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .metodo-factors {
        padding: 0 0 35px;
    }

    .factor-item__icon img {
    width: 100%;
    height: 100%;
}

    .metodo-principles {
        padding: 0 0 40px;
    }

    .factors-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .factor-item__icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }

    .factor-item__title {
        font-size: 14px;
    }

    .principle-card {
        padding: 20px 18px 14px;
    }

    .principle-card__title {
        font-size: 16px;
    }
}

.metodo-score {
    width: 100%;
    background: #111111;
    padding: 10px 0 60px;
}

.metodo-score__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: center;
    gap: 50px;
}

.metodo-score__content {
    max-width: 620px;
}

.metodo-score__title {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.metodo-score__text {
    margin: 0 0 16px;
    color: #fff;
    line-height: 1.65;
}

.metodo-score__text:last-child {
    margin-bottom: 0;
}

.metodo-score__gauge {
    margin: 0;
}

.score-gauge {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto;
}

.score-gauge__svg {
    display: block;
    width: 100%;
    height: 100%;
}

.score-gauge__label {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.score-gauge__name {
    color: #eeeeee;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: uppercase;
}

.score-gauge__value {
    margin-top: 6px;
    color: #ffffff;
    font-size: 58px;
    line-height: 1;
    font-weight: 700;
}

.score-gauge__max {
    margin-top: 4px;
    color: #fff;
    font-weight: 500;
}

.metodo-values {
    width: 100%;
    background: #111111;
    padding: 10px 0 70px;
}

.metodo-values__col:first-child {
    position: sticky;
    top: 50px;
    align-self: start;
}

.metodo-values__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 60px;
    align-items: start;
}

/* ---------- LEFT: TRASPARENZA ---------- */
.metodo-trasparenza__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.metodo-trasparenza__icon img {
    width: 50px;
    height: 50px;
}

.metodo-trasparenza__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.metodo-trasparenza__title {
    margin: 0;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.metodo-trasparenza__text {
    margin: 0 0 16px;
    color: #fff;
    line-height: 1.65;
}

.metodo-trasparenza__text:last-child {
    margin-bottom: 0;
}

.metodo-principi__title {
    margin: 0 0 25px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.principi-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: principio;
}

.principi-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px 0;
    border-bottom: 1px solid #282828;
    counter-increment: principio;
}

.principi-item:first-child {
    border-top: 1px solid #282828;
}

.principi-item__icon img {
    width: 50px;
    height: 50px;
}

.principi-item__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.principi-item__text {
    display: flex;
    align-items: center;
    margin: 0;
    color: #fff;
    line-height: 1.5;
}

.principi-item__text::before {
    content: counter(principio);
    flex: 0 0 auto;
    margin-right: 16px;
    color: #FF5A00;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 1024px) {
    .metodo-values__grid {
        gap: 40px;
    }

    .metodo-principi__title {
        font-size: 21px;
    }
}

@media (max-width: 768px) {
    .metodo-score {
        padding: 5px 0 45px;
    }

    .metodo-score__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .metodo-score__content {
        max-width: none;
    }

    .metodo-score__title {
        font-size: 26px;
    }

    .metodo-values {
        padding: 5px 0 50px;
    }

    .metodo-values__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .metodo-trasparenza__title {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .metodo-score {
        padding: 0 0 35px;
    }

    .metodo-score__title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .metodo-score__text,
    .metodo-trasparenza__text {
        margin-bottom: 14px;
    }

    .score-gauge {
        width: 180px;
        height: 180px;
    }

    .score-gauge__name {
        font-size: 10px;
    }

    .score-gauge__value {
        font-size: 46px;
    }

    .score-gauge__max {
        font-size: 13px;
    }

    .metodo-values {
        padding: 0 0 40px;
    }

    .metodo-values__grid {
        gap: 32px;
    }

    .metodo-trasparenza__header {
        gap: 12px;
        margin-bottom: 14px;
    }

    .metodo-trasparenza__icon {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }

    .metodo-trasparenza__title {
        font-size: 20px;
    }

    .metodo-principi__title {
        font-size: 19px;
        margin-bottom: 18px;
    }

    .principi-item {
        gap: 14px;
        padding: 12px 0;
    }

    .principi-item__icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }

    .principi-item__text::before {
        margin-right: 12px;
        font-size: 30px;
    }
}

.metodo-faq {
    width: 100%;
    background: #111111;
    padding: 10px 0 80px;
}

.metodo-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, 500px) minmax(0, 1fr);
    gap: 60px;
    align-items: start;
}

.metodo-faq__title {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: #111111;
    border: 1px solid #2a2a2a;
    border-radius: 9px;
    transition: border-color 0.25s ease;
}

.faq-item:hover {
    border-color: #3a3a3a;
}

.faq-item[open] {
    border-color: #FF5A00;
}

.faq-item__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 16px 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.faq-item__question::-webkit-details-marker {
    display: none;
}

.faq-item__icon {
    position: relative;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
}

.faq-item__icon::before,
.faq-item__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FF5A00;
    transform: translate(-50%, -50%);
}

.faq-item__icon::before {
    width: 14px;
    height: 2px;
}

.faq-item__icon::after {
    width: 2px;
    height: 14px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Open state: plus → minus */
.faq-item[open] .faq-item__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.faq-item__answer {
    padding: 0 18px 16px;
}

.faq-item__answer p {
    margin: 0;
    color: #cfcfcf;
    font-size: 14px;
    line-height: 1.6;
}

.metodo-manifesto__title {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.metodo-manifesto__title-highlight {
    display: block;
    color: #FF5A00;
}

.metodo-manifesto__media {
    max-width: 440px;
    margin: 0 0 22px;
}

.metodo-manifesto__image {
    display: block;
    width: 100%;
    height: auto;
}

.metodo-manifesto__text {
    max-width: 480px;
    margin: 0 0 16px;
    color: #fff;
    line-height: 1.65;
}

.metodo-manifesto__statement {
    margin: 20px 0 0;
    color: #FF5A00;
    line-height: 1.5;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .metodo-faq__grid {
        grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
        gap: 40px;
    }

    .metodo-manifesto__title {
        font-size: 26px;
    }
}

@media (max-width: 900px) {
    .metodo-faq__grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .metodo-faq__title {
        font-size: 22px;
    }

    .metodo-manifesto__text,
    .metodo-manifesto__media {
        max-width: none;
    }
}

@media (max-width: 576px) {
    .metodo-faq {
        padding: 0 0 50px;
    }

    .metodo-faq__grid {
        gap: 38px;
    }

    .metodo-faq__title {
        font-size: 19px;
        margin-bottom: 16px;
    }

    .faq-list {
        gap: 10px;
    }

    .faq-item__question {
        padding: 14px 15px;
    }

    .faq-item__answer {
        padding: 0 15px 14px;
    }

    .faq-item__answer p {
        font-size: 13px;
    }

    .metodo-manifesto__title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .metodo-manifesto__statement {
        margin-top: 16px;
        font-size: 14px;
    }
}

figure.metodo-manifesto__media img{
    width:70%;
}

.metodo-newsletter {
    width: 100%;
    background: #111111;
    padding: 10px 0 40px;
}
 
.newsletter-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 45px 50px;
    background: #111111;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
}
 
.newsletter-card__content {
    flex: 1 1 auto;
    max-width: 560px;
    display: flex;
    gap: 20px;
}
 
.newsletter-card__icon {
    width: 56px;
    height: 56px;
    margin-top: 7px;
}
 
.newsletter-card__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
 
.newsletter-card__title {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
 
.newsletter-card__title-highlight {
    color: #ff5a00;
}
 
.newsletter-card__subtitle {
    margin: 0 0 12px;
    color: #ffffff;
    line-height: 1.4;
}
 
.newsletter-card__text {
    margin: 0;
    color: #cfcfcf;
    font-size: 14.5px;
    line-height: 1.6;
}
 
.newsletter-card__signup {
    flex: 0 0 460px;
}
 
.newsletter-form {
    display: flex;
    gap: 10px;
}
 
.newsletter-form__label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}
 
.newsletter-form__input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 14px 16px;
    background: #111111;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    outline: none;
    transition: border-color 0.25s ease;
}
 
.newsletter-form__input::placeholder {
    color: #777777;
}
 
.newsletter-form__input:focus {
    border-color: #ff5a00;
}
 
.newsletter-form__submit {
    flex: 0 0 auto;
    padding: 14px 28px;
    background: #ff5a00;
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition:
        background 0.25s ease,
        transform 0.15s ease;
}
 
.newsletter-form__submit:hover {
    background: #e04e00;
}
 
.newsletter-form__submit:active {
    transform: scale(0.98);
}
 
.newsletter-card__note {
    margin: 14px 0 0;
    color: #999999;
    font-size: 15px;
    line-height: 1.5;
    font-style: italic;
}
 
@media (max-width: 1024px) {
    .newsletter-card {
        gap: 35px;
        padding: 38px 35px;
    }
 
    .newsletter-card__signup {
        flex: 0 0 400px;
    }
 
    .newsletter-card__title {
        font-size: 26px;
    }
}
 
@media (max-width: 900px) {
    .newsletter-card {
        flex-direction: column;
        align-items: stretch;
        gap: 0px;
    }
 
    .newsletter-card__content {
        max-width: none;
        flex-direction: column;
        gap:0px;
    }
 
    .newsletter-card__signup {
        flex: 1 1 auto;
        width: 100%;
    }
}
 
@media (max-width: 576px) {
    .metodo-newsletter {
        padding: 0 0 30px;
    }
 
    .newsletter-card {
        gap: 24px;
        padding: 32px 22px 28px;
        text-align: center;
    }
 
    .newsletter-card__icon {
        width: 48px;
        height: 48px;
        margin: 0 auto 16px;
    }
 
    .newsletter-card__title {
        font-size: 23px;
    }
 
    /* Form stacked - mobile */
    .newsletter-form {
        flex-direction: column;
        gap: 12px;
    }
 
    .newsletter-form__input {
        width: 100%;
        padding: 13px 14px;
        text-align: center;
    }
 
    .newsletter-form__submit {
        width: 100%;
        padding: 14px 18px;
    }
 
    .newsletter-card__note {
        margin-top: 14px;
        font-size: 12.5px;
        text-align: center;
    }
}