.upk-forbes-tabs-header {
  padding: 15px 0;
  border-bottom: 2px solid #ef233c;
  margin-bottom: 30px;
  gap: 20px;
}
.upk-forbes-tabs-header .upk-title {
  color: #2b2d42;
  font-size: clamp(18px, 1.5vw, 24px);
  transition: all 0.3s ease;
  margin: 0;
  font-weight: 600;
}
.upk-forbes-tabs-header .upk-filter-wrap {
  gap: 15px;
}
.upk-forbes-tabs-header .upk-filter-list {
  display: flex;
}
.upk-forbes-tabs-header .upk-filter-list .upk-option {
  text-decoration: none;
  text-transform: capitalize;
  font-size: clamp(13px, 1.2vw, 14px);
  color: #2b2d42;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}
.upk-forbes-tabs-header .upk-filter-list .upk-option:hover {
  color: #ef233c;
}
.upk-forbes-tabs-header .upk-filter-list.upk-active .upk-option {
  color: #ef233c;
}

.upk-forbes-tabs-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
  /* ALTERNATING ORBITS */
}
.upk-forbes-tabs-grid .upk-item {
  grid-column: span 6/auto;
  background: #fff;
  overflow: hidden;
}
.upk-forbes-tabs-grid .upk-item:hover .upk-image-wrapper a .upk-img {
  transform: scale(1.1);
}
.upk-forbes-tabs-grid .upk-item:nth-child(7n+1) {
  grid-column: span 6/auto;
  grid-row: span 1/auto;
}
.upk-forbes-tabs-grid .upk-item:nth-child(7n+1) .upk-item-box {
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
}
.upk-forbes-tabs-grid .upk-item:nth-child(7n+1) .upk-item-box::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(27, 25, 25, 0.5490196078);
  z-index: 4;
}
.upk-forbes-tabs-grid .upk-item:nth-child(7n+1) .upk-image-wrapper {
  width: 100%;
}
.upk-forbes-tabs-grid .upk-item:nth-child(7n+1) .upk-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.upk-forbes-tabs-grid .upk-item:nth-child(7n+1) .upk-category {
  margin-bottom: 15px;
}
.upk-forbes-tabs-grid .upk-item:nth-child(7n+1) .upk-category a {
  border: 1px solid #c3c3c3;
  background: transparent;
  color: #c3c3c3;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 2px;
}
.upk-forbes-tabs-grid .upk-item:nth-child(7n+1) .upk-category a:hover {
  border: 1px solid transparent;
  background: #d90429;
}
.upk-forbes-tabs-grid .upk-item:nth-child(7n+1) .upk-title {
  font-size: clamp(16px, 1.3vw, 20px);
  color: #fff;
}
.upk-forbes-tabs-grid .upk-item:nth-child(7n+1) .upk-title:hover {
  color: #d90429;
}
.upk-forbes-tabs-grid .upk-item:nth-child(7n+1) .upk-author-content {
  margin: 0;
}
.upk-forbes-tabs-grid .upk-item-box {
  align-items: center;
}
.upk-forbes-tabs-grid .upk-content {
  width: 100%;
}
.upk-forbes-tabs-grid .upk-title {
  font-size: clamp(15px, 1.3vw, 20px);
}
.upk-forbes-tabs-grid .upk-comments {
  display: none;
}
.upk-forbes-tabs-grid .upk-date-content {
  margin-top: 10px;
  padding-left: 0;
}
.upk-forbes-tabs-grid .author {
  width: 40px;
  border-radius: 30px;
}
.upk-forbes-tabs-grid .upk-blog-date {
  position: relative;
  display: flex;
}
.upk-forbes-tabs-grid .upk-meta {
  display: flex;
  flex-wrap: wrap;
}
.upk-forbes-tabs-grid .upk-meta > div {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.upk-forbes-tabs-grid .upk-meta > div:before {
  content: attr(data-separator);
  margin: 0 5px;
}
.upk-forbes-tabs-grid .upk-meta > div:nth-child(1)::before {
  display: none;
}
.upk-forbes-tabs-grid .upk-meta *,
.upk-forbes-tabs-grid .upk-reading-time,
.upk-forbes-tabs-grid .upk-post-time,
.upk-forbes-tabs-grid .author-name,
.upk-forbes-tabs-grid .date {
  font-size: 10px;
  color: #b2bccd;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.upk-forbes-tabs-grid .upk-post-time {
  margin-left: 5px;
}
.upk-forbes-tabs-grid .upk-post-time i {
  margin-right: 4px;
}
.upk-forbes-tabs-grid .upk-item-box {
  display: flex;
  height: 100%;
}
.upk-forbes-tabs-grid .upk-image-wrapper {
  width: 250px;
  height: 100%;
  overflow: hidden;
}
.upk-forbes-tabs-grid .upk-image-wrapper a .upk-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 2s ease;
}
.upk-forbes-tabs-grid .upk-content {
  padding-left: 15px;
  z-index: 111;
}
.upk-forbes-tabs-grid .upk-category {
  display: flex;
  margin-bottom: 6px;
}
.upk-forbes-tabs-grid .upk-category a {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #d90429;
}
.upk-forbes-tabs-grid .upk-category a + a {
  margin-left: 5px;
}
.upk-forbes-tabs-grid .upk-title-wrap {
  margin-bottom: 6px;
  display: block;
  text-decoration: none;
}
.upk-forbes-tabs-grid .upk-title {
  color: #2b2d42;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.4;
  transition: all 0.3s ease;
  margin: 0;
}
.upk-forbes-tabs-grid .upk-title:hover {
  color: #d90429;
}
.upk-forbes-tabs-grid .upk-author-content a {
  text-decoration: none;
  color: #b7b6b6;
}
.upk-forbes-tabs-grid div#upk-loading-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  background-image: radial-gradient(at center center, #FFFFFF 0%, rgba(255, 255, 255, 0.9215686275) 100%);
}
.upk-forbes-tabs-grid .upk-circle-border {
  width: 100px;
  height: 100px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #1e87f0;
  background: linear-gradient(0deg, rgba(63, 249, 220, 0.1) 33%, #1e87f0 100%);
  animation: spin 0.8s linear 0s infinite;
}
.upk-forbes-tabs-grid .upk-circle-core {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .upk-forbes-tabs-grid .upk-item {
    grid-column: span 3/auto;
  }
  .upk-forbes-tabs-grid .upk-item:nth-child(7n+1) {
    grid-column: span 3/auto;
    grid-row: span 2/auto;
  }
  .upk-forbes-tabs-grid .upk-separator {
    display: block;
  }
  .upk-forbes-tabs-grid .upk-blog-date {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .upk-forbes-tabs-grid .upk-item {
    grid-column: span 2/auto;
  }
  .upk-forbes-tabs-grid .upk-item:nth-child(7n+1) {
    grid-column: span 2/auto;
    grid-row: span 3/auto;
  }
  .upk-forbes-tabs-grid .upk-item:nth-child(7n+1) .upk-content {
    padding: 30px;
  }
  .upk-forbes-tabs-grid .upk-category a {
    font-size: 10px;
  }
}