.gig-listing-modern {
  background:
    radial-gradient(680px 260px at 100% -10%, rgba(25, 135, 255, 0.1), transparent 70%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 34%);
}

.gig-listing-modern .sub-cat-details__header {
  background: #fff;
  border: 1px solid rgba(18, 41, 66, 0.1);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(8, 22, 44, 0.06);
  margin-bottom: 24px;
  padding: 16px;
}

.gig-listing-modern .sub-cat-details__header-top {
  border-bottom: 1px solid rgba(18, 41, 66, 0.08);
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.gig-listing-modern .sub-cat-details__header-bottom .wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
}

.gig-listing-modern .results {
  background: rgba(14, 71, 131, 0.08);
  border-radius: 999px;
  color: #18487c;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
}

.gig-listing-modern .filter-select {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.gig-listing-modern .filter-select .label {
  color: #4a5f78;
  font-size: 14px;
  font-weight: 600;
}

.gig-listing-modern .filter-sidebar .widget {
  border: 1px solid rgba(18, 41, 66, 0.1);
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(8, 22, 44, 0.06);
  overflow: hidden;
}

.gig-listing-modern .filter-sidebar .widget + .widget {
  margin-top: 16px;
}

.gig-listing-modern .filter-sidebar .widget-header {
  background: #f4f8fd;
  border-bottom: 1px solid rgba(18, 41, 66, 0.08);
  padding: 12px 14px;
}

.gig-listing-modern .filter-sidebar .widget-header .title {
  color: #163a61;
  font-size: 15px;
  margin: 0;
}

.gig-listing-modern .filter-sidebar .widget-body {
  padding: 14px;
}

.gig-listing-modern .filter-sidebar .form-control,
.gig-listing-modern .filter-sidebar .form--control {
  border-radius: 12px;
  min-height: 44px;
}

.gig-listing-modern .filter-category a {
  align-items: center;
  border-radius: 12px;
  color: #3f5874;
  display: flex;
  font-weight: 500;
  gap: 8px;
  padding: 8px 10px;
}

.gig-listing-modern .filter-category a:hover,
.gig-listing-modern .filter-category a.active {
  background: rgba(25, 135, 255, 0.1);
  color: #0d4f99;
}

.gig-listing-modern .gig-card {
  border: 1px solid rgba(18, 41, 66, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(8, 22, 44, 0.07);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.gig-listing-modern .gig-card:hover {
  box-shadow: 0 20px 44px rgba(8, 22, 44, 0.14);
  transform: translateY(-4px);
}

.gig-listing-modern .gig-card__thumbs {
  margin: 10px 10px 0;
}

.gig-listing-modern .gig-card__thumb {
  display: block;
}

.gig-listing-modern .gig-card__thumb img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
  border-radius: 18px;
}

.gig-listing-modern .gig-card__thumb-empty {
  aspect-ratio: 4 / 3;
  border-radius: 18px;
}

.gig-listing-modern .gig-card__thumb video {
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.gig-listing-modern .gig-card__body {
  padding: 14px 14px 10px;
}

/* Designer banner inside gig card */
.gig-listing-modern .gig-card__designer {
  align-items: center;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.9));
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.35);
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 8px 10px;
}

.gig-listing-modern .gig-card__user {
  align-items: center;
  display: flex;
  gap: 8px;
}

.gig-listing-modern .gig-card__user .avatar__img {
  border: 2px solid #fff;
  box-shadow: 0 6px 14px rgba(8, 22, 44, 0.26);
}

.gig-listing-modern .gig-card__user .name {
  color: #e5f3ff;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.gig-listing-modern .gig-card__user .name:hover {
  color: #bfdbfe;
}

.gig-listing-modern .gig-card__designer-meta {
  text-align: right;
}

.gig-listing-modern .gig-card__rating {
  color: rgba(226, 232, 240, 0.9);
  font-size: 0.8rem;
}

.gig-listing-modern .gig-card__rating .icon {
  align-items: center;
  display: inline-flex;
  gap: 3px;
}

.gig-listing-modern .gig-card__rating .icon i {
  color: #fbbf24;
}

.gig-listing-modern .gig-card__rating .number {
  margin-inline-start: 4px;
}

.gig-listing-modern .gig-card__title a {
  color: #173b62;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 1.35;
  min-height: 44px;
  overflow: hidden;
}

.gig-listing-modern .gig-card__title a:hover {
  color: #0f5fbf;
}

.gig-listing-modern .gig-card__footer {
  border-top: 1px solid rgba(18, 41, 66, 0.08);
  padding: 12px 14px;
}

.gig-listing-modern .gig-card__price {
  align-items: center;
  color: #1b456f;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
}

.gig-listing-modern .gig-card__price img {
  height: 14px;
  width: 14px;
}

.gig-listing-modern .pagination {
  justify-content: center;
  margin-top: 28px;
}

.gig-listing-modern .pagination .page-link {
  border-radius: 10px;
  margin-inline: 3px;
  min-width: 40px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .gig-listing-modern .filter-sidebar {
    background: #fff;
    border: 1px solid rgba(18, 41, 66, 0.12);
    border-radius: 16px;
    box-shadow: 0 20px 44px rgba(8, 22, 44, 0.14);
    padding: 14px;
  }
}

@media (max-width: 767.98px) {
  .gig-listing-modern .sub-cat-details__header {
    border-radius: 14px;
    padding: 12px;
  }

  .gig-listing-modern .filter-select {
    width: 100%;
  }

  .gig-listing-modern .filter-select .select2 {
    flex: 1;
  }
}
