/**
 * Single sport responsive safeguards.
 */

.single-sport .fsgt93-main,
.single-sport .fsgt93-main > .fsgt93-card,
.single-sport .fsgt93-sport-description {
  min-width: 0;
}

.single-sport .fsgt93-sport-description {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.single-sport .fsgt93-sport-description img,
.single-sport .fsgt93-sport-description iframe,
.single-sport .fsgt93-sport-description video {
  max-width: 100%;
}

.single-sport .fsgt93-sport-description iframe,
.single-sport .fsgt93-sport-description video {
  width: 100%;
}
