.selection-highlight {
  right: unset;
  left: 0;
  width: 150px;
}

@media only screen and (max-width: 1068px) {
  .selection-highlight {
    width: 125px;
  }
}

@media only screen and (max-width: 734px) {
  .selection-highlight {
    width: 77px;
  }
}

.modal.modal-standard .modal-close {
  transform: translate(85px, -80px);
}
@media only screen and (max-width: 1068px) {
  .modal.modal-standard .modal-close {
    transform: translate(60px, -80px);
  }
}
@media only screen and (max-width: 734px) {
  .modal.modal-standard .modal-close {
    transform: translate(49px, -76px);
  }
}
.double-card .card:first-child:after {
  right: initial;
  left: 0;
}
.section-tiles-grid .grid-container .modal-trigger {
  left: 0;
  right: initial;
}
.section-tiles-grid .section-content .hardwares {
  padding-right: 10px;
}
@media only screen and (max-width: 734px) {
  .section-tiles-grid .section-content .hardwares {
    padding-right: 0;
  }
}

.card-voice-control .card-subhead {
  line-height: 1.7;
}

.section-discover-more .discover-more-headline .selection-text:before {
  background-image: url("/mideast/accessibility/r/images/shared/speak_screen_bubble_text__f34h1ash1ia2_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx),
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi) {
  .section-discover-more .discover-more-headline .selection-text:before {
    background-image: url("/mideast/accessibility/r/images/shared/speak_screen_bubble_text__f34h1ash1ia2_large_2x.png");
  }
}

@media only screen and (max-width: 734px) {
  .section-discover-more .discover-more-headline .selection-text:before {
    background-image: url("/mideast/accessibility/r/images/shared/speak_screen_bubble_text__f34h1ash1ia2_small_2x.png");
  }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  .section-discover-more .discover-more-headline .selection-text:before {
    background-image: url("/mideast/accessibility/r/images/shared/speak_screen_bubble_text__f34h1ash1ia2_small.png");
  }
}

.card-backtap .text-content .typography-headline-reduced,
.card-siri .typography-headline-reduced {
  line-height: 1.189;
}

html[dir="rtl"] .icon-external:after,
html[dir="rtl"] .icon-external:before {
  content: "";
}
