.swiper-container {
  position: relative;
  height: fit-content;
}

.swiper-slide {
  margin-right: 15px !important;
}

.slide-container {
  position: relative;
  background-color: var(--white-color);
  display: flex;
  padding: 10px;
  transition: box-shadow 0.3s ease;
  border-radius: 4px 4px 8px 8px;
  box-sizing: border-box;
  margin: 10px auto 20px auto;
  box-shadow: 0 3px 6px rgba(103, 101, 101, 0), 0 3px 6px rgba(167, 167, 167, 0.1);
}

.slide-item {
  width: 100%;
}

.si-content-one {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.slide-match-title {
  font-size: 0.75rem;
  padding: 0;
}

.slide-match-type {
  background: var(--black-color);
  border-radius: 24px;
  color: var(--white-color);

}

.si-content-two {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: var(--black-color);
}

.sct-left {
  display: flex;
}

.team-flag {
  align-content: center;
}

.team-flag img {
  align-self: center;
  width: 15px;
  padding: 5px 0;
}

.team-score {
  margin-right: 50px;
}

.inning-description {
  font-size: 0.75rem;
  color: var(--red-color);
  padding: 0;
  padding-bottom: 5px;
}

.si-four {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  top: 80%;
  position: absolute;
  width: 100%;
  background-color: var(--bg-color);
  left: 0;
  line-height: 2;
  box-sizing: border-box;
  font-size: 0.75rem;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 3px 6px rgba(103, 101, 101, 0.16), 0 2px 6px rgba(167, 167, 167, 0.23);
}

.sif-content a {
  color: var(--black-color);
  margin-right: 10px;
}

.easy-access {
  background-color: var(--white-color);
  padding: 5px 0;
  flex-wrap: nowrap;
  margin: 5px auto;
}

.easy-access,
.ea-item-holder {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ea-item-holder {
  flex-wrap: wrap;
}

.ea-items {
  background-color: var(--bg-color);
  padding: 0 5px;
  border-radius: 1px;
}

.ea-items a {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--black-color);
}

.homegrid {
  display: grid;
  grid-template-columns: 7fr 12fr 5fr;
  gap: 10px;
  margin: 10px auto;
}


.lv-container {
  padding-bottom: 15px;
}

.lv-heading h2 {
  font-size: 16px;
  line-height: 21px;
  color: var(--green-color);
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
}

.latest-videos {
  background-color: var(--white-color);
}

.lvc-content {
  position: relative;
  margin: 10px;
  border-radius: 6px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.it-container {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 16px;
  gap: 5px;
  color: var(--white-color);
  padding: 0 7px;
}

.lvc-title {
  text-wrap: wrap;
  color: var(--white-color);
}
.mc-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.lvc-content a img,
.ln-image img,
.mc-image img,
.csc-image,
.cs-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: auto;
}

.ln-heading h2 {
  font-size: 16px;
  line-height: 21px;
  color: var(--green-color);
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
}

.ln-container {
  position: relative;
  display: flex;
  border-bottom: 1px solid var(--bg-color);
  align-items: center;
  padding: 5px 0;
}

.ln-container:last-child {
  border: none;
}

.ln-image {
  width: 90%;
  align-items: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.latest-news {
  background-color: var(--white-color);
  margin-top: 10px;
  padding: 10px;
}

.ln-title {
  font-size: .875rem;
  line-height: 1.25rem;
}

.ln-title h3 a {
  color: var(--black-color);
}

.ln-date p {
  padding: 0 5px 5px 5px;
}

.mixed-content {
  background-color: var(--white-color);
  padding: 0 10px;
}

.mc-container {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bg-color);
}

.mc-heading {
  font-size: .75rem;
  line-height: 1rem;
  color: var(--text-color);
  text-transform: uppercase;
  padding: 18px 0;
}

.mc-title {
  padding: 5px 0;
}

.mcc-link {
  color: var(--black-color);
}

.mcc-link:hover {
  text-decoration: underline;
}

.cs-container {
  background-color: var(--white-color);
  padding: 10px;
}
.csi-container{
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.cs-heading h2 {
  background-color: var(--white-color);
  font-size: 16px;
  line-height: 21px;
  color: var(--green-color);
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
}

.csc-title {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--black-color);
  padding: 5px 0;
}

.mobile-slider {
  display: none;
}

.fv-heading h2 {
  font-size: 16px;
  line-height: 21px;
  color: var(--green-color);
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 5px 0 0;
}
.latest-photos{
  margin-top: 10px;
}




@media screen and (max-width:768px) {
  .homegrid {
    grid-template-columns: 1fr;
    /* Single column layout */
  }

  .mobile-slider {
    display: block;
  }

  .latest-videos {
    display: none;
  }

  .mobile-video-slider .lvc-content:first-child {
    margin-left: 0;
  }
  .lvc-content{
    margin: 0px;
    margin-top: 10px;
  }
  .ln-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .ln-container:nth-last-child(2) {
    border-bottom:none;
  }
}

@media screen and (max-width:480px) {
  .ln-wrapper{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ln-container:nth-last-child(2) {
    border-bottom: 1px solid var(--bg-color);
  }
}