 .spot-tile.border {
     container-type: inline-size;
 }

 @media (max-width: 761px) {
     .spot-tile.border {
         border: none;
     }
 }

 .cspot-2026 i-clipboard-write {

     display: flex;
     align-items: center;
     justify-content: flex-start;
     padding: 0;
     margin: 0;
     margin-top: 16px;
     width: 100%;
 }

 .cspot-2026 i-button .button--secondary,
 .cspot-2026 .i-button .button--secondary {
     margin-right: 100%;
     margin-left: auto;
 }

 .cspot-2026 {
     --PADDING: 24px;
     --TILE-SIZE: 29px;
     --TITLE-LINE-HEIGHT: 35px;
     --CSPOT-BG-COLOR: #fff;
     --CSPOT-TEXT-COLOR: #333;
     --CSPOT-GOTHAM-MEDIUM: Gotham SSm medium A, Gotham SSm medium B, Helvetica, Arial, sans-serif;
     --CSPOT-GOTHAM-BOOK: Gotham SSm book A, Gotham SSm book B, Helvetica, Arial, sans-serif;
     /* max-width: 742px;*/
     width: 100%;
     box-sizing: border-box;
     display: block;
     text-align: left;
     min-height: 100%;
     background-color: var(--CSPOT-BG-COLOR);
 }

 @media(max-width:1279px) {
     .cspot-2026 {
         --PADDING: 20px;
         --TILE-SIZE: 24px;
         --TITLE-LINE-HEIGHT: 30px;
     }
 }

 @container(max-width:761px) {
     .cspot-2026 {
         --PADDING: 20px;
         --TILE-SIZE: 24px;
         --TITLE-LINE-HEIGHT: 30px;
     }
 }

 .cspot-2026__visual {
     display: block;
     overflow: hidden;
     width: 100%;
     height: auto;
     position: relative
 }

 .cspot-2026__visual img {
     display: block;
     height: auto;
     width: 100%;
 }

 .cspot-2026__content {
     padding: var(--PADDING);
     padding-top: 24px;
     padding-bottom: 32px;
     box-sizing: border-box;
     background-color: var(--CSPOT-BG-COLOR);
     display: flex;
     width: 100%;
     flex-direction: column;
     align-items: flex-start;
 }

 .cspot-2026__special-mention {
     margin: 0;
     font-family: var(--CSPOT-GOTHAM-MEDIUM);
     color: var(--CSPOT-TEXT-COLOR);
     font-size: 12px;
     line-height: 17px;
     text-transform: uppercase;
     font-weight: normal;
 }

 .cspot-2026__title {
     margin: 0;
     font-family: var(--CSPOT-GOTHAM-MEDIUM);
     color: var(--CSPOT-TEXT-COLOR);
     font-size: var(--TILE-SIZE);
     line-height: var(--TITLE-LINE-HEIGHT);
     font-weight: normal;
 }

 .cspot-2026__text {
     margin: 0;
     margin-top: 8px;
     font-family: var(--CSPOT-GOTHAM-BOOK);
     color: var(--CSPOT-TEXT-COLOR);
     font-size: 14px;
     line-height: 20px;
 }

 .cspot-2026__text+.cspot-2026__text {
     margin: 0;
 }

 .cspot-2026__link {
     margin: 0;
     margin-top: 16px;
     font-family: var(--CSPOT-GOTHAM-MEDIUM);
     color: var(--CSPOT-TEXT-COLOR);
     font-size: 11px;
     line-height: normal;
     text-transform: uppercase;
     text-decoration: underline;
     display: block;
 }

 .cspot-2026:hover .cspot-2026__link {
     text-decoration: none;
 }


 *[lang="ar"] .cspot-2026 {
     --TILE-SIZE: 35px;
     --TITLE-LINE-HEIGHT: 45px;
     text-align: right;
     --CSPOT-GOTHAM-MEDIUM: "Tajawal-Medium", Gotham SSm medium A, Gotham SSm medium B, Helvetica, Arial, sans-serif;
     --CSPOT-GOTHAM-BOOK: "Tajawal-Regular", Gotham SSm book A, Gotham SSm book B, Helvetica, Arial, sans-serif;
 }

 @media(max-width:1279px) {
     *[lang="ar"] .cspot-2026 {
         --TILE-SIZE: 29px;
         --TITLE-LINE-HEIGHT: 39px;
     }
 }

 @container(max-width:761px) {
     *[lang="ar"] .cspot-2026 {
         --TILE-SIZE: 29px;
         --TITLE-LINE-HEIGHT: 39px;
     }
 }

 *[lang="ar"] .cspot-2026 i-button .button--secondary,
 *[lang="ar"] .cspot-2026 .i-button .button--secondary {
     margin-left: 100%;
     margin-right: auto;
 }

 *[lang="ar"] .cspot-2026 .clipboard-write-wrapper .promo-code {
     padding-right: 0;
     padding-left: 16px;
 }

 *[lang="ar"] .cspot-2026__special-mention {
     font-size: 14px;
     line-height: 21px;
 }

 *[lang="ar"] .cspot-2026__text {
     font-size: 17px;
     line-height: 25px;
 }

 *[lang="ar"] .cspot-2026 .clipboard-write-wrapper .primary-text {
     padding-right: 0;
     padding-left: 8px;
 }

 *[lang="ar"] .cspot-2026__link {
     font-size: 13px;
     line-height: 1.5em;
     text-decoration: none;
     border-bottom: 1px solid;
 }