.giverr-frontend,
.giverr-profile,
.giverr-freelancer-services,
.giverr-gigs-block,
.giverr-categories-grid,
.giverr-guides-grid {
  box-sizing: border-box;
}
.giverr-frontend img,
.giverr-profile img,
.giverr-freelancer-services img,
.giverr-gigs-block img {
  max-width: 100%;
  height: auto;
  display: block;
}
.giverr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  background: #111111;
  color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}
.giverr-button:hover {
  color: #ffffff;
  opacity: .92;
}
.giverr-button--secondary {
  background: #ffffff;
  color: #111111;
  border: 1px solid #d8d8d8;
}
.giverr-button--secondary:hover {
  color: #111111;
}
.giverr-button--small {
  min-height: 34px;
  padding: 0 12px;
  font-size: 13px;
}
.giverr-button--block {
  display: flex;
  width: 100%;
}
.giverr-categories-grid,
.giverr-guides-grid,
.giverr-gigs-grid,
.giverr-service-grid {
  display: grid;
  gap: 20px;
}
.giverr-categories-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.giverr-cat,
.giverr-guide,
.giverr-gig-card,
.giverr-service-card,
.giverr-profile__card,
.giverr-profile__portfolio,
.giverr-profile__cta {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
}
.giverr-cat,
.giverr-guide {
  padding: 18px;
}
.giverr-gigs-block h2,
.giverr-profile h2,
.giverr-profile h3,
.giverr-freelancer-services h3 {
  margin: 0 0 18px;
}
.giverr-gigs-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.giverr-gig-card {
  overflow: hidden;
}
.giverr-gig-card__image,
.giverr-service-card__thumb {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f4f4f4;
}
.giverr-gig-card__image img,
.giverr-service-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.giverr-gig-card h3,
.giverr-gig-card p,
.giverr-gig-card__footer {
  padding-left: 16px;
  padding-right: 16px;
}
.giverr-gig-card h3 {
  margin: 14px 0 8px;
  font-size: 18px;
}
.giverr-gig-card h3 a,
.giverr-service-card h4 a {
  text-decoration: none;
  color: #111111;
}
.giverr-gig-card p {
  margin: 0 0 14px;
  color: #555555;
}
.giverr-gig-card__footer {
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 600;
}
.giverr-profile {
  display: grid;
  gap: 28px;
}
.giverr-profile__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}
.giverr-profile__identity {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.giverr-profile__avatar img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.giverr-profile__summary h2 {
  font-size: 34px;
  line-height: 1.1;
}
.giverr-profile__summary h2 span {
  display: inline-block;
  color: #777777;
  font-size: 18px;
  font-weight: 500;
  margin-left: 6px;
}
.giverr-profile__meta,
.giverr-profile__skills,
.giverr-profile__portfolio-meta,
.giverr-service-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.giverr-profile__meta {
  margin-bottom: 16px;
  color: #444444;
  font-weight: 600;
}
.giverr-profile__skills span {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid #e1e1e1;
  border-radius: 999px;
  font-size: 13px;
  background: #fafafa;
}
.giverr-profile__card {
  padding: 20px;
  position: sticky;
  top: 20px;
}
.giverr-profile__card-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
}
.giverr-profile__card-price {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.giverr-profile__card-status,
.giverr-profile__card-foot {
  color: #555555;
  font-size: 14px;
}
.giverr-profile__card-status {
  margin-bottom: 16px;
}
.giverr-profile__card .giverr-button + .giverr-button {
  margin-top: 10px;
}
.giverr-profile__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.giverr-profile__section-head a,
.giverr-profile__section-head span {
  color: #666666;
  text-decoration: none;
}
.giverr-service-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.giverr-service-grid--compact {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.giverr-service-card {
  overflow: hidden;
}
.giverr-service-card__thumb--placeholder,
.giverr-profile__portfolio-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: .06em;
  color: #7a7a7a;
}
.giverr-service-card__body {
  padding: 14px 16px 16px;
}
.giverr-service-card h4 {
  margin: 0 0 8px;
  font-size: 18px;
}
.giverr-service-card p {
  margin: 0 0 14px;
  color: #575757;
}
.giverr-service-card__meta {
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
.giverr-profile__portfolio {
  display: grid;
  grid-template-columns: 1.4fr 1fr 160px;
  gap: 18px;
  padding: 18px;
}
.giverr-profile__portfolio-main img,
.giverr-profile__portfolio-thumb img,
.giverr-profile__portfolio-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.giverr-profile__portfolio-main {
  min-height: 280px;
}
.giverr-profile__portfolio-copy {
  display: grid;
  gap: 12px;
  align-content: start;
}
.giverr-profile__portfolio-copy h4 {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
}
.giverr-profile__portfolio-copy p,
.giverr-profile__portfolio-date {
  margin: 0;
  color: #555555;
}
.giverr-profile__portfolio-side {
  display: grid;
  gap: 12px;
}
.giverr-profile__portfolio-thumb,
.giverr-profile__portfolio-placeholder {
  min-height: 82px;
}
.giverr-profile__cta {
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(90deg, #f5f5ef 0%, #e5f068 100%);
}
.giverr-profile__cta h3,
.giverr-profile__cta p {
  margin: 0;
}
.giverr-profile__cta p {
  margin-top: 8px;
  color: #444444;
}
.giverr-empty {
  padding: 20px;
  border: 1px dashed #d5d5d5;
  border-radius: 16px;
  color: #666666;
}
@media (max-width: 980px) {
  .giverr-profile__hero,
  .giverr-profile__portfolio {
    grid-template-columns: 1fr;
  }
  .giverr-profile__card {
    position: static;
  }
}
@media (max-width: 767px) {
  .giverr-profile__identity {
    grid-template-columns: 1fr;
  }
  .giverr-profile__summary h2 {
    font-size: 28px;
  }
  .giverr-profile__cta,
  .giverr-profile__section-head,
  .giverr-service-card__meta,
  .giverr-gig-card__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.giverr-auth,
.giverr-entry,
.giverr-profile-form {
  max-width: 1180px;
  margin: 24px auto;
}
.giverr-auth {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(17, 17, 17, 0.12);
}
.giverr-auth--compact {
  grid-template-columns: 1fr;
  min-height: auto;
  max-width: 760px;
}
.giverr-auth__split--art {
  background: linear-gradient(160deg, #7f1734 0%, #9a4257 100%);
  color: #ffffff;
}
.giverr-auth__art {
  height: 100%;
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 28px;
}
.giverr-auth__art h2 {
  margin: 0;
  font-size: 56px;
  line-height: 1.05;
}
.giverr-auth__art ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 18px;
  font-size: 18px;
}
.giverr-auth__split--form {
  background: #ffffff;
}
.giverr-auth__panel {
  height: 100%;
  padding: 56px 42px;
}
.giverr-auth__panel h2 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.15;
}
.giverr-auth__panel p {
  margin: 0 0 18px;
}
.giverr-auth__social,
.giverr-button {
  text-decoration: none;
}
.giverr-auth__social {
  display: block;
  padding: 14px 18px;
  border: 1px solid #dddddd;
  border-radius: 12px;
  text-align: center;
  color: #111111;
  font-weight: 600;
}
.giverr-auth__form,
.giverr-profile-form__body {
  display: grid;
  gap: 12px;
}
.giverr-auth__form label,
.giverr-form-grid label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}
.giverr-auth__form input,
.giverr-form-grid input,
.giverr-form-grid textarea {
  width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 16px;
  box-sizing: border-box;
}
.giverr-auth__rules {
  display: grid;
  gap: 8px;
  color: #596579;
  font-size: 14px;
  margin: 6px 0 4px;
}
.giverr-auth__note,
.giverr-notice {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 12px;
}
.giverr-auth__note {
  background: #f6f7f9;
  color: #4c5566;
}
.giverr-notice--success {
  background: #eefaf0;
  color: #146c2e;
}
.giverr-notice--error {
  background: #fff1f1;
  color: #a32020;
}
.giverr-entry__hero {
  min-height: 420px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f6f6f6 0%, #dedede 100%);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 40px 24px;
}
.giverr-entry__copy {
  max-width: 640px;
}
.giverr-entry__eyebrow {
  font-size: 14px;
  margin-bottom: 12px;
  color: #6a6a6a;
}
.giverr-entry__copy h2 {
  margin: 0 0 22px;
  font-size: 54px;
  line-height: 1.05;
}
.giverr-entry__links {
  margin-top: 14px;
}
.giverr-entry__trust {
  margin-top: 18px;
  padding: 20px 24px;
  text-align: center;
  background: #f3f3f3;
  border-radius: 18px;
}
.giverr-entry__trust > span {
  display: block;
  margin-bottom: 12px;
  color: #666666;
}
.giverr-entry__trust > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
}
.giverr-profile-form {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 14px 42px rgba(17, 17, 17, 0.08);
  padding: 36px;
}
.giverr-profile-form__head h2 {
  margin: 0 0 8px;
  font-size: 34px;
}
.giverr-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.giverr-form-grid__full {
  grid-column: 1 / -1;
}
.giverr-profile-form__actions {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 8px;
}
@media (max-width: 980px) {
  .giverr-auth {
    grid-template-columns: 1fr;
  }
  .giverr-auth__art h2,
  .giverr-entry__copy h2 {
    font-size: 40px;
  }
  .giverr-form-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .giverr-auth__panel,
  .giverr-auth__art,
  .giverr-profile-form {
    padding: 28px 20px;
  }
  .giverr-entry__copy h2 {
    font-size: 32px;
  }
  .giverr-profile-form__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

.giverr-single {
  max-width: 1280px;
  margin: 24px auto;
  display: grid;
  gap: 24px;
}
.giverr-single__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #6c6c6c;
  font-size: 14px;
}
.giverr-single__breadcrumbs a {
  color: #6c6c6c;
  text-decoration: none;
}
.giverr-single__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 388px;
  gap: 28px;
  align-items: start;
}
.giverr-single__main,
.giverr-single__purchase,
.giverr-single__section,
.giverr-single__compare,
.giverr-single__gallery-main,
.giverr-single__about-seller,
.giverr-single__portfolio-card,
.giverr-single__review-card,
.giverr-single__review-score {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
}
.giverr-single__main {
  display: grid;
  gap: 22px;
  border: 0;
  background: transparent;
}
.giverr-single__main h1 {
  margin: 0;
  font-size: 38px;
  line-height: 1.1;
}
.giverr-single__seller {
  display: flex;
  align-items: center;
  gap: 14px;
}
.giverr-single__seller img,
.giverr-single__about-seller img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
.giverr-single__seller span,
.giverr-single__seller-minor {
  display: block;
  color: #6a6a6a;
  margin-top: 4px;
}
.giverr-single__gallery {
  display: grid;
  gap: 14px;
}
.giverr-single__gallery-main {
  overflow: hidden;
  min-height: 420px;
}
.giverr-single__gallery-main img,
.giverr-single__portfolio-thumb img,
.giverr-single__portfolio-placeholder,
.giverr-single__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.giverr-single__gallery-current {
  cursor: zoom-in;
}
.giverr-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.giverr-lightbox[hidden] {
  display: none !important;
}
.giverr-lightbox__backdrop {
  position: absolute;
  inset: 0;
}
.giverr-lightbox__dialog {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 1400px);
  max-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.giverr-lightbox__image {
  max-width: 100%;
  max-height: 92vh;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center center;
}
.giverr-lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.giverr-single__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.giverr-single__thumb {
  appearance: none;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  overflow: hidden;
  min-height: 96px;
  background: #ffffff;
  padding: 0;
  cursor: pointer;
}
.giverr-single__thumb.is-active {
  border-color: #111111;
}
.giverr-single__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.giverr-single__placeholder,
.giverr-single__portfolio-placeholder {
  display: grid;
  place-items: center;
  color: #777777;
  font-size: 24px;
  font-weight: 700;
  background: #f4f4f4;
}
.giverr-single__section {
  padding: 24px;
}
.giverr-single__section h2 {
  margin: 0 0 16px;
  font-size: 24px;
}
.giverr-single__section h3 {
  margin: 0 0 8px;
}
.giverr-single__meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.giverr-single__meta-item {
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 16px;
  display: grid;
  gap: 6px;
}
.giverr-single__meta-item span {
  color: #6a6a6a;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.giverr-single__about-seller {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.giverr-single__seller-links {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.giverr-single__portfolio {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.giverr-single__portfolio-card {
  overflow: hidden;
}
.giverr-single__portfolio-thumb {
  display: block;
  aspect-ratio: 16 / 10;
  background: #f4f4f4;
}
.giverr-single__portfolio-body {
  padding: 14px 16px 16px;
  display: grid;
  gap: 6px;
}
.giverr-single__portfolio-body h3 {
  margin: 0;
  font-size: 18px;
}
.giverr-single__portfolio-body a {
  color: #111111;
  text-decoration: none;
}
.giverr-single__compare {
  overflow-x: auto;
}
.giverr-single__compare table {
  width: 100%;
  border-collapse: collapse;
}
.giverr-single__compare th,
.giverr-single__compare td {
  padding: 14px 16px;
  border-bottom: 1px solid #ececec;
  text-align: left;
  vertical-align: top;
}
.giverr-single__compare th {
  white-space: nowrap;
}
.giverr-single__faq {
  display: grid;
  gap: 12px;
}
.giverr-single__faq details {
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 14px 16px;
}
.giverr-single__faq summary {
  cursor: pointer;
  font-weight: 600;
}
.giverr-single__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(90deg, #0f172a 0%, #111111 100%);
  color: #ffffff;
}
.giverr-single__cta h2,
.giverr-single__cta p {
  color: #ffffff;
}
.giverr-single__reviews {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
}
.giverr-single__review-score,
.giverr-single__review-card {
  padding: 22px;
}
.giverr-single__review-score strong {
  display: block;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 8px;
}
.giverr-single__review-score span {
  color: #6a6a6a;
}
.giverr-single__review-bars {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}
.giverr-single__review-bar {
  display: grid;
  gap: 8px;
}
.giverr-single__review-bar em {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #ededed;
  overflow: hidden;
}
.giverr-single__review-bar i {
  display: block;
  height: 100%;
  background: #111111;
}
.giverr-single__sidebar {
  position: sticky;
  top: 20px;
  display: grid;
  gap: 16px;
}
.giverr-single__purchase {
  padding: 0;
  display: grid;
  gap: 0;
  overflow: hidden;
}
.giverr-single__purchase--mini {
  padding: 20px 22px;
  gap: 14px;
}
.giverr-single__tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #f5f5f5;
  border-bottom: 1px solid #e6e6e6;
}
.giverr-single__tab {
  appearance: none;
  border: 0;
  border-right: 1px solid #e6e6e6;
  background: transparent;
  padding: 16px 12px;
  font-weight: 700;
  cursor: pointer;
}
.giverr-single__tab:last-child {
  border-right: 0;
}
.giverr-single__tab.is-active {
  background: #ffffff;
}
.giverr-single__package-panel {
  display: none;
  padding: 22px;
  gap: 16px;
}
.giverr-single__package-panel.is-active {
  display: grid;
}
.giverr-single__purchase-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  font-size: 20px;
}
.giverr-single__purchase-head span {
  font-size: 28px;
  font-weight: 700;
  color: #111111;
}
.giverr-single__purchase-copy,
.giverr-single__safe {
  color: #666666;
  font-size: 14px;
}
.giverr-single__purchase-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #444444;
  font-size: 14px;
  font-weight: 600;
}

.giverr-single,
.giverr-single__hero,
.giverr-single__main,
.giverr-single__sidebar,
.giverr-single__section,
.giverr-single__purchase,
.giverr-single__compare,
.giverr-single__gallery,
.giverr-single__gallery-main {
  min-width: 0;
}
.giverr-single__hero {
  grid-template-columns: minmax(0, calc(100% - 416px)) 388px;
}
.giverr-single__main > * {
  min-width: 0;
}
.giverr-single__gallery-main img,
.giverr-single__gallery-current {
  width: 100%;
  height: 100%;
  display: block;
}
.giverr-single__compare table {
  table-layout: fixed;
}
.giverr-single__compare th,
.giverr-single__compare td {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.giverr-single__compare td:first-child,
.giverr-single__compare th:first-child {
  width: 18%;
}
.giverr-single__compare td:not(:first-child),
.giverr-single__compare th:not(:first-child) {
  width: 27.33%;
}
.giverr-single__section--full {
  clear: both;
}
.giverr-single__package-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}
@media (max-width: 1100px) {
  .giverr-single__portfolio,
  .giverr-single__meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  .giverr-single__hero,
  .giverr-single__reviews {
    grid-template-columns: 1fr;
  }
  .giverr-single__sidebar {
    position: static;
  }
}
@media (max-width: 767px) {
  .giverr-single__main h1 {
    font-size: 30px;
  }
  .giverr-single__thumbs,
  .giverr-single__portfolio,
  .giverr-single__meta-grid,
  .giverr-single__tabs {
    grid-template-columns: 1fr;
  }
  .giverr-single__about-seller,
  .giverr-single__purchase-head,
  .giverr-single__cta,
  .giverr-single__seller-links,
  .giverr-single__purchase-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.giverr-frontend-notice {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 12px;
  font-weight: 600;
}
.giverr-frontend-notice--success {
  background: #e8f7ed;
  color: #166534;
}
.giverr-frontend-notice--error {
  background: #fdecec;
  color: #991b1b;
}
.giverr-dashboard {
  display: grid;
  gap: 20px;
}
.giverr-dashboard__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.giverr-dashboard__stat,
.giverr-order-form,
.giverr-orders-table-wrap {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 18px;
}
.giverr-dashboard__stat strong {
  display: block;
  font-size: 28px;
}
.giverr-dashboard__stat span {
  color: #666;
}
.giverr-orders-table {
  width: 100%;
  border-collapse: collapse;
}
.giverr-orders-table th,
.giverr-orders-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #efefef;
  text-align: left;
}
.giverr-order-form {
  display: grid;
  gap: 16px;
  max-width: 760px;
}
.giverr-order-form__gig {
  font-size: 18px;
}
.giverr-order-form__choice {
  display: grid;
  gap: 8px;
}
.giverr-order-form__choice label {
  font-weight: 600;
}
.giverr-order-form textarea,
.giverr-order-form select {
  width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 12px;
  padding: 12px 14px;
}
.giverr-order-form__single {
  padding: 14px 16px;
  border: 1px solid #ececec;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .giverr-dashboard__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .giverr-orders-table-wrap {
    overflow-x: auto;
  }
}

.giverr-service-grid--wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.giverr-single {
  display: grid;
  gap: 20px;
}
.giverr-single__promo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 24px 28px;
  background: #f4f4f4;
  border: 1px solid #dcdcdc;
  border-radius: 18px;
}
.giverr-single__promo-copy {
  display: grid;
  gap: 8px;
}
.giverr-single__promo-copy strong {
  font-size: 18px;
}
.giverr-single__promo-copy span {
  color: #555555;
}
.giverr-single__breadcrumbs-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.giverr-single__seller-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
}
.giverr-stars {
  color: #111111;
  letter-spacing: .08em;
}
.giverr-stars__score,
.giverr-stars__reviews,
.giverr-stars__empty {
  color: #555555;
}
.giverr-single__tab {
  color: #4b5563;
}
.giverr-single__tab.is-active {
  background: #ffffff;
  color: #111111;
  box-shadow: inset 0 -3px 0 #111111;
}
.giverr-single__flex-card {
  gap: 16px;
}
.giverr-single__flex-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.giverr-single__flex-head img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.giverr-single__flex-head p {
  margin: 6px 0 0;
  color: #666666;
}
.giverr-single__flex-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.giverr-single__flex-foot a {
  color: #111111;
}
.giverr-single__section--full {
  width: 100%;
}
@media (max-width: 1200px) {
  .giverr-service-grid--wide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  .giverr-single__promo,
  .giverr-single__breadcrumbs-wrap,
  .giverr-single__flex-foot {
    flex-direction: column;
    align-items: flex-start;
  }
  .giverr-service-grid--wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .giverr-service-grid--wide {
    grid-template-columns: 1fr;
  }
}

.giverr-auth {
  max-width: 1120px;
  min-height: 640px;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(37, 16, 23, 0.18);
}
.giverr-auth__split--art {
  background: linear-gradient(160deg, #7d2339 0%, #9b314b 54%, #6e1e31 100%);
}
.giverr-auth__art {
  padding: 52px 42px 0;
  position: relative;
  background:
    radial-gradient(circle at 20% 10%, rgba(255,255,255,0.08), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(0,0,0,0.12));
}
.giverr-auth__brand img {
  display: block;
  max-width: 240px;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.giverr-auth__art h2 {
  font-size: 32px;
  line-height: 1.15;
  font-weight: 700;
  max-width: 420px;
}
.giverr-auth__art ul {
  list-style: none;
  padding-left: 0;
  margin-top: 8px;
}
.giverr-auth__art li {
  position: relative;
  padding-left: 28px;
  font-size: 18px;
  font-weight: 600;
}
.giverr-auth__art li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
}
.giverr-auth__split--form {
  background: #ffffff;
}
.giverr-auth__panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 28px 40px 34px;
}
.giverr-auth__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1f2937;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 26px;
}
.giverr-auth__panel h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #141417;
}
.giverr-auth__social {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 10px;
  border: 1px solid #d7d9de;
  background: #ffffff;
  color: #1c1f24;
}
.giverr-auth__social:hover {
  border-color: #7d2339;
}
.giverr-auth__social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.giverr-auth__social--disabled {
  opacity: .75;
}
.giverr-auth__divider {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #9ca3af;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin: 2px 0;
}
.giverr-auth__divider::before,
.giverr-auth__divider::after {
  content: '';
  height: 1px;
  background: #e5e7eb;
  flex: 1;
}
.giverr-auth__form {
  gap: 14px;
}
.giverr-auth__form input {
  min-height: 52px;
  border-radius: 10px;
  border-color: #cfd5dd;
}
.giverr-auth__form input:focus,
.giverr-form-grid input:focus,
.giverr-form-grid textarea:focus,
.giverr-order-form textarea:focus,
.giverr-order-form select:focus {
  outline: none;
  border-color: #7d2339;
  box-shadow: 0 0 0 3px rgba(125, 35, 57, 0.1);
}
.giverr-auth__password-wrap {
  position: relative;
}
.giverr-auth__password-wrap input {
  padding-right: 52px;
}
.giverr-auth__toggle {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 36px;
  min-height: 36px;
  border: 0;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
}
.giverr-auth__rules {
  gap: 6px;
  padding-left: 2px;
}
.giverr-auth__rules span::before {
  content: '◔';
  display: inline-block;
  margin-right: 8px;
  color: #7d2339;
}
.giverr-button {
  background: #111111;
  border-radius: 10px;
}
.giverr-button:hover {
  background: #7d2339;
}
.giverr-button--secondary {
  background: #ffffff;
  color: #111111;
  border: 1px solid #d1d5db;
}
.giverr-auth__legal {
  margin-top: auto;
  padding-top: 22px;
  color: #596579;
  font-size: 14px;
  line-height: 1.55;
}
.giverr-auth__legal a,
.giverr-auth__panel p a {
  color: #0f8a45;
}
.giverr-entry__hero {
  background: linear-gradient(135deg, #f1e9eb 0%, #f7f3f4 100%);
}
.giverr-order-form {
  max-width: 760px;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(17,17,17,.08);
}
.giverr-order-form__choice label {
  color: #111827;
}
@media (max-width: 900px) {
  .giverr-auth {
    grid-template-columns: 1fr;
  }
  .giverr-auth__panel {
    padding: 28px 24px 30px;
  }
  .giverr-auth__art {
    min-height: 280px;
    padding: 34px 24px;
  }
}

.woocommerce-order-pay .entry-title,
.woocommerce-order-pay .page-title {
  display: none;
}
.woocommerce-order-pay .woocommerce {
  max-width: 760px;
  margin: 24px auto;
  padding: 24px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(17,17,17,.08);
}
.woocommerce-order-pay #payment {
  background: #fff7f8;
  border: 1px solid #efd5db;
  border-radius: 14px;
}
.woocommerce-order-pay #payment div.payment_box {
  background: #ffffff;
}
.woocommerce-order-pay .button,
.woocommerce-order-pay #place_order {
  background: #111111 !important;
  color: #ffffff !important;
  border-radius: 10px !important;
}
.woocommerce-order-pay .button:hover,
.woocommerce-order-pay #place_order:hover {
  background: #7d2339 !important;
}

section.giverr-auth {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: stretch;
  gap: 0;
}
section.giverr-auth > .giverr-auth__split {
  min-width: 0;
}
section.giverr-auth .giverr-auth__split--art {
  min-height: 640px;
}
section.giverr-auth .giverr-auth__split--form {
  min-height: 640px;
}
section.giverr-auth .giverr-auth__panel,
section.giverr-auth .giverr-auth__art,
section.giverr-auth .giverr-auth__form,
section.giverr-auth .giverr-auth__social,
section.giverr-auth input,
section.giverr-auth button,
section.giverr-auth a {
  box-sizing: border-box;
}
.woocommerce-order-pay .woocommerce {
  max-width: 920px;
  margin: 32px auto;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #ead9de;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(37, 16, 23, 0.08);
}
.woocommerce-order-pay #payment {
  background: #faf6f7;
  border: 1px solid #ead9de;
  border-radius: 16px;
}
.woocommerce-order-pay #payment div.payment_box {
  background: #fff;
}
.woocommerce-order-pay .button,
.woocommerce-order-pay button.button,
.woocommerce-order-pay #place_order {
  background: #7d2339 !important;
  color: #fff !important;
  border-radius: 10px !important;
  min-height: 46px;
}
.woocommerce-order-pay .button:hover,
.woocommerce-order-pay button.button:hover,
.woocommerce-order-pay #place_order:hover {
  background: #5f172a !important;
}
@media (max-width: 900px) {
  section.giverr-auth {
    grid-template-columns: 1fr !important;
  }
  section.giverr-auth .giverr-auth__split--art,
  section.giverr-auth .giverr-auth__split--form {
    min-height: auto;
  }
}


body.giverr-auth-page .entry-title,
body.giverr-auth-page .page-title,
body.giverr-auth-page .ast-archive-description,
body.giverr-auth-page .ast-single-post-order,
body.giverr-auth-page .entry-header {
  display: none !important;
}
body.giverr-auth-page .site-content,
body.giverr-auth-page .content-area,
body.giverr-auth-page .ast-container,
body.giverr-auth-page .site-main {
  max-width: 100% !important;
}
section.giverr-auth {
  width: min(1120px, calc(100vw - 32px)) !important;
  margin: 32px auto !important;
  background: #ffffff !important;
  overflow: hidden !important;
  border: 1px solid #e6d8dc !important;
  border-radius: 20px !important;
  box-shadow: 0 24px 64px rgba(62, 17, 31, 0.16) !important;
  display: grid !important;
  grid-template-columns: minmax(360px, 460px) minmax(0, 1fr) !important;
}
section.giverr-auth > .giverr-auth__split {
  display: block !important;
  min-width: 0 !important;
}
section.giverr-auth .giverr-auth__split--art {
  min-height: 680px !important;
  background: linear-gradient(180deg, #8a2e43 0%, #7a2438 55%, #662030 100%) !important;
}
section.giverr-auth .giverr-auth__art {
  min-height: 100% !important;
  color: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  padding: 56px 48px 40px !important;
  background:
    radial-gradient(circle at 22% 10%, rgba(255,255,255,.08), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.12)) !important;
}
section.giverr-auth .giverr-auth__brand {
  margin: 0 0 24px !important;
}
section.giverr-auth .giverr-auth__brand img {
  width: 220px !important;
  max-width: 100% !important;
  display: block !important;
  margin: 0 0 56px !important;
  opacity: 1 !important;
}
section.giverr-auth .giverr-auth__art h2 {
  color: #ffffff !important;
  font-size: 28px !important;
  line-height: 1.15 !important;
  margin: 0 0 28px !important;
}
section.giverr-auth .giverr-auth__art ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
section.giverr-auth .giverr-auth__art li {
  color: #ffffff !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
  margin: 0 0 18px !important;
}
section.giverr-auth .giverr-auth__split--form {
  min-height: 680px !important;
  background: #ffffff !important;
}
section.giverr-auth .giverr-auth__panel {
  min-height: 100% !important;
  padding: 42px 40px 32px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}
section.giverr-auth .giverr-auth__panel h2 {
  margin: 0 0 12px !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  color: #111827 !important;
}
section.giverr-auth .giverr-auth__panel p {
  margin: 0 0 16px !important;
  color: #374151 !important;
}
section.giverr-auth .giverr-auth__back {
  margin-bottom: 22px !important;
}
section.giverr-auth .giverr-auth__social,
section.giverr-auth .giverr-auth__form input,
section.giverr-auth .giverr-auth__form textarea,
section.giverr-auth .giverr-auth__form select {
  width: 100% !important;
  min-height: 54px !important;
  border: 1px solid #d3d8df !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #111827 !important;
  text-decoration: none !important;
  padding: 14px 16px !important;
}
section.giverr-auth .giverr-auth__social {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
}
section.giverr-auth .giverr-auth__social-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
}
section.giverr-auth .giverr-auth__form {
  display: grid !important;
  gap: 12px !important;
}
section.giverr-auth .giverr-auth__form label {
  font-size: 14px !important;
  color: #111827 !important;
  font-weight: 600 !important;
  margin-top: 2px !important;
}
section.giverr-auth .giverr-auth__password-wrap {
  position: relative !important;
}
section.giverr-auth .giverr-auth__password-wrap input {
  padding-right: 52px !important;
}
section.giverr-auth .giverr-auth__toggle {
  position: absolute !important;
  top: 50% !important;
  right: 10px !important;
  transform: translateY(-50%) !important;
}
section.giverr-auth .giverr-auth__rules {
  display: grid !important;
  gap: 8px !important;
  color: #667085 !important;
  margin: 4px 0 8px !important;
}
section.giverr-auth .giverr-button,
.woocommerce-order-pay .button,
.woocommerce-order-pay button.button,
.woocommerce-order-pay #place_order {
  background: #7a2438 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 10px !important;
  min-height: 52px !important;
  font-weight: 700 !important;
}
section.giverr-auth .giverr-button:hover,
.woocommerce-order-pay .button:hover,
.woocommerce-order-pay button.button:hover,
.woocommerce-order-pay #place_order:hover {
  background: #5f172a !important;
}
section.giverr-auth .giverr-auth__legal {
  margin-top: auto !important;
  padding-top: 22px !important;
  font-size: 14px !important;
  color: #667085 !important;
}
body.giverr-auth-page .site-footer {
  margin-top: 24px !important;
}
@media (max-width: 900px) {
  section.giverr-auth {
    width: min(100vw - 20px, 700px) !important;
    grid-template-columns: 1fr !important;
    margin: 20px auto !important;
  }
  section.giverr-auth .giverr-auth__split--art,
  section.giverr-auth .giverr-auth__split--form {
    min-height: auto !important;
  }
  section.giverr-auth .giverr-auth__art,
  section.giverr-auth .giverr-auth__panel {
    padding: 28px 22px !important;
  }
  section.giverr-auth .giverr-auth__brand img {
    width: 180px !important;
    margin-bottom: 26px !important;
  }
}

.giverr-order-detail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}
.giverr-order-detail__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
  margin-bottom: 24px;
}
.giverr-order-detail__eyebrow {
  color: #7a2f3b;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 10px;
}
.giverr-order-detail__summary h1 {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.15;
}
.giverr-order-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}
.giverr-order-detail__meta span {
  display: inline-flex;
  gap: 4px;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
}
.giverr-order-detail__brief {
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
}
.giverr-order-detail__brief h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
.giverr-order-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}
.giverr-order-detail__main,
.giverr-order-detail__actions,
.giverr-order-detail__summary,
.giverr-order-detail__side {
  min-width: 0;
}
.giverr-order-detail__card {
  padding: 22px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 24, 39, .04);
  margin-bottom: 18px;
}
.giverr-order-detail__card h3 {
  margin: 0 0 12px;
  font-size: 20px;
}
.giverr-order-detail__card label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.giverr-order-detail__card textarea {
  width: 100%;
  min-height: 120px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 12px;
  resize: vertical;
}
.giverr-order-timeline {
  display: grid;
  gap: 14px;
}
.giverr-order-timeline__item {
  border: 1px solid #eceff3;
  border-radius: 14px;
  padding: 16px;
  background: #fcfcfd;
}
.giverr-order-timeline__head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
  font-size: 14px;
}
.giverr-order-timeline__actor {
  font-size: 13px;
  color: #7a2f3b;
  font-weight: 700;
  margin-bottom: 8px;
}
.giverr-order-timeline__body {
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
}
.giverr-table-link {
  color: #7a2f3b;
  font-weight: 700;
  text-decoration: none;
}
.giverr-table-link:hover {
  text-decoration: underline;
}
@media (max-width: 980px) {
  .giverr-order-detail__hero,
  .giverr-order-detail__grid {
    grid-template-columns: 1fr;
  }
}


.giverr-order-form__extras{display:grid;gap:10px}
.giverr-order-form__extra{display:flex;align-items:flex-start;gap:10px;border:1px solid #d8dbe2;border-radius:12px;padding:12px 14px;background:#fff}
.giverr-order-detail__status-card{border-left:4px solid #7a1f32}
.giverr-order-detail__extras{margin:0;padding-left:18px}
.giverr-order-detail__extras li{margin:0 0 8px}
.giverr-order-detail__file-label{display:block;margin:12px 0 6px;font-weight:600}
.giverr-order-detail__hint{font-size:12px;line-height:1.5;color:#6b7280;margin-top:8px}
.giverr-order-detail input[type=file]{width:100%;padding:10px;border:1px solid #d8dbe2;border-radius:12px;background:#fff}
.giverr-order-timeline__attachments{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
.giverr-order-timeline__attachments a{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#f7f1f3;color:#7a1f32;font-weight:600;text-decoration:none}

.giverr-workspace {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 16px 48px;
    color: #1f2937;
}

.giverr-workspace-nav{display:none !important}.giverr-workspace-nav__link{display:none !important}

.giverr-workspace-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.9fr) minmax(280px, 0.75fr);
    gap: 22px;
}

.giverr-workspace-main,
.giverr-workspace-side {
    min-width: 0;
}

.giverr-workspace-main {
    display: grid;
    gap: 22px;
}

.giverr-workspace-side {
    display: grid;
    gap: 22px;
    align-content: start;
}

.giverr-workspace-card,
.giverr-workspace-profile-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
}

.giverr-workspace-profile-card__top,
.giverr-workspace-card__head,
.giverr-page-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.giverr-workspace-profile-card__identity {
    display: flex;
    align-items: center;
    gap: 16px;
}

.giverr-avatar {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
    flex: 0 0 auto;
}

.giverr-avatar--placeholder {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #111827;
    color: #fff;
    font-weight: 700;
}

.giverr-workspace-profile-card h2,
.giverr-page-head h1,
.giverr-workspace-card h3,
.giverr-inbox__conversation-head h2 {
    margin: 0;
}

.giverr-workspace-profile-card__identity span,
.giverr-workspace-profile-card__meta,
.giverr-metric span,
.giverr-earnings-card span,
.giverr-inbox__conversation-head span,
.giverr-thread span,
.giverr-empty-state strong,
.giverr-growth-list__item p,
.giverr-mini-list span {
    color: #6b7280;
}

.giverr-workspace-profile-card__meta {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #ececec;
    font-weight: 600;
}

.giverr-pill,
.giverr-chip,
.giverr-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

.giverr-pill {
    padding: 8px 12px;
    background: #f3f4f6;
}

.giverr-pill--green {
    background: #ecfdf3;
    color: #127a42;
}

.giverr-chip-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.giverr-chip {
    padding: 7px 12px;
    border: 1px solid #e6e6e6;
    color: #374151;
    background: #fff;
}

.giverr-chip-row--buttons .giverr-button {
    min-width: 0;
}

.giverr-table-wrap {
    overflow-x: auto;
}

.giverr-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
}

.giverr-table th,
.giverr-table td {
    padding: 14px 12px;
    border-bottom: 1px solid #ececec;
    text-align: left;
    vertical-align: middle;
}

.giverr-table th {
    color: #6b7280;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.giverr-person-cell,
.giverr-gig-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.giverr-person-cell .giverr-avatar {
    width: 44px;
    height: 44px;
}

.giverr-gig-row img {
    width: 58px;
    height: 42px;
    border-radius: 10px;
    object-fit: cover;
    flex: 0 0 auto;
}

.giverr-gig-row span {
    display: block;
    color: #6b7280;
    font-size: 12px;
    margin-top: 4px;
}

.giverr-status-badge {
    padding: 7px 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 11px;
}

.giverr-status-badge--in_progress,
.giverr-status-badge--in_revision,
.giverr-status-badge--delivered {
    background: #f59e0b;
}

.giverr-status-badge--completed {
    background: #10b981;
}

.giverr-status-badge--cancelled,
.giverr-status-badge--rejected,
.giverr-status-badge--incomplete {
    background: #9ca3af;
}

.giverr-status-tabs {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    border-bottom: 1px solid #ececec;
    margin-bottom: 18px;
}

.giverr-status-tab {
    padding: 12px 0 14px;
    text-decoration: none;
    color: #6b7280;
    font-weight: 600;
    border-bottom: 3px solid transparent;
}

.giverr-status-tab span {
    display: inline-flex;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background: #e5e7eb;
    color: #111827;
    font-size: 12px;
    margin-left: 4px;
}

.giverr-status-tab.is-active {
    color: #111827;
    border-bottom-color: #111827;
}

.giverr-page-head {
    margin-bottom: 18px;
}

.giverr-page-head__actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.giverr-switch {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.giverr-switch i {
    width: 36px;
    height: 22px;
    border-radius: 999px;
    background: #22c55e;
    position: relative;
    display: inline-block;
}

.giverr-switch i::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
}

.giverr-search {
    color: #9ca3af;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 6px;
    min-width: 200px;
    text-align: right;
}

.giverr-progress {
    margin: 14px 0 18px;
    height: 10px;
    border-radius: 999px;
    background: #e5e7eb;
    overflow: hidden;
}

.giverr-progress span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: #111827;
}

.giverr-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.giverr-metric,
.giverr-earnings-card {
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 16px;
    background: #fff;
}

.giverr-metric strong,
.giverr-earnings-card strong {
    display: block;
    font-size: 30px;
    color: #111827;
    margin-top: 6px;
}

.giverr-earnings-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 20px;
}

.giverr-earnings-card {
    display: grid;
    gap: 8px;
    min-height: 100%;
}

.giverr-empty-state {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}

.giverr-empty-state__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f3f4f6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #16a34a;
}

.giverr-mini-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.giverr-mini-list li {
    padding: 12px 14px;
    border: 1px solid #ececec;
    border-radius: 12px;
}

.giverr-mini-list strong,
.giverr-mini-list span {
    display: block;
}

.giverr-growth-list {
    display: grid;
    gap: 18px;
}

.giverr-growth-list__item {
    padding-bottom: 18px;
    border-bottom: 1px solid #ececec;
}

.giverr-growth-list__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.giverr-growth-list__item h4 {
    margin: 0 0 6px;
}

.giverr-text-link {
    color: #111827;
    font-weight: 600;
    text-decoration: underline;
}

.giverr-inbox {
    display: grid;
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr) minmax(250px, 300px);
    gap: 0;
    border: 1px solid #ececec;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

.giverr-inbox__sidebar,
.giverr-inbox__main,
.giverr-inbox__side {
    min-width: 0;
}

.giverr-inbox__sidebar,
.giverr-inbox__side {
    background: #fafafa;
}

.giverr-inbox__head,
.giverr-inbox__conversation-head {
    padding: 18px 20px;
    border-bottom: 1px solid #ececec;
}

.giverr-inbox__list {
    max-height: 780px;
    overflow: auto;
}

.giverr-thread {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 14px 18px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #ececec;
}

.giverr-thread strong,
.giverr-thread span,
.giverr-thread em {
    display: block;
}

.giverr-thread span,
.giverr-thread em {
    font-size: 13px;
}

.giverr-thread em {
    color: #9ca3af;
    font-style: normal;
    white-space: nowrap;
}

.giverr-thread.is-active {
    background: #f3f4f6;
}

.giverr-inbox__messages {
    padding: 20px;
    display: grid;
    gap: 14px;
    max-height: 780px;
    overflow: auto;
    background: #fff;
}

.giverr-message {
    max-width: 78%;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 14px 16px;
    background: #fff;
}

.giverr-message.is-mine {
    margin-left: auto;
    background: #f3f4f6;
}

.giverr-message__meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #6b7280;
}

.giverr-message__body {
    white-space: pre-wrap;
    line-height: 1.55;
}

.giverr-inbox__side {
    padding: 18px;
    display: grid;
    gap: 16px;
    align-content: start;
}

.giverr-order-snippet {
    display: grid;
    gap: 10px;
}

.giverr-table td.is-positive {
    color: #16a34a;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .giverr-workspace-shell,
    .giverr-earnings-grid,
    .giverr-inbox {
        grid-template-columns: 1fr;
    }

    .giverr-inbox__sidebar,
    .giverr-inbox__side {
        border-top: 1px solid #ececec;
    }
}

@media (max-width: 768px) {
    .giverr-workspace {
        padding-left: 12px;
        padding-right: 12px;
    }

    .giverr-page-head,
    .giverr-workspace-card__head,
    .giverr-workspace-profile-card__top {
        flex-direction: column;
    }

    .giverr-metric-grid {
        grid-template-columns: 1fr;
    }

    .giverr-status-tabs {
        gap: 12px;
    }

    .giverr-table {
        min-width: 640px;
    }
}

.giverr-workspace-topbar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 10px 0 22px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 22px;
}

.giverr-workspace-topbar__brand img {
    width: 180px;
    height: 64px;
    object-fit: contain;
    display: block;
}

.giverr-workspace-topbar__nav {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.giverr-workspace-topbar__link {
    color: #374151;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
}

.giverr-workspace-topbar__link.is-active,
.giverr-workspace-topbar__link:hover {
    color: #111827;
    border-bottom-color: #111827;
}

.giverr-workspace-topbar__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.giverr-workspace-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e6e6e6;
    text-decoration: none;
}

.giverr-workspace-wallet {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 12px;
    border: 1px solid #111827;
    border-radius: 10px;
    font-weight: 700;
    background: #fff;
}

.giverr-workspace-user .giverr-avatar {
    width: 34px;
    height: 34px;
}

.giverr-toolbar {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.giverr-search-input,
.giverr-inbox__composer textarea {
    width: 100%;
    border: 1px solid #d9dce3;
    border-radius: 12px;
    padding: 12px 14px;
    background: #fff;
    color: #111827;
}

.giverr-search-input {
    max-width: 360px;
}

.giverr-workspace-card--highlight {
    background: linear-gradient(180deg, #fff 0%, #fbfbfc 100%);
}

.giverr-status-tabs--mini {
    margin-top: -6px;
}

.giverr-star {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #c7cbd3;
    font-size: 19px;
}

.giverr-star.is-active {
    color: #f59e0b;
}

.giverr-thread.has-unread {
    background: #f9fafb;
}

.giverr-thread.has-unread strong::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-radius: 50%;
    background: #22c55e;
    vertical-align: middle;
}

.giverr-inbox__composer {
    border-top: 1px solid #ececec;
    padding: 18px 20px;
    display: grid;
    gap: 12px;
}

.giverr-order-snippet__image {
    width: 72px;
    height: 52px;
    border-radius: 10px;
    object-fit: cover;
}

.giverr-order-snippet__meta {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.giverr-order-snippet small {
    color: #6b7280;
}

@media (max-width: 1100px) {
    .giverr-workspace-topbar {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .giverr-workspace-topbar__nav {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .giverr-workspace-topbar__actions {
        flex-wrap: wrap;
    }

    .giverr-search-input {
        max-width: none;
    }
}

.giverr-nav-badge {
    display: inline-flex;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    margin-left: 8px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: #111827;
    color: #fff;
    font-size: 11px;
    line-height: 1;
}

.giverr-workspace-icon {
    position: relative;
}

.giverr-icon-badge {
    position: absolute;
    top: -5px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.giverr-notification-list {
    display: grid;
    gap: 12px;
}

.giverr-notification-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
}

.giverr-notification-item strong {
    font-size: 20px;
    color: #111827;
}

.giverr-notification-item span {
    color: #4b5563;
    text-align: right;
}

.giverr-workspace-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
    gap: 22px;
    margin-bottom: 22px;
}

.giverr-payout-form {
    display: grid;
    gap: 14px;
}

.giverr-payout-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.giverr-payout-form label {
    display: grid;
    gap: 8px;
    font-weight: 600;
    color: #111827;
}

.giverr-payout-form input,
.giverr-payout-form select,
.giverr-payout-form textarea {
    width: 100%;
    border: 1px solid #d9dce3;
    border-radius: 12px;
    padding: 12px 14px;
    background: #fff;
    color: #111827;
}

.giverr-payout-form__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.giverr-status-badge--pending {
    background: #fef3c7;
    color: #92400e;
}

.giverr-status-badge--approved,
.giverr-status-badge--paid {
    background: #dcfce7;
    color: #166534;
}

@media (max-width: 900px) {
    .giverr-workspace-two-col,
    .giverr-payout-grid {
        grid-template-columns: 1fr;
    }
}

.giverr-notification-feed {
    display: grid;
    gap: 12px;
}

.giverr-notification-feed__item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    text-decoration: none;
    color: inherit;
}

.giverr-notification-feed__item:hover {
    border-color: #d1d5db;
    box-shadow: 0 8px 20px rgba(17,24,39,.06);
}

.giverr-notification-feed__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #f3f4f6;
    font-size: 20px;
}

.giverr-notification-feed__body {
    display: grid;
    gap: 4px;
}

.giverr-notification-feed__body strong {
    color: #111827;
}

.giverr-notification-feed__body span,
.giverr-notification-feed__empty {
    color: #6b7280;
}

.giverr-notification-feed__empty {
    padding: 20px 0;
}

.giverr-chip--alert {
    background: #fee2e2;
    color: #991b1b;
}

.giverr-status-badge--rejected,
.giverr-status-badge--late {
    background: #fee2e2;
    color: #991b1b;
}
.giverr-row-subtitle {
    color: #6d6a6a;
    font-size: 12px;
    margin-top: 4px;
}
.giverr-workspace--buyer .giverr-workspace-topbar__link.is-active,
.giverr-workspace--buyer .giverr-workspace-topbar__link:hover {
    color: #7f1d2d;
}
.giverr-workspace--buyer .giverr-workspace-wallet {
    min-width: 120px;
    text-align: center;
}

.giverr-single__review-list{display:grid;gap:16px;margin-top:18px}
.giverr-single__review-item{padding:16px;border:1px solid #ead9d8;border-radius:16px;background:#fffaf9}
.giverr-single__review-item-head{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:6px;font-size:13px;color:#6b4a49}
.giverr-single__review-item-stars{color:#8a1538;font-size:14px;letter-spacing:1px;margin-bottom:6px}
.giverr-single__review-item h4{margin:0 0 6px;font-size:15px}
.giverr-single__review-item p{margin:0;color:#403434}
.giverr-order-detail__card select,.giverr-order-detail__card input[type="text"]{width:100%;border:1px solid #d9c4c2;border-radius:12px;padding:12px 14px;background:#fff;margin-bottom:12px}
.giverr-progress{height:10px;background:#f1e5e7;border-radius:999px;overflow:hidden;min-width:160px}
.giverr-progress span{display:block;height:100%;background:#7a1f36;border-radius:999px}
.giverr-workspace-stack{display:grid;gap:20px}
.giverr-resolution-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;margin-top:18px}
.giverr-resolution-form{border:1px solid #ead6db;border-radius:14px;padding:16px;background:#fff7f8;display:grid;gap:12px}
.giverr-resolution-form h4{margin:0;font-size:16px}
.giverr-inline-actions{display:flex;flex-wrap:wrap;gap:10px}

.giverr-order-rating-inline{display:inline-flex;align-items:center;gap:2px;margin-left:8px;color:#f59e0b;font-weight:700;font-size:12px;vertical-align:middle}
.giverr-table td .giverr-order-rating-inline{white-space:nowrap}

.giverr-inline-toggle{display:inline-flex;align-items:center}
.giverr-switch{display:inline-flex;align-items:center;gap:10px;border:1px solid #d6c2c8;background:#fff;color:#7f1838;border-radius:999px;padding:10px 14px;font-weight:700;cursor:pointer;text-decoration:none}
.giverr-switch i{display:inline-block;width:36px;height:20px;border-radius:999px;background:#d9c5cb;position:relative;flex:0 0 auto}
.giverr-switch i:before{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:all .2s ease}
.giverr-switch.is-active{background:#7f1838;color:#fff;border-color:#7f1838}
.giverr-switch.is-active i{background:rgba(255,255,255,.35)}
.giverr-switch.is-active i:before{left:18px}
.giverr-bulk-actions{display:flex;gap:10px;align-items:center;margin:0 0 16px}
.giverr-bulk-actions select{min-width:180px}
.giverr-card-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#f7e8ec;color:#7f1838;font-size:12px;font-weight:700;margin:0 0 10px}
.giverr-button--disabled{pointer-events:none;opacity:.6}
.giverr-order-rating-inline{margin-left:8px;color:#ffb400;font-size:12px;font-weight:700}
.giverr-inline-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.giverr-table input[data-giverr-check-all]{cursor:pointer}

/* Step 50a toggle cleanup */
.giverr-inline-toggle{display:inline-flex;align-items:center}
.giverr-switch{display:inline-flex;align-items:center;gap:10px;border:0;background:transparent !important;color:#2b2b2b !important;border-radius:0;padding:0;font-weight:600;box-shadow:none;text-decoration:none !important}
.giverr-switch:hover,.giverr-switch:focus{background:transparent !important;color:#2b2b2b !important;box-shadow:none;transform:none}
.giverr-switch i{display:inline-block;width:38px;height:22px;border-radius:999px;background:#bfc3c9 !important;position:relative;flex:0 0 auto;transition:background .2s ease}
.giverr-switch i:before,.giverr-switch i::before{content:'';position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:left .2s ease}
.giverr-switch.is-active i{background:#2fb344 !important}
.giverr-switch.is-active i:before,.giverr-switch.is-active i::before{left:19px}
.giverr-switch span{color:#2b2b2b !important}
.giverr-switch.is-active span{color:#2b2b2b !important}
.giverr-frontend a,.giverr-workspace a,.giverr-auth a,.giverr-order-portal a,.giverr-single-gig a,.giverr-marketplace a,.giverr-freelancer-profile a{text-decoration:none !important}
.giverr-frontend a:hover,.giverr-workspace a:hover,.giverr-auth a:hover,.giverr-order-portal a:hover,.giverr-single-gig a:hover,.giverr-marketplace a:hover,.giverr-freelancer-profile a:hover{text-decoration:none !important}
.giverr-pill,.giverr-status-tab span,.giverr-chip,.giverr-card-badge,.giverr-status-badge,.giverr-nav-badge,.giverr-icon-badge{transition:none !important}
.giverr-button:hover,.giverr-button:focus,.giverr-button--secondary:hover,.giverr-button--secondary:focus,.giverr-workspace-nav__link:hover,.giverr-workspace-topbar__link:hover,.giverr-status-tab:hover,.giverr-table-link:hover,.giverr-auth__social:hover{transform:none !important;text-decoration:none !important;box-shadow:none !important;filter:none !important}


.giverr-inline-toggle{display:inline-flex;align-items:center;margin:0;padding:0}.giverr-inline-toggle input[type="hidden"]{display:none !important}.giverr-switch-modern{display:inline-flex;align-items:center;gap:10px;cursor:pointer;user-select:none;color:#2b2b2b;font-weight:500;text-decoration:none !important}.giverr-switch-modern:hover,.giverr-switch-modern:focus{color:#2b2b2b;text-decoration:none !important}.giverr-switch-modern__input{position:absolute;opacity:0;pointer-events:none}.giverr-switch-modern__track{position:relative;display:inline-block;width:38px;height:22px;border-radius:999px;background:#c5c7cc;transition:background .18s ease;flex:0 0 38px}.giverr-switch-modern__thumb{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.22);transition:left .18s ease}.giverr-switch-modern__input:checked + .giverr-switch-modern__track{background:#22c55e}.giverr-switch-modern__input:checked + .giverr-switch-modern__track .giverr-switch-modern__thumb{left:19px}.giverr-switch-modern__text{color:#2b2b2b !important;font-weight:500;line-height:1.2;text-decoration:none !important}.giverr-switch-modern__input:focus + .giverr-switch-modern__track{box-shadow:0 0 0 3px rgba(34,197,94,.18)}

.giverr-workspace-topbar__link{border-radius:0 !important;background:transparent !important;padding:8px 0 !important;}
.giverr-workspace-topbar__link:hover,.giverr-workspace-topbar__link.is-active{background:transparent !important;box-shadow:none !important;}
.giverr-page-head__actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;}
.giverr-switch-modern__track{vertical-align:middle;}

.giverr-switch-modern.is-loading{opacity:.65;pointer-events:none;}


.giverr-workspace-topbar__brand img{width:180px;max-width:180px;height:64px;object-fit:contain;}
.giverr-market-toggle-cell{display:flex;align-items:center;gap:10px;white-space:nowrap;}
.giverr-market-toggle-cell__label{font-size:13px;color:#4b5563;}
.giverr-switch-modern--compact .giverr-switch-modern__text{display:none;}
.giverr-switch-modern--compact .giverr-switch-modern__track{width:44px;height:24px;}
.giverr-switch-modern--compact .giverr-switch-modern__thumb{width:18px;height:18px;top:3px;left:3px;}
.giverr-switch-modern--compact .giverr-switch-modern__input:checked + .giverr-switch-modern__track .giverr-switch-modern__thumb{transform:translateX(20px);}
.giverr-switch-modern{display:inline-flex;align-items:center;gap:10px;cursor:pointer;position:relative;}
.giverr-switch-modern__input{position:absolute;opacity:0;pointer-events:none;}
.giverr-switch-modern__track{position:relative;display:inline-block;width:46px;height:26px;border-radius:999px;background:#c7ccd4;transition:background .2s ease;flex:0 0 auto;}
.giverr-switch-modern__thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .2s ease;}
.giverr-switch-modern__input:checked + .giverr-switch-modern__track{background:#22c55e;}
.giverr-switch-modern__input:checked + .giverr-switch-modern__track .giverr-switch-modern__thumb{transform:translateX(20px);}
.giverr-switch-modern.is-loading{opacity:.65;pointer-events:none;}
.giverr-workspace-shortcuts,.giverr-workspace-shortcuts *{display:none!important;}
.giverr-workspace-topbar__nav a,.giverr-status-tab,.giverr-text-link,.giverr-table a,.giverr-service-card a,.giverr-gig-card a{text-decoration:none!important;}
.giverr-workspace-topbar__nav a:hover,.giverr-status-tab:hover,.giverr-text-link:hover,.giverr-table a:hover,.giverr-service-card a:hover,.giverr-gig-card a:hover{text-decoration:none!important;}
.giverr-home-shell,.giverr-homepage,.giverr-home-footer{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#222325}.giverr-home-shell a,.giverr-homepage a,.giverr-home-footer a{text-decoration:none}.giverr-home-wrap{width:min(1240px,calc(100% - 48px));margin:0 auto}.giverr-home-header{background:#fff;border-bottom:1px solid #e9eaec;position:sticky;top:0;z-index:40}.giverr-home-header__bar{display:grid;grid-template-columns:180px minmax(280px,1fr) auto;gap:20px;align-items:center;padding:18px 0}.giverr-home-header__logo img,.giverr-home-footer__brand img{display:block;width:180px;max-width:100%;height:64px;object-fit:contain}.giverr-home-header__search{display:flex;align-items:center;border:1px solid #d7d9dd;border-radius:10px;overflow:hidden;background:#fff}.giverr-home-header__search input,.giverr-home-hero__search input{flex:1;border:0;background:transparent;padding:14px 16px;font-size:15px;min-width:0}.giverr-home-header__search button,.giverr-home-hero__search button{border:0;background:#222325;color:#fff;width:52px;height:50px;font-size:18px;cursor:pointer}.giverr-home-header__nav{display:flex;align-items:center;gap:24px;justify-content:flex-end;flex-wrap:wrap}.giverr-home-header__link,.giverr-home-header__join{font-size:15px;font-weight:600;color:#303338;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.giverr-home-header__join{padding:11px 18px;border:1px solid #222325;border-radius:10px}.giverr-home-header__switch{display:inline-flex;align-items:center;font-size:15px;font-weight:700;color:#1dbf73;white-space:nowrap}.giverr-home-header__avatar{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;border:1px solid #d9dde3;overflow:hidden;flex:0 0 auto}.giverr-home-header__avatar img{display:block;width:100%;height:100%;object-fit:cover}.giverr-home-header__avatar:hover,.giverr-home-header__switch:hover{color:inherit}.giverr-home-header__topics{border-top:1px solid #efeff0;background:#fff}.giverr-home-header__topics .giverr-home-wrap{display:flex;gap:18px;align-items:center;overflow:auto;padding:10px 0 12px}.giverr-home-header__topic{font-size:14px;color:#5f6670;white-space:nowrap}.giverr-home-header__topic--lead{font-weight:700;color:#222325}.giverr-home-dropdown{position:relative}.giverr-home-dropdown__menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%);min-width:355px;background:#fff;border:1px solid #e6e8eb;border-radius:16px;box-shadow:0 18px 44px rgba(17,24,39,.14);padding:14px;display:none;z-index:50}.giverr-home-dropdown__menu--stack{min-width:360px}.giverr-home-dropdown.is-open .giverr-home-dropdown__menu,.giverr-home-dropdown:hover .giverr-home-dropdown__menu{display:block}.giverr-home-dropdown__card,.giverr-home-dropdown__item{display:block;padding:14px 16px;border-radius:12px;color:#303338}.giverr-home-dropdown__card strong,.giverr-home-dropdown__item strong{display:block;font-size:15px;margin-bottom:4px}.giverr-home-dropdown__card span,.giverr-home-dropdown__item span{display:block;color:#69707d;line-height:1.45}.giverr-home-dropdown__card+.giverr-home-dropdown__card,.giverr-home-dropdown__item+.giverr-home-dropdown__item{margin-top:8px}.giverr-home-hero{position:relative;background:linear-gradient(135deg,#1d232a 0%,#111 100%);background-size:cover;background-position:center;color:#fff}.giverr-home-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,13,17,.78) 0%,rgba(11,13,17,.2) 55%,rgba(11,13,17,.55) 100%);z-index:1}.giverr-home-hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}.giverr-home-hero .giverr-home-wrap{position:relative;z-index:1}
.giverr-home-hero__inner{position:relative;z-index:2;min-height:540px;display:flex;align-items:center;padding:48px 0}.giverr-home-hero__copy{max-width:720px}.giverr-home-hero__copy h1{font-size:clamp(44px,6vw,78px);line-height:1.02;letter-spacing:-.04em;margin:0 0 16px}.giverr-home-hero__copy p{max-width:620px;font-size:18px;line-height:1.65;color:rgba(255,255,255,.84);margin:0 0 24px}.giverr-home-hero__search{display:flex;align-items:center;max-width:760px;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 18px 60px rgba(0,0,0,.22)}.giverr-home-hero__search input{color:#222325;padding:16px 18px;font-size:16px}.giverr-home-hero__chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.giverr-home-hero__chip{display:inline-flex;align-items:center;padding:10px 14px;border:1px solid rgba(255,255,255,.25);border-radius:999px;color:#fff;font-size:13px;background:rgba(255,255,255,.08)}.giverr-home-hero__trust{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-top:24px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.75)}.giverr-home-section{padding:52px 0}.giverr-home-section--tight{padding:34px 0}.giverr-home-section__head{margin-bottom:22px}.giverr-home-section__head h2{margin:0;font-size:40px;line-height:1.1;letter-spacing:-.03em}.giverr-home-section__head p{margin:10px 0 0;color:#69707d;max-width:720px;line-height:1.65}.giverr-home-section__head--split{display:flex;justify-content:space-between;align-items:end;gap:20px}.giverr-home-section__head--split a{font-weight:700;color:#222325}.giverr-home__category-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:14px}.giverr-home__category-card{border:1px solid #e6e8eb;border-radius:18px;background:#fff;padding:18px 14px;min-height:96px;display:flex;flex-direction:column;gap:10px;justify-content:center;color:#303338;box-shadow:0 4px 18px rgba(15,23,42,.04)}.giverr-home__category-icon{font-size:20px;color:#6b7280}.giverr-home__category-name{font-size:14px;font-weight:700;line-height:1.35}.giverr-home-promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.giverr-home-promo{position:relative;overflow:hidden;min-height:320px;border-radius:28px;padding:36px;display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:24px;align-items:center}.giverr-home-promo--rose{background:linear-gradient(135deg,#ce6486 0%,#dd7999 48%,#be4e75 100%);color:#fff}.giverr-home-promo--green{background:linear-gradient(135deg,#004d24 0%,#006d35 48%,#003d1c 100%);color:#fff}.giverr-home-eyebrow{display:inline-block;margin-bottom:12px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;opacity:.82}.giverr-home-promo h3,.giverr-home-banner h3{margin:0 0 12px;font-size:42px;line-height:1.06;letter-spacing:-.03em}.giverr-home-promo p,.giverr-home-banner p,.giverr-home-promo li{line-height:1.7;color:rgba(255,255,255,.9)}.giverr-home-promo ul{margin:0 0 22px;padding-left:18px}.giverr-home-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:12px;background:#222325;color:#fff;font-weight:700}.giverr-home-button--light{background:#fff;color:#222325}.giverr-home-promo__visual{position:relative;height:100%;min-height:220px;border-radius:24px;background:rgba(255,255,255,.15)}.giverr-home-promo__visual--card::before{content:"";position:absolute;inset:30px;background:linear-gradient(145deg,#f6dbe2,#fff);border-radius:22px;box-shadow:0 18px 50px rgba(0,0,0,.16)}.giverr-home-promo__visual--portrait::before{content:"";position:absolute;inset:18px;background:linear-gradient(145deg,#1b2a20,#4ca66d);border-radius:24px;box-shadow:0 18px 50px rgba(0,0,0,.2)}.giverr-home-story{position:relative;min-height:420px;border-radius:28px;background:linear-gradient(135deg,#202631,#434f65);background-size:cover;background-position:center;overflow:hidden}.giverr-home-story::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,11,15,.08),rgba(9,11,15,.46))}.giverr-home-story__overlay{position:absolute;left:32px;right:32px;bottom:32px;display:flex;align-items:center;gap:18px;color:#fff;z-index:1}.giverr-home-story__overlay strong{display:block;font-size:28px;line-height:1.15}.giverr-home-story__overlay span{display:block;color:rgba(255,255,255,.82);margin-top:6px}.giverr-home-story__badge{display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:#fff;color:#111;font-size:24px;flex:0 0 auto}.giverr-home__mini-card-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.giverr-home__mini-card{padding:20px 18px;border:1px solid #e6e8eb;border-radius:18px;background:#fff;min-height:136px}.giverr-home__mini-card h4{margin:14px 0 6px;font-size:15px;line-height:1.4}.giverr-home__mini-card p{margin:0;color:#69707d;line-height:1.5;font-size:14px}.giverr-home__mini-card-mark{display:inline-flex;width:28px;height:28px;border-radius:8px;align-items:center;justify-content:center;background:#f5f6f7}.giverr-home-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.giverr-home-benefit{padding:18px 8px}.giverr-home-benefit__icon{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#f6f7f8;color:#6b7280;margin-bottom:14px}.giverr-home-benefit h4{margin:0 0 10px;font-size:18px}.giverr-home-benefit p{margin:0;color:#69707d;line-height:1.65}.giverr-home-center{text-align:center;margin-top:18px}.giverr-home-banner{display:grid;grid-template-columns:minmax(0,1fr) 320px;align-items:center;gap:20px;padding:34px;border-radius:28px;background:linear-gradient(135deg,#f4ece7 0%,#f0e3db 100%)}.giverr-home-banner p{color:#575f6b;max-width:620px}.giverr-home-banner__art{height:260px;border-radius:24px;background:linear-gradient(135deg,#f6c6bd 0%,#ffd8b2 52%,#d9f0d0 100%);position:relative;overflow:hidden}.giverr-home-banner__art::before,.giverr-home-banner__art::after{content:"";position:absolute;border-radius:24px}.giverr-home-banner__art::before{width:110px;height:190px;background:#f3904f;right:42px;top:34px;transform:rotate(-8deg)}.giverr-home-banner__art::after{width:120px;height:200px;background:#a8eb12;left:58px;bottom:24px;transform:rotate(10deg)}.giverr-home-final-cta{padding:48px 40px;border-radius:28px;background:linear-gradient(135deg,#5b0f22 0%,#7b1731 52%,#4a0b1c 100%);display:flex;align-items:center;justify-content:space-between;gap:20px}.giverr-home-final-cta h2{margin:0;color:#fff;font-size:52px;line-height:1.05;letter-spacing:-.03em;max-width:760px}.giverr-home-footer{background:#fff;border-top:1px solid #e9eaec;padding:42px 0 24px}.giverr-home-footer__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}.giverr-home-footer__col h4{margin:0 0 14px;font-size:16px}.giverr-home-footer__col ul{list-style:none;margin:0;padding:0}.giverr-home-footer__col li+li{margin-top:10px}.giverr-home-footer__col a{color:#303338;line-height:1.45}.giverr-home-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #eceef0;margin-top:28px;padding-top:20px;flex-wrap:wrap}.giverr-home-footer__meta,.giverr-home-footer__social{color:#69707d;font-size:14px;display:flex;gap:14px;flex-wrap:wrap}.giverr-homepage .giverr-gig-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.giverr-homepage .giverr-gig-card{height:100%;background:#fff;border:1px solid #e6e8eb;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px rgba(15,23,42,.05)}.giverr-homepage .giverr-gig-card__body{padding:16px}.giverr-homepage .giverr-gig-card__body h3{font-size:16px;line-height:1.4}.giverr-homepage .giverr-guides{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.giverr-homepage .giverr-guide-card{background:#fff;border:1px solid #e6e8eb;border-radius:22px;overflow:hidden}.giverr-homepage .giverr-guide-card__body{padding:18px}.giverr-homepage .giverr-guide-card__body h3{font-size:22px;line-height:1.2}.giverr-homepage .giverr-guide-card__body p{color:#69707d;line-height:1.65}.giverr-homepage .giverr-guide-card__body a{color:#111;font-weight:700}.giverr-homepage .giverr-section-title{display:none}.giverr-home-header__nav .giverr-home-header__link:hover,.giverr-home-header__join:hover,.giverr-home-header__topic:hover,.giverr-home-footer a:hover,.giverr-homepage a:hover{color:inherit}.giverr-home-dropdown button{background:transparent;border:0;padding:0;cursor:pointer}.giverr-home-dropdown button:focus-visible,.giverr-home-header__join:focus-visible,.giverr-home-button:focus-visible,.giverr-home-hero__chip:focus-visible{outline:2px solid #1dbf73;outline-offset:2px}.giverr-home-shell .giverr-home-header__search input:focus,.giverr-homepage .giverr-home-hero__search input:focus{outline:none}.giverr-home-dropdown__item:hover,.giverr-home-dropdown__card:hover,.giverr-home__category-card:hover,.giverr-home__mini-card:hover,.giverr-home-button:hover,.giverr-home-hero__chip:hover,.giverr-home-header__join:hover{transform:none;box-shadow:none}.giverr-home-header__search input::placeholder,.giverr-home-hero__search input::placeholder{color:#8a9099}.giverr-home-header__search,.giverr-home-hero__search,.giverr-home-header__join,.giverr-home__category-card,.giverr-home-dropdown__item,.giverr-home-dropdown__card,.giverr-home-button,.giverr-home-hero__chip{transition:all .2s ease}@media (max-width:1180px){.giverr-home-header__bar{grid-template-columns:180px 1fr;grid-template-areas:"logo nav" "search search"}.giverr-home-header__logo{grid-area:logo}.giverr-home-header__nav{grid-area:nav}.giverr-home-header__search{grid-area:search}.giverr-home__category-grid,.giverr-homepage .giverr-gig-grid,.giverr-home__mini-card-grid,.giverr-home-benefits{grid-template-columns:repeat(4,minmax(0,1fr))}.giverr-home-promo-grid,.giverr-home-banner{grid-template-columns:1fr}.giverr-home-final-cta{flex-direction:column;align-items:flex-start}.giverr-homepage .giverr-guides{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.giverr-home-wrap{width:min(100% - 28px,1240px)}.giverr-home-header__bar{grid-template-columns:1fr;grid-template-areas:"logo" "search" "nav";padding:14px 0}.giverr-home-header__nav{justify-content:flex-start;gap:16px;overflow:auto;padding-bottom:6px}.giverr-home-hero__inner{min-height:480px;padding:34px 0}.giverr-home-hero__copy h1{font-size:48px}.giverr-home__category-grid,.giverr-homepage .giverr-gig-grid,.giverr-home__mini-card-grid,.giverr-home-benefits,.giverr-home-footer__grid,.giverr-homepage .giverr-guides{grid-template-columns:repeat(2,minmax(0,1fr))}.giverr-home-final-cta h2,.giverr-home-section__head h2,.giverr-home-promo h3,.giverr-home-banner h3{font-size:34px}.giverr-home-story{min-height:320px}.giverr-home-story__overlay{left:20px;right:20px;bottom:20px}.giverr-home-footer__bottom{flex-direction:column;align-items:flex-start}}@media (max-width:560px){.giverr-home__category-grid,.giverr-homepage .giverr-gig-grid,.giverr-home__mini-card-grid,.giverr-home-benefits,.giverr-home-footer__grid,.giverr-homepage .giverr-guides{grid-template-columns:1fr}.giverr-home-header__logo img,.giverr-home-footer__brand img{width:160px;height:57px}.giverr-home-hero__copy h1{font-size:40px}.giverr-home-header__topics .giverr-home-wrap{gap:12px}.giverr-home-promo,.giverr-home-banner,.giverr-home-final-cta{padding:24px}.giverr-home-final-cta h2{font-size:32px}}

.giverr-discovery {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 16px 56px;
}
.giverr-discovery__hero {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 20px;
  align-items: center;
  padding: 28px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: linear-gradient(135deg, #faf7f7 0%, #ffffff 100%);
  margin-bottom: 20px;
}
.giverr-discovery__hero h1 {
  margin: 0 0 8px;
  font-size: 2.2rem;
  line-height: 1.1;
}
.giverr-discovery__hero p {
  margin: 0;
  color: #5b6474;
}
.giverr-discovery__searchbar {
  display: flex;
  gap: 10px;
}
.giverr-discovery__searchbar input,
.giverr-discovery__filters select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 0 14px;
  background: #fff;
}
.giverr-discovery__searchbar button,
.giverr-discovery__filter-actions button {
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: #111827;
  color: #fff;
  padding: 0 18px;
  cursor: pointer;
}
.giverr-discovery__topcats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.giverr-discovery__topcat {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  color: #111827;
  background: #fff;
  text-decoration: none;
}
.giverr-discovery__topcat.is-active {
  border-color: #111827;
  font-weight: 600;
}
.giverr-discovery__layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
}
.giverr-discovery__sidebar {
  min-width: 0;
}
.giverr-discovery__filters {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
}
.giverr-discovery__filters label {
  display: grid;
  gap: 8px;
}
.giverr-discovery__filters label span {
  font-size: 0.92rem;
  font-weight: 600;
}
.giverr-discovery__filter-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}
.giverr-discovery__filter-actions a {
  color: #111827;
  text-decoration: none;
}
.giverr-discovery__results-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.giverr-discovery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.giverr-discovery-card {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}
.giverr-discovery-card__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.giverr-discovery-card__body {
  padding: 14px;
}
.giverr-discovery-card__meta,
.giverr-discovery-card__footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.giverr-discovery-card__meta {
  color: #6b7280;
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.giverr-discovery-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.35;
}
.giverr-discovery-card h3 a,
.giverr-discovery-card__meta a {
  text-decoration: none;
}
.giverr-discovery-card p {
  margin: 0 0 12px;
  color: #4b5563;
  font-size: 0.94rem;
}
.giverr-discovery-card__rating {
  color: #0f766e;
  font-weight: 600;
}
.giverr-discovery-pagination {
  display: flex;
  gap: 8px;
  margin-top: 22px;
  flex-wrap: wrap;
}
.giverr-discovery-pagination__link {
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #111827;
}
.giverr-discovery-pagination__link.is-active {
  border-color: #111827;
  background: #111827;
  color: #fff;
}
.giverr-discovery__empty {
  padding: 32px;
  border: 1px dashed #d1d5db;
  border-radius: 18px;
  background: #fff;
}
@media (max-width: 980px) {
  .giverr-discovery__hero,
  .giverr-discovery__layout {
    grid-template-columns: 1fr;
  }
  .giverr-discovery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .giverr-discovery__filters {
    position: static;
  }
}
@media (max-width: 640px) {
  .giverr-discovery-grid {
    grid-template-columns: 1fr;
  }
  .giverr-discovery__searchbar {
    flex-direction: column;
  }
}

.giverr-discovery__save-search {
  margin-top: 12px;
}
.giverr-discovery__save-search button,
.giverr-search-collection__clear,
.giverr-category-landing__search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
  text-decoration: none;
}
.giverr-search-collection {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  padding: 16px;
  margin: 0 0 18px;
}
.giverr-search-collection__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.giverr-search-collection__head h3 {
  margin: 0;
  font-size: 1rem;
}
.giverr-search-collection__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.giverr-search-collection__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}
.giverr-search-collection__item a {
  color: #111827;
  text-decoration: none;
}
.giverr-search-collection__item form {
  margin: 0;
}
.giverr-search-collection__item button,
.giverr-search-collection__clear {
  border: 0;
  background: transparent;
  color: #6b7280;
  padding: 0;
  min-height: auto;
}
.giverr-saved-searches-page__note {
  color: #6b7280;
}
.giverr-category-landing {
  display: grid;
  gap: 20px;
}
.giverr-category-landing__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #111827, #1f2937);
  color: #fff;
}
.giverr-category-landing__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.75);
}
.giverr-category-landing__hero h1 {
  margin: 0 0 8px;
  font-size: 2.2rem;
}
.giverr-category-landing__hero p {
  margin: 0;
  color: rgba(255,255,255,.82);
}
.giverr-category-landing__subs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.giverr-category-landing__subs a {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #111827;
  text-decoration: none;
}
.giverr-category-landing__content {
  display: grid;
  grid-template-columns: minmax(0,1fr) 300px;
  gap: 20px;
}
.giverr-category-landing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
@media (max-width: 980px) {
  .giverr-category-landing__hero,
  .giverr-category-landing__content {
    grid-template-columns: 1fr;
  }
  .giverr-category-landing__grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 640px) {
  .giverr-category-landing__grid {
    grid-template-columns: 1fr;
  }
}
.giverr-search-shortcuts{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.giverr-search-shortcuts__item{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid #e4e7eb;border-radius:999px;background:#fff;color:#303338;font-size:13px;line-height:1.2}.giverr-search-shortcuts__item span{display:inline-block;padding:3px 7px;border-radius:999px;background:#f3f5f7;color:#69707d;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.giverr-home-header__searchwrap,.giverr-home-hero__searchwrap{display:block}.giverr-home-header__searchwrap .giverr-search-shortcuts{margin-top:10px}.giverr-home-hero__searchwrap .giverr-search-shortcuts__item{background:rgba(255,255,255,.94)}
.giverr-category-landing__metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:22px 0 24px}.giverr-category-landing__metrics>div{padding:18px;border:1px solid #e6e8eb;border-radius:18px;background:#fff}.giverr-category-landing__metrics strong{display:block;font-size:28px;line-height:1.05}.giverr-category-landing__metrics span{display:block;margin-top:8px;color:#69707d;font-size:14px}.giverr-category-landing__promos{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:0 0 28px}.giverr-category-landing__promo{padding:28px;border-radius:24px;color:#fff}.giverr-category-landing__promo span{display:block;margin-bottom:10px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;opacity:.82}.giverr-category-landing__promo h3{margin:0 0 12px;font-size:34px;line-height:1.05;letter-spacing:-.03em}.giverr-category-landing__promo p{margin:0 0 16px;color:rgba(255,255,255,.88);line-height:1.7}.giverr-category-landing__promo a{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:12px;background:#fff;color:#222325;font-weight:700}.giverr-category-landing__promo--rose{background:linear-gradient(135deg,#c95a7e 0%,#dc6d94 50%,#ae365f 100%)}.giverr-category-landing__promo--ink{background:linear-gradient(135deg,#1f2737 0%,#2f3d56 52%,#172031 100%)}.giverr-category-landing__block{margin-top:30px}.giverr-category-landing__block-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.giverr-category-landing__block-head h2{margin:0;font-size:30px;line-height:1.1}.giverr-category-landing__feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
@media (max-width:980px){.giverr-category-landing__metrics,.giverr-category-landing__promos,.giverr-category-landing__feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.giverr-category-landing__metrics,.giverr-category-landing__promos,.giverr-category-landing__feature-grid{grid-template-columns:1fr}.giverr-search-shortcuts__item{width:100%;justify-content:flex-start}}

.giverr-autocomplete{position:relative}.giverr-autocomplete__panel{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:40;background:#fff;border:1px solid #e4e7eb;border-radius:16px;box-shadow:0 18px 40px rgba(17,24,39,.12);padding:8px}.giverr-home-header__search .giverr-autocomplete__panel{top:calc(100% + 12px)}.giverr-autocomplete__item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;color:#111827;text-decoration:none}.giverr-autocomplete__item:hover{background:#f6f7f9}.giverr-autocomplete__item span{display:inline-flex;min-width:74px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#7b8190} .giverr-discovery-page__empty{}


.giverr-category-landing__hero{background-size:cover;background-position:center;position:relative;overflow:hidden;}
.giverr-category-landing__hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,20,20,.72),rgba(20,20,20,.2));pointer-events:none;}
.giverr-category-landing__hero > *{position:relative;z-index:1;}
.giverr-category-landing__hero-copy{max-width:720px;color:#fff;}
.giverr-autocomplete__panel{box-shadow:0 20px 40px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.08);border-radius:16px;overflow:hidden;background:#fff;}
.giverr-autocomplete__item{display:grid;grid-template-columns:auto 1fr;gap:4px 12px;align-items:center;padding:12px 14px;text-decoration:none;color:#111;}
.giverr-autocomplete__item span{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#8a8a8a;grid-column:1;grid-row:1 / span 2;min-width:78px;}
.giverr-autocomplete__item strong{font-size:14px;font-weight:600;grid-column:2;}
.giverr-autocomplete__item small{font-size:12px;color:#666;grid-column:2;}
.giverr-autocomplete__item.is-active,.giverr-autocomplete__item:hover{background:#f6f3f5;}
.giverr-growth-subnav{display:flex;gap:12px;flex-wrap:wrap;padding:18px 0 8px;border-bottom:1px solid #e5e7eb;margin-bottom:24px}
.giverr-growth-subnav__link{color:#122141;text-decoration:none;padding:0 0 10px;border-bottom:2px solid transparent;font-weight:600}
.giverr-growth-subnav__link.is-active{border-bottom-color:#111827}
.giverr-growth-page{display:grid;gap:28px}
.giverr-level-hero{display:grid;grid-template-columns:260px 1fr;gap:20px;background:#f7fbe7;border-radius:18px;padding:24px}
.giverr-level-hero__left,.giverr-level-hero__right{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px}
.giverr-level-avatar img{border-radius:999px}
.giverr-level-track{display:flex;gap:12px;align-items:center;margin:18px 0}
.giverr-level-track__node{width:28px;height:28px;border-radius:999px;background:#d1d5db;position:relative}
.giverr-level-track__node.is-active{background:#a3bf00}
.giverr-level-current{font-weight:700;margin-bottom:6px}
.giverr-level-progress{font-size:13px;color:#4b5563}
.giverr-level-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px}
.giverr-level-card,.giverr-growth-card,.giverr-growth-banner,.giverr-plan-card,.giverr-growth-stat{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px}
.giverr-level-card__head{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}
.giverr-growth-meter{height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}
.giverr-growth-meter span{display:block;height:100%;background:#2fbf71;border-radius:999px}
.giverr-level-card__foot{margin-top:12px}
.giverr-level-ok{display:inline-flex;padding:6px 10px;border-radius:999px;background:#e8f8ee;color:#0b7a3f;font-size:13px;font-weight:700}
.giverr-level-hold{display:inline-flex;padding:6px 10px;border-radius:999px;background:#f3f4f6;color:#374151;font-size:13px;font-weight:700}
.giverr-growth-section-head{display:flex;justify-content:space-between;gap:18px;align-items:center}
.giverr-growth-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.giverr-growth-grid--tips{grid-template-columns:repeat(4,minmax(0,1fr))}
.giverr-growth-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}
.giverr-growth-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.giverr-growth-banner h3,.giverr-growth-card h3{margin:0 0 10px}
.giverr-growth-label{display:inline-block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#6b7280;margin-bottom:8px}
.giverr-plan-card{position:relative}
.giverr-growth-pricing{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.giverr-plan-card.is-recommended{border-color:#111827;box-shadow:0 0 0 1px #111827 inset}
.giverr-plan-badge{display:inline-flex;padding:4px 8px;border-radius:8px;background:#eef2ff;color:#1d4ed8;font-size:12px;font-weight:700;min-height:24px}
.giverr-plan-price{font-size:40px;font-weight:800;line-height:1;margin:18px 0}
.giverr-plan-price span{font-size:24px;font-weight:500;color:#4b5563}
.giverr-plan-list{display:grid;gap:10px;padding-left:18px}
.giverr-growth-inline{display:flex;gap:18px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.giverr-growth-budget{display:flex;gap:12px;align-items:end;flex-wrap:wrap}
.giverr-growth-budget label{display:grid;gap:6px;font-weight:600}
.giverr-growth-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.giverr-growth-stat span{display:block;color:#6b7280;font-size:12px;font-weight:700;text-transform:uppercase;margin-bottom:8px}
.giverr-growth-stat strong{font-size:34px}
.giverr-inline-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.giverr-inline-form input[type=number],.giverr-growth-page input[type=text],.giverr-growth-page input[type=number],.giverr-growth-page input[type=date],.giverr-growth-page textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;background:#fff}
.giverr-inline-form--compact input[type=number]{width:90px}
.giverr-toggle-pill{padding:8px 14px;border-radius:999px;border:1px solid #111827;background:#fff;color:#111827;cursor:pointer}
.giverr-toggle-pill.is-on{background:#111827;color:#fff}
.giverr-link-button{border:0;background:none;color:#0f766e;font-weight:700;cursor:pointer;padding:0}
.giverr-growth-campaign{display:grid;gap:4px}
.giverr-growth-campaign span{font-size:12px;color:#6b7280}
.giverr-growth-tabs{display:flex;gap:24px;border-bottom:1px solid #e5e7eb;padding-bottom:12px;font-weight:700}
.giverr-growth-tabs .is-active{color:#0a7b34;border-bottom:2px solid #0a7b34;padding-bottom:12px}
.giverr-growth-lists{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.giverr-help-page{padding:24px 0}
.giverr-help-page__inner{display:grid;grid-template-columns:260px 1fr;gap:28px;max-width:1200px;margin:0 auto}
.giverr-help-aside{border-right:1px solid #e5e7eb;padding-right:18px}
.giverr-help-aside ul{display:grid;gap:10px;padding:0;list-style:none}
.giverr-help-content{display:grid;gap:20px}
.giverr-help-content h1,.giverr-help-content h2{margin:0}
.giverr-link{text-decoration:none;color:#0f766e;font-weight:700}
.giverr-growth-note{font-size:13px;color:#4b5563;margin-top:10px}
@media (max-width:1024px){.giverr-level-hero,.giverr-growth-pricing,.giverr-growth-split,.giverr-help-page__inner{grid-template-columns:1fr}.giverr-level-metrics,.giverr-growth-grid,.giverr-growth-grid--tips,.giverr-growth-grid--three,.giverr-growth-stats,.giverr-growth-lists{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.giverr-level-metrics,.giverr-growth-grid,.giverr-growth-grid--tips,.giverr-growth-grid--three,.giverr-growth-stats,.giverr-growth-lists{grid-template-columns:1fr}.giverr-help-aside{border-right:0;padding-right:0}}


.giverr-ads-table .giverr-growth-campaign{display:flex;align-items:center;gap:12px}
.giverr-growth-campaign__thumb{width:54px;height:40px;object-fit:cover;border-radius:6px;border:1px solid #ddd;background:#f5f5f5}
.giverr-growth-campaign__thumb--empty{display:inline-block}
.giverr-ads-toggle-form .giverr-switch-modern{margin:0}
.giverr-link-button{background:none;border:0;padding:0;color:#0d4ea6;cursor:pointer;text-decoration:none}
.giverr-modal[hidden]{display:none}
.giverr-modal{position:fixed;inset:0;z-index:9999}
.giverr-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.35)}
.giverr-modal__dialog{position:relative;max-width:640px;margin:5vh auto;background:#fff;border-radius:14px;padding:28px;box-shadow:0 10px 40px rgba(0,0,0,.18);max-height:90vh;overflow:auto}
.giverr-modal__close{position:absolute;top:14px;right:14px;width:44px;height:44px;border:1px solid #d0d5dd;background:#fff;color:#111827;border-radius:999px;font-size:30px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(15,23,42,.08);transition:all .2s ease}.giverr-modal__close:hover,.giverr-modal__close:focus{background:#111827;color:#fff;border-color:#111827;outline:none}
.giverr-cap-form{display:grid;gap:16px}
.giverr-cap-choice{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;padding:20px;border:1px solid #ddd;border-radius:12px}
.giverr-cap-choice.is-selected{border-color:#3fbf7f;box-shadow:0 0 0 1px #3fbf7f inset}
.giverr-cap-choice input[type=radio]{margin-top:4px}
.giverr-cap-choice strong{display:block;margin-bottom:4px}
.giverr-cap-choice span{display:block;color:#555}
.giverr-cap-input{display:flex;align-items:center;gap:8px;margin-top:14px}
.giverr-cap-input input{width:120px}
.giverr-cap-note{background:#eef3ff;border-radius:10px;padding:12px 14px;color:#3553a5}
body.giverr-modal-open{overflow:hidden}

.giverr-seller-plus-page .giverr-plan-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:18px}
.giverr-seller-plus-page .giverr-plan-actions form{margin:0}
.giverr-ads-page{display:grid;gap:22px}
.giverr-ads-hero{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;border:1px solid #e5e7eb;border-radius:14px;padding:26px 28px;background:#fff}
.giverr-ads-hero h2{margin:0 0 12px}
.giverr-ads-hero p{margin:0 0 10px;color:#4b5563}
.giverr-ads-hero__close{border:0;background:none;font-size:34px;line-height:1;cursor:pointer;color:#111827}
.giverr-ads-toolbar,.giverr-ads-page__meta,.giverr-ads-performance-head{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.giverr-ads-toolbar__summary{display:flex;gap:14px;align-items:center;flex-wrap:wrap;font-size:15px}
.giverr-ads-credit{display:inline-flex;gap:6px;align-items:center}
.giverr-ads-select{min-width:160px;border:1px solid #d1d5db;border-radius:10px;padding:11px 14px;background:#fff;color:#374151}
.giverr-growth-budget--link{align-items:center}
.giverr-growth-budget--link label{display:flex;align-items:center;gap:8px;font-weight:400}
.giverr-growth-budget--link input[type=number]{width:90px}
.giverr-ads-performance-head h2{margin:0}
.giverr-ads-availability{display:flex;align-items:center;gap:10px}
.giverr-ads-table th,.giverr-ads-table td{vertical-align:middle}
.giverr-ads-range{font-size:11px;color:#6b7280;margin-top:6px}
.giverr-ads-help{margin:0}
.giverr-cap-meta{display:flex;gap:18px;flex-wrap:wrap;padding:10px 0;color:#4b5563}
.giverr-growth-campaign strong{display:block}
.giverr-growth-campaign span{display:block}
@media (max-width:900px){.giverr-ads-hero,.giverr-ads-toolbar,.giverr-ads-page__meta,.giverr-ads-performance-head{flex-direction:column;align-items:flex-start}.giverr-ads-toolbar__controls{width:100%;display:grid;gap:12px}}

/* Step 65 ads toggle polish */
.giverr-switch-modern--compact{display:inline-flex;align-items:center;justify-content:center;gap:0}
.giverr-switch-modern--compact .giverr-switch-modern__track{width:46px;height:26px;background:#b9bcc3;border-radius:999px;position:relative;display:inline-block}
.giverr-switch-modern--compact .giverr-switch-modern__thumb{width:20px;height:20px;top:3px;left:3px;transform:none;transition:transform .18s ease}
.giverr-switch-modern--compact .giverr-switch-modern__input:checked + .giverr-switch-modern__track{background:#202326}
.giverr-switch-modern--compact .giverr-switch-modern__input:checked + .giverr-switch-modern__track .giverr-switch-modern__thumb{transform:translateX(20px)}
.giverr-switch-modern--compact .giverr-switch-modern__input:not(:checked) + .giverr-switch-modern__track{background:#b9bcc3}
.giverr-switch-modern--compact .giverr-switch-modern__input:disabled + .giverr-switch-modern__track{opacity:1}
.giverr-switch-modern--readonly{cursor:default}
.giverr-ads-availability{display:flex;align-items:center;gap:10px}
.giverr-ads-performance-head{display:flex;align-items:center;justify-content:space-between;gap:16px}
.giverr-ads-toggle-form{display:inline-flex;align-items:center;justify-content:center;margin:0}
.giverr-ads-toggle-form .giverr-switch-modern{margin:0 auto}
.giverr-growth-campaign span{color:#6b7280;font-size:13px;display:block;margin-top:4px}
.giverr-growth-campaign strong{display:block}


.giverr-ads-table td:nth-child(2){width:92px;text-align:center}
.giverr-ads-toggle-form{display:flex;align-items:center;justify-content:center;min-height:26px}
.giverr-ads-toggle-form .giverr-switch-modern--ads{display:inline-flex;align-items:center;justify-content:center;gap:0;margin:0;line-height:1;vertical-align:middle}
.giverr-ads-toggle-form .giverr-switch-modern--ads .giverr-switch-modern__track{width:40px;height:22px;border-radius:999px;background:#b9bcc3;overflow:hidden;position:relative;display:inline-block;flex:0 0 40px;transition:background .2s ease,box-shadow .2s ease}
.giverr-ads-toggle-form .giverr-switch-modern--ads .giverr-switch-modern__thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18);transform:translateX(0);transition:transform .2s ease}
.giverr-ads-toggle-form .giverr-switch-modern--ads .giverr-switch-modern__thumb::before{content:'';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#111827;opacity:0;transform:scale(.8);transition:opacity .15s ease,transform .15s ease}
.giverr-ads-toggle-form .giverr-switch-modern--ads .giverr-switch-modern__input:checked + .giverr-switch-modern__track{background:#202326}
.giverr-ads-toggle-form .giverr-switch-modern--ads .giverr-switch-modern__input:checked + .giverr-switch-modern__track .giverr-switch-modern__thumb{transform:translateX(18px)}
.giverr-ads-toggle-form .giverr-switch-modern--ads .giverr-switch-modern__input:checked + .giverr-switch-modern__track .giverr-switch-modern__thumb::before{content:'✓';opacity:1;transform:scale(1)}
.giverr-ads-toggle-form .giverr-switch-modern--ads .giverr-switch-modern__input:focus + .giverr-switch-modern__track{box-shadow:0 0 0 3px rgba(17,24,39,.12)}
.giverr-ads-toggle-form .giverr-switch-modern--ads.is-loading{opacity:.65;pointer-events:none}

.giverr-ads-table{table-layout:fixed}
.giverr-ads-table th,.giverr-ads-table td{vertical-align:middle}
.giverr-ads-table__toggle-cell{width:72px;text-align:center}
.giverr-ads-toggle-form{display:flex;align-items:center;justify-content:center;min-height:24px;margin:0}
.giverr-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:22px;cursor:pointer;vertical-align:middle;line-height:1;flex:0 0 40px}
.giverr-toggle__input{position:absolute;opacity:0;pointer-events:none}
.giverr-slider{position:relative;display:block;width:40px;height:22px;border-radius:20px;background:#b8bdc7;transition:background .18s ease,box-shadow .18s ease;overflow:hidden}
.giverr-slider::before{content:'';position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:transform .18s ease}
.giverr-slider::after{content:'✓';position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#111;opacity:0;transform:translateX(0);transition:transform .18s ease,opacity .18s ease}
.giverr-toggle__input:checked + .giverr-slider{background:#202326}
.giverr-toggle__input:checked + .giverr-slider::before{transform:translateX(18px)}
.giverr-toggle__input:checked + .giverr-slider::after{opacity:1;transform:translateX(18px)}
.giverr-toggle__input:focus + .giverr-slider{box-shadow:0 0 0 3px rgba(17,24,39,.12)}
.giverr-toggle.is-loading,.giverr-toggle--ads.is-loading{opacity:.65;pointer-events:none}
.giverr-ads-toggle-form.is-busy{pointer-events:none}
.giverr-toggle,.giverr-toggle *{box-sizing:border-box}
.giverr-toggle{position:relative;display:inline-flex;align-items:center;justify-content:flex-start;width:44px;min-width:44px;height:24px;cursor:pointer;vertical-align:middle;line-height:1;flex:0 0 44px}
.giverr-toggle__input{position:absolute !important;opacity:0 !important;pointer-events:none !important;width:1px !important;height:1px !important;margin:0 !important;padding:0 !important;appearance:none !important;-webkit-appearance:none !important}
.giverr-slider{position:relative;display:block;width:44px;height:24px;border-radius:999px;background:#b8bdc7;transition:background .18s ease,box-shadow .18s ease;overflow:hidden}
.giverr-slider::before{content:'';position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:transform .18s ease}
.giverr-slider::after{content:'✓';position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#111;opacity:0;transform:translateX(0);transition:transform .18s ease,opacity .18s ease}
.giverr-toggle__input:checked + .giverr-slider{background:#202326}
.giverr-toggle__input:checked + .giverr-slider::before{transform:translateX(20px)}
.giverr-toggle__input:checked + .giverr-slider::after{opacity:1;transform:translateX(20px)}
.giverr-toggle__input:disabled + .giverr-slider{opacity:.6;cursor:not-allowed}
.giverr-ads-availability{display:inline-flex;align-items:center;gap:10px}
.giverr-ads-table__toggle-cell{min-width:84px}
.giverr-ads-toggle-form{display:flex;align-items:center;justify-content:center;min-height:28px}
.giverr-ads-auction-search{display:flex;gap:12px;align-items:end;flex-wrap:wrap;margin:16px 0 20px}.giverr-ads-auction-search label{display:flex;flex-direction:column;gap:8px;min-width:280px;flex:1}.giverr-ads-auction-search input{min-height:44px}.giverr-ads-auction-cell{display:flex;flex-direction:column;gap:6px}.giverr-ads-competition{display:inline-flex;align-items:center;justify-content:center;min-width:78px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}.giverr-ads-competition.is-low{background:#eef1f5;color:#445}.giverr-ads-competition.is-medium{background:#fff2d6;color:#7a4b00}.giverr-ads-competition.is-high{background:#dff5e8;color:#14532d}.giverr-ads-auction-meta{font-size:12px;color:#5b6472}.giverr-cap-keywords{display:flex;flex-direction:column;gap:8px;margin-top:14px}.giverr-cap-keywords textarea{width:100%;min-height:132px;resize:vertical}.giverr-ads-table td:nth-child(4){min-width:120px}

.giverr-ads-analytics{margin:18px 0 22px}.giverr-ads-analytics__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:16px}.giverr-growth-stat--analytics small{display:block;margin-top:6px;color:#6b7280}.giverr-table-wrap--analytics{margin-bottom:18px}.giverr-ads-trends td,.giverr-ads-trends th{white-space:nowrap}@media (max-width:900px){.giverr-ads-analytics__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.giverr-ads-analytics__cards{grid-template-columns:1fr}}

.giverr-seller-insights{margin-top:32px}.giverr-seller-insights__cards{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.giverr-seller-insights-table td{vertical-align:top}.giverr-seller-insights-table td:last-child{min-width:260px}.giverr-seller-insights .giverr-ads-stat small{display:block;margin-top:8px;color:#6b7280;font-size:12px;line-height:1.4}.giverr-seller-insights-table .giverr-ads-range{margin-top:6px}.giverr-seller-insights-table th:nth-child(8),.giverr-seller-insights-table td:nth-child(8){min-width:280px}@media (max-width:900px){.giverr-seller-insights-table td:last-child,.giverr-seller-insights-table th:nth-child(8),.giverr-seller-insights-table td:nth-child(8){min-width:220px}}

.giverr-ai-discovery{margin:18px 0 24px;padding:20px;border:1px solid #d8dee6;border-radius:18px;background:linear-gradient(180deg,#ffffff 0%,#f6f9fc 100%)}
.giverr-ai-discovery__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}
.giverr-ai-discovery__head h2{margin:4px 0 0;font-size:22px;line-height:1.2}
.giverr-ai-discovery__eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#516173}
.giverr-ai-discovery__head strong{display:inline-flex;align-items:center;justify-content:center;min-width:68px;height:68px;border-radius:999px;background:#111827;color:#fff;font-size:22px}
.giverr-ai-discovery__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.giverr-ai-discovery__grid article{padding:14px;border-radius:14px;background:#fff;border:1px solid #e3e8ef;min-height:106px}
.giverr-ai-discovery__grid span{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:8px}
.giverr-ai-discovery__grid strong{display:block;font-size:17px;line-height:1.3;color:#0f172a}
.giverr-ai-discovery__grid small{display:block;margin-top:8px;font-size:13px;line-height:1.45;color:#475569}
.giverr-ai-discovery__chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.giverr-ai-discovery__chips span{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:#e9eef5;color:#17202c;font-size:13px;font-weight:600}
@media (max-width: 980px){.giverr-ai-discovery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 640px){.giverr-ai-discovery__head{flex-direction:column}.giverr-ai-discovery__grid{grid-template-columns:1fr}}

.giverr-inline-toggle--workspace{display:inline-flex;align-items:center;gap:12px;flex-wrap:nowrap;margin:0}
.giverr-inline-toggle__text{font-size:14px;font-weight:600;line-height:1.2;color:#111827;white-space:nowrap}
.giverr-toggle--workspace{position:relative;display:inline-flex;align-items:center;justify-content:flex-start;width:44px;min-width:44px;height:24px;flex:0 0 44px;line-height:1;vertical-align:middle}
.giverr-toggle--workspace .giverr-slider{position:relative;display:block;width:44px;height:24px;border-radius:999px;background:#b9bcc3;transition:background .2s ease,box-shadow .2s ease;overflow:hidden}
.giverr-toggle--workspace .giverr-slider::before{content:'';position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18);transform:translateX(0);transition:transform .2s ease}
.giverr-toggle--workspace .giverr-slider::after{content:'✓';position:absolute;top:2px;left:2px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#111827;opacity:0;transform:translateX(0);transition:transform .2s ease,opacity .16s ease}
.giverr-toggle--workspace .giverr-toggle__input:checked + .giverr-slider{background:#202326}
.giverr-toggle--workspace .giverr-toggle__input:checked + .giverr-slider::before{transform:translateX(20px)}
.giverr-toggle--workspace .giverr-toggle__input:checked + .giverr-slider::after{opacity:1;transform:translateX(20px)}
.giverr-toggle--workspace .giverr-toggle__input:focus + .giverr-slider{box-shadow:0 0 0 3px rgba(17,24,39,.12)}
.giverr-market-toggle-cell{display:flex;align-items:center;gap:10px;min-height:28px;white-space:nowrap}
.giverr-market-toggle-cell .giverr-toggle--workspace{margin:0}
.giverr-market-toggle-cell__label{display:inline-block;min-width:46px;font-size:13px;font-weight:600;color:#4b5563}
.giverr-page-head__actions .giverr-inline-toggle--workspace{padding:6px 10px;border:1px solid #e5e7eb;border-radius:999px;background:#fff}
@media (max-width: 767px){.giverr-page-head__actions .giverr-inline-toggle--workspace{width:100%;justify-content:space-between}.giverr-inline-toggle__text{white-space:normal}}


.giverr-page-head--seller-gigs{align-items:flex-start;gap:16px;flex-wrap:wrap}
.giverr-page-head__summary{margin:6px 0 0;color:#6b7280;font-size:14px;line-height:1.5;max-width:620px}
.giverr-page-head__actions--seller-gigs{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.giverr-inline-toggle--workspace{display:inline-flex;align-items:center;gap:12px;min-height:44px}
.giverr-toggle--seller-gigs{width:44px;min-width:44px;height:24px}
.giverr-toggle--seller-gigs .giverr-slider{width:44px;height:24px;border-radius:999px;background:#b9bcc3;overflow:hidden}
.giverr-toggle--seller-gigs .giverr-slider::before{top:2px;left:2px;width:20px;height:20px;transform:translateX(0)}
.giverr-toggle--seller-gigs .giverr-slider::after{top:2px;left:2px;width:20px;height:20px;font-size:12px;transform:translateX(0)}
.giverr-toggle--seller-gigs .giverr-toggle__input:checked + .giverr-slider{background:#202326}
.giverr-toggle--seller-gigs .giverr-toggle__input:checked + .giverr-slider::before{transform:translateX(20px)}
.giverr-toggle--seller-gigs .giverr-toggle__input:checked + .giverr-slider::after{opacity:1;transform:translateX(20px)}
.giverr-market-toggle-cell--seller-gigs{display:inline-flex;align-items:center;gap:10px;min-width:112px;white-space:nowrap}
.giverr-market-toggle-cell--seller-gigs .giverr-market-toggle-cell__label{display:inline-block;min-width:52px;font-size:13px;font-weight:600;color:#4b5563}
.giverr-table--gigs td .giverr-market-toggle-cell--seller-gigs{justify-content:flex-start}
.giverr-table--gigs td{vertical-align:middle}
.giverr-workspace--buyer .giverr-workspace-wallet{background:#eef2ff;color:#312e81}
.giverr-workspace--buyer .giverr-workspace-topbar__link.is-active{background:#eef2ff;color:#1f2937}
@media (max-width: 767px){
  .giverr-page-head__actions--seller-gigs{width:100%;justify-content:stretch}
  .giverr-page-head__actions--seller-gigs .giverr-button{width:100%;text-align:center}
  .giverr-inline-toggle--workspace{width:100%;justify-content:space-between}
  .giverr-market-toggle-cell--seller-gigs{min-width:0}
}

.giverr-inline-toggle--seller-gigs{display:inline-flex;align-items:center;gap:12px;min-height:44px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;flex-wrap:nowrap}
.giverr-inline-toggle--seller-gigs .giverr-switch-modern--seller-gigs{display:inline-flex;align-items:center;justify-content:center;gap:0;line-height:1;vertical-align:middle;flex:0 0 40px;min-width:40px}
.giverr-inline-toggle--seller-gigs .giverr-switch-modern__input{position:absolute !important;opacity:0 !important;pointer-events:none !important;width:1px !important;height:1px !important;margin:0 !important;appearance:none !important;-webkit-appearance:none !important}
.giverr-inline-toggle--seller-gigs .giverr-switch-modern__track,.giverr-market-toggle-cell--seller-gigs .giverr-switch-modern__track{width:40px;height:22px;border-radius:999px;background:#b9bcc3;overflow:hidden;position:relative;display:inline-block;flex:0 0 40px;transition:background .2s ease,box-shadow .2s ease}
.giverr-inline-toggle--seller-gigs .giverr-switch-modern__thumb,.giverr-market-toggle-cell--seller-gigs .giverr-switch-modern__thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18);transform:translateX(0);transition:transform .2s ease}
.giverr-inline-toggle--seller-gigs .giverr-switch-modern__thumb::before,.giverr-market-toggle-cell--seller-gigs .giverr-switch-modern__thumb::before{content:'';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#111827;opacity:0;transform:scale(.8);transition:opacity .15s ease,transform .15s ease}
.giverr-inline-toggle--seller-gigs .giverr-switch-modern__input:checked + .giverr-switch-modern__track,.giverr-market-toggle-cell--seller-gigs .giverr-switch-modern__input:checked + .giverr-switch-modern__track{background:#202326}
.giverr-inline-toggle--seller-gigs .giverr-switch-modern__input:checked + .giverr-switch-modern__track .giverr-switch-modern__thumb,.giverr-market-toggle-cell--seller-gigs .giverr-switch-modern__input:checked + .giverr-switch-modern__track .giverr-switch-modern__thumb{transform:translateX(18px)}
.giverr-inline-toggle--seller-gigs .giverr-switch-modern__input:checked + .giverr-switch-modern__track .giverr-switch-modern__thumb::before,.giverr-market-toggle-cell--seller-gigs .giverr-switch-modern__input:checked + .giverr-switch-modern__track .giverr-switch-modern__thumb::before{content:'✓';opacity:1;transform:scale(1)}
.giverr-inline-toggle--seller-gigs .giverr-switch-modern__input:focus + .giverr-switch-modern__track,.giverr-market-toggle-cell--seller-gigs .giverr-switch-modern__input:focus + .giverr-switch-modern__track{box-shadow:0 0 0 3px rgba(17,24,39,.12)}
.giverr-market-toggle-cell--seller-gigs{display:inline-grid;grid-template-columns:40px auto;align-items:center;column-gap:10px;min-width:118px;white-space:nowrap}
.giverr-market-toggle-cell--seller-gigs .giverr-switch-modern--seller-gigs{display:inline-flex;align-items:center;justify-content:center;gap:0;line-height:1;min-width:40px}
.giverr-market-toggle-cell--seller-gigs .giverr-market-toggle-cell__label{min-width:56px;line-height:1.2}
.giverr-table--gigs td:nth-child(2){min-width:132px}
.giverr-stats-grid--dashboard{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}
.giverr-stats-grid--dashboard .giverr-workspace-card{min-height:100%}
@media (max-width:980px){.giverr-stats-grid--dashboard{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.giverr-stats-grid--dashboard{grid-template-columns:1fr}.giverr-inline-toggle--seller-gigs{width:100%;justify-content:space-between}}

.giverr-page-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 18px}.giverr-page-kpi{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px 18px;display:flex;flex-direction:column;gap:6px;box-shadow:0 8px 20px rgba(17,24,39,.04)}.giverr-page-kpi span{font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#6b7280}.giverr-page-kpi strong{font-size:24px;line-height:1.1;color:#111827}.giverr-page-kpi small{font-size:13px;line-height:1.5;color:#6b7280}.giverr-empty-panel{display:flex;align-items:center;gap:14px;padding:18px;border:1px dashed #d1d5db;border-radius:16px;background:#f9fafb}.giverr-empty-panel__icon{width:52px;height:52px;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 6px 16px rgba(17,24,39,.05)}.giverr-empty-panel__body{display:flex;flex-direction:column;gap:8px}.giverr-empty-panel__body strong{font-size:16px;color:#111827}.giverr-empty-panel__body p{margin:0;color:#6b7280;line-height:1.5;max-width:520px}@media (max-width: 1024px){.giverr-page-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.giverr-page-kpis{grid-template-columns:1fr}.giverr-empty-panel{align-items:flex-start}.giverr-empty-panel__icon{width:44px;height:44px;font-size:20px}}

.giverr-account-settings{max-width:1120px}
.giverr-settings-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:0 0 20px}
.giverr-settings-overview__card{background:#fff;border:1px solid #ead9de;border-radius:18px;padding:18px 20px;box-shadow:0 10px 28px rgba(17,24,39,.04);display:grid;gap:6px}
.giverr-settings-overview__card span{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#8a6270;font-weight:700}
.giverr-settings-overview__card strong{font-size:18px;line-height:1.35;color:#1f2937}
.giverr-settings-overview__card small{font-size:13px;line-height:1.55;color:#6b7280}
.giverr-settings-form{display:grid;gap:20px}
.giverr-settings-section{background:#fff;border:1px solid #ead9de;border-radius:18px;padding:22px;box-shadow:0 10px 28px rgba(17,24,39,.04)}
.giverr-settings-section__head{margin:0 0 16px}
.giverr-settings-section__head h3{margin:0 0 6px;font-size:20px;color:#1f2937}
.giverr-settings-section__head p{margin:0;color:#6b7280;line-height:1.6}
.giverr-settings-checks{display:grid;gap:12px}
.giverr-settings-check{display:grid;grid-template-columns:20px minmax(0,1fr);gap:12px;align-items:start;padding:14px 16px;border:1px solid #ead9de;border-radius:14px;background:#fff9fa}
.giverr-settings-check input{margin-top:2px}
.giverr-settings-check span{display:grid;gap:4px}
.giverr-settings-check strong{font-size:15px;color:#1f2937}
.giverr-settings-check small{font-size:13px;color:#6b7280;line-height:1.5}
.giverr-order-detail__card--hero{margin-bottom:0}
.giverr-order-detail__hero-metrics{display:grid;gap:12px}
.giverr-order-detail__hero-metrics div{padding:12px 14px;border:1px solid #ece6e8;border-radius:14px;background:#fff9fa;display:grid;gap:4px}
.giverr-order-detail__hero-metrics span,.giverr-order-detail__overview-card span{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#8a6270;font-weight:700}
.giverr-order-detail__hero-metrics strong,.giverr-order-detail__overview-card strong{font-size:17px;color:#1f2937;line-height:1.4}
.giverr-order-detail__overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:0 0 22px}
.giverr-order-detail__overview-card{background:#fff;border:1px solid #ead9de;border-radius:18px;padding:18px 20px;box-shadow:0 10px 28px rgba(17,24,39,.04);display:grid;gap:6px}
.giverr-order-detail__overview-card small{font-size:13px;line-height:1.55;color:#6b7280}
@media (max-width: 980px){.giverr-order-detail__hero-metrics{grid-template-columns:1fr}.giverr-settings-overview{grid-template-columns:1fr}.giverr-order-detail__overview{grid-template-columns:1fr}}

.giverr-communication-card{margin-top:16px}
.giverr-communication-list{margin:0;padding-left:18px;display:grid;gap:10px;color:#4b5563}
.giverr-communication-list li{line-height:1.6}
.giverr-settings-preferences{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}
.giverr-settings-preferences__item{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:#f8fafc;border:1px solid #e5e7eb;color:#6b7280;font-size:12px}
.giverr-settings-preferences__item strong{font-size:12px;color:#374151}
.giverr-settings-preferences__item em{font-style:normal;font-weight:700;color:#9ca3af}
.giverr-settings-preferences__item.is-enabled{background:#fff9fa;border-color:#ead9de}
.giverr-settings-preferences__item.is-enabled em{color:#7a1f32}
.giverr-order-detail__quick-links{display:grid;gap:10px}
.giverr-order-detail__quick-links a{display:block;padding:10px 12px;border:1px solid #ece6e8;border-radius:12px;background:#fff9fa;text-decoration:none}
.giverr-order-detail__quick-links a:hover{background:#fff2f5}
.giverr-inline-toggle--seller-gigs{display:inline-flex;align-items:center;gap:12px;min-height:44px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;flex-wrap:nowrap}
.giverr-inline-toggle--seller-gigs .giverr-inline-toggle__text{white-space:nowrap;font-weight:600;color:#111827}
.giverr-toggle--seller-gigs{display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;min-width:44px;width:44px;height:24px;line-height:1;vertical-align:middle}
.giverr-toggle--seller-gigs .giverr-slider{width:44px;height:24px}
.giverr-toggle--seller-gigs .giverr-slider::before{top:2px;left:2px;width:20px;height:20px;transform:translateX(0)}
.giverr-toggle--seller-gigs .giverr-slider::after{top:2px;left:2px;width:20px;height:20px;font-size:12px;transform:translateX(0)}
.giverr-toggle--seller-gigs .giverr-toggle__input:checked + .giverr-slider::before{transform:translateX(20px)}
.giverr-toggle--seller-gigs .giverr-toggle__input:checked + .giverr-slider::after{transform:translateX(20px)}
.giverr-toggle--seller-gigs .giverr-toggle__input:disabled + .giverr-slider{opacity:.65;cursor:not-allowed}
.giverr-market-toggle-cell--seller-gigs{display:inline-grid;grid-template-columns:44px auto;align-items:center;column-gap:10px;min-width:124px;white-space:nowrap}
.giverr-market-toggle-cell--seller-gigs .giverr-market-toggle-cell__label{display:inline-block;min-width:56px;font-size:13px;font-weight:600;color:#4b5563;line-height:1.2}
.giverr-table--gigs td .giverr-market-toggle-cell--seller-gigs{justify-content:flex-start}
.giverr-page-head__actions--seller-gigs{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}
@media (max-width: 782px){
  .giverr-page-head__actions--seller-gigs{width:100%;justify-content:stretch}
  .giverr-page-head__actions--seller-gigs .giverr-button{width:100%;text-align:center}
  .giverr-market-toggle-cell--seller-gigs{min-width:0}
}

.giverr-button,
.giverr-button--secondary,
button.giverr-button,
input.giverr-button,
.giverr-auth form button,
.giverr-order-detail form button,
.giverr-workspace form button{
  border:1px solid #7d2339 !important;
  border-radius:9px !important;
  background:#ffffff !important;
  color:#7d2339 !important;
  box-shadow:none !important;
}
.giverr-button:hover,
.giverr-button:focus,
.giverr-button--secondary:hover,
.giverr-button--secondary:focus,
button.giverr-button:hover,
button.giverr-button:focus,
.giverr-auth form button:hover,
.giverr-order-detail form button:hover,
.giverr-workspace form button:hover{
  background:#ffffff !important;
  color:#7d2339 !important;
  border-color:#7d2339 !important;
}
.giverr-workspace-card__head h3,
.giverr-earnings-card strong,
.giverr-metric strong,
.giverr-page-kpi strong,
.giverr-workspace-profile-card__identity h2{
  font-size:clamp(18px,2vw,28px) !important;
  line-height:1.2 !important;
}
.giverr-workspace-card__head h3{font-size:28px !important}
.giverr-earnings-card strong{font-size:38px !important}
.giverr-workspace-card,
.giverr-order-detail__card,
.giverr-workspace-profile-card{border-radius:18px !important}
.giverr-stats-grid--dashboard{align-items:stretch !important}
.giverr-stats-grid--dashboard .giverr-workspace-card{min-height:220px}
.giverr-workspace-side .giverr-workspace-card{margin-bottom:18px}
.giverr-admin-view-switcher{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 18px;margin:12px 0 18px;border:1px solid #ead0d7;border-radius:16px;background:#fff}
.giverr-activity-log{display:flex;flex-direction:column;gap:12px}
.giverr-activity-log__item{padding:12px 14px;border:1px solid #ead0d7;border-radius:14px;background:#fff}
.giverr-activity-log__item strong{display:block;font-size:15px;line-height:1.35;color:#172033}
.giverr-activity-log__item span{display:block;margin-top:4px;font-size:12px;color:#6b7280}
.giverr-activity-log__item small{display:block;margin-top:6px;font-size:13px;line-height:1.45;color:#475569}
.giverr-order-detail__hero-metrics strong{font-size:18px !important}
.giverr-order-detail__overview-card strong{font-size:22px !important}


.giverr-admin-view-switcher{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  padding:12px 16px;
  margin:0 0 18px;
  border:1px solid #e3c8cf;
  border-radius:14px;
  background:#fff;
}
.giverr-admin-view-switcher__title{
  font-size:13px;
  font-weight:700;
  color:#7d2339;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.giverr-admin-view-switcher__button.is-active{
  background:#7d2339 !important;
  color:#fff !important;
  border-color:#7d2339 !important;
}
.giverr-admin-view-switcher__notice{
  flex:1 1 260px;
  font-size:13px;
  line-height:1.45;
  color:#5d667a;
}
.giverr-workspace-shell--seller-dashboard .giverr-workspace-main,
.giverr-workspace-shell--buyer-dashboard .giverr-workspace-main{
  gap:18px;
}
.giverr-workspace-profile-card__identity h2{
  font-size:32px !important;
}
.giverr-workspace-profile-card__identity span,
.giverr-workspace-profile-card__meta span,
.giverr-earnings-card small,
.giverr-metric span,
.giverr-notification-item span,
.giverr-growth-list__item p,
.giverr-workspace-card p{
  font-size:13px !important;
  line-height:1.55 !important;
}
.giverr-workspace-card__head h3{
  font-size:18px !important;
  line-height:1.3 !important;
  margin:0;
}
.giverr-earnings-card strong{
  font-size:18px !important;
  line-height:1.15 !important;
}
.giverr-metric strong,
.giverr-page-kpi strong,
.giverr-order-detail__overview-card strong,
.giverr-order-detail__hero-metrics strong{
  font-size:20px !important;
  line-height:1.15 !important;
}
.giverr-stats-grid--dashboard{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.giverr-stats-grid--dashboard .giverr-workspace-card{
  min-height:0 !important;
}
.giverr-workspace-card,
.giverr-order-detail__card,
.giverr-workspace-profile-card{
  border-radius:14px !important;
  padding:18px !important;
}
.giverr-metric-grid{
  gap:10px;
}
.giverr-metric{
  padding:12px;
  border-radius:12px;
}
.giverr-notification-item,
.giverr-activity-log__item{
  border-radius:12px;
}
.giverr-bulk-actions{
  margin:0 0 14px;
}
@media (max-width:980px){
  .giverr-stats-grid--dashboard{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:640px){
  .giverr-stats-grid--dashboard{grid-template-columns:1fr;}
}


.giverr-workspace-topbar{grid-template-columns:auto minmax(0,1fr) auto;gap:12px!important;}
.giverr-workspace-topbar__nav{gap:14px!important;flex-wrap:nowrap!important;justify-content:flex-start!important;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:thin;padding-bottom:2px;}
.giverr-workspace-topbar__nav::-webkit-scrollbar{height:6px;}
.giverr-workspace-topbar__link{font-size:13px!important;padding:6px 0!important;white-space:nowrap;}
.giverr-workspace-topbar__actions{gap:8px!important;flex-wrap:nowrap!important;}
.giverr-workspace-topbar__actions > *{flex:0 0 auto;}
.giverr-admin-view-switcher{margin:0 0 16px!important;}
.giverr-workspace-card__head h3{font-size:17px!important;}
.giverr-workspace-profile-card__identity h2{font-size:24px!important;}
.giverr-earnings-card strong{font-size:16px!important;}
.giverr-metric strong,.giverr-page-kpi strong,.giverr-order-detail__overview-card strong,.giverr-order-detail__hero-metrics strong{font-size:18px!important;}
@media (max-width:1200px){.giverr-workspace-topbar{grid-template-columns:1fr!important;}.giverr-workspace-topbar__actions{justify-content:flex-start;}}

/* 0.2.92 workspace and orders refinement */
.giverr-workspace--admin{background:#f6f7f9;padding:24px 18px 48px;border-radius:20px}
.giverr-workspace--admin-seller{background:#fbf3f5;padding:24px 18px 48px;border-radius:20px}
.giverr-workspace--admin-buyer{background:#f2f7fd;padding:24px 18px 48px;border-radius:20px}
.giverr-admin-view-switcher{margin:0 0 20px!important;display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:#fff;border:1px solid #e7cdd4;border-radius:16px;padding:14px 16px}
.giverr-admin-view-switcher__notice{font-size:13px;color:#5d667a}
.giverr-admin-view-switcher__button.is-active{background:#7d2339!important;color:#fff!important;border-color:#7d2339!important}
.giverr-workspace-topbar{grid-template-columns:180px minmax(0,1fr) auto!important;align-items:center!important}
.giverr-workspace-topbar__nav{justify-content:center!important;flex-wrap:nowrap!important;gap:26px!important;overflow-x:auto;white-space:nowrap;min-width:0}
.giverr-workspace-topbar__nav a{flex:0 0 auto}
.giverr-workspace-topbar__actions{justify-content:flex-end!important}
.giverr-workspace-card__head,.giverr-page-head{align-items:center!important}
.giverr-button,.giverr-button--secondary,button.giverr-button,.giverr-auth form button,.giverr-order-detail form button,.giverr-workspace form button{border-radius:9px!important;border:1px solid #7d2339!important;background:#fff!important;color:#7d2339!important;box-shadow:none!important}
.giverr-button.is-active{background:#7d2339!important;color:#fff!important}
.giverr-status-tabs--orders,.giverr-tab-row{display:flex;flex-wrap:wrap;gap:10px!important;border-bottom:0!important;margin:16px 0 18px!important}
.giverr-status-tab,.giverr-tab-row .giverr-tab{display:inline-flex;align-items:center;justify-content:center;min-width:108px;padding:10px 14px!important;border:1px solid #e1d3d7;border-radius:9px;color:#5a6270;background:#fff;font-weight:700;border-bottom-width:1px!important}
.giverr-status-tab.is-active,.giverr-tab-row .giverr-tab.is-active{background:#7d2339!important;border-color:#7d2339!important;color:#fff!important}
.giverr-status-tab span{background:rgba(255,255,255,.18)!important;color:inherit!important;min-width:24px}
.giverr-status-tab:not(.is-active) span{background:#f1eef0!important;color:#7d2339!important}
.giverr-table--orders,.giverr-table-wrap--orders .giverr-table{min-width:960px;border-collapse:separate;border-spacing:0}
.giverr-table--orders thead th,.giverr-table-wrap--orders .giverr-table thead th{background:#faf8f9;color:#7b8190;font-size:12px;letter-spacing:.04em;text-transform:uppercase}
.giverr-table--orders tbody td,.giverr-table-wrap--orders .giverr-table tbody td{background:#fff;vertical-align:middle}
.giverr-order-status-cell{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;min-height:42px}
.giverr-status-badge{min-width:122px;justify-content:center;border-radius:9px!important;padding:9px 14px!important;font-size:11px!important;line-height:1!important;border:1px solid transparent}
.giverr-status-badge--in_progress,.giverr-status-badge--in_revision,.giverr-status-badge--delivered,.giverr-status-badge--awaiting_requirements,.giverr-status-badge--order_started,.giverr-status-badge--payment_complete{background:#f8f1f3!important;color:#7d2339!important;border-color:#e5cad1!important}
.giverr-status-badge--completed{background:#eef8f3!important;color:#168257!important;border-color:#bfe5d2!important}
.giverr-status-badge--cancelled,.giverr-status-badge--rejected,.giverr-status-badge--incomplete,.giverr-status-badge--waiting_payment,.giverr-status-badge--pending_payment{background:#f5f6f8!important;color:#5c6573!important;border-color:#d8dde5!important}
.giverr-order-rating-inline{display:inline-flex!important;align-items:center;justify-content:center;min-width:60px;height:32px;padding:0 10px;margin:0!important;border-radius:9px;background:#fff7dc;color:#8f6a00!important;border:1px solid #e3c76f;font-size:13px!important;font-weight:700}
.giverr-order-note-button,.giverr-order-action-button{min-width:84px;justify-content:center}
.giverr-order-note-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #d7c8cc;border-radius:9px;color:#7d2339;background:#fff;font-size:20px;line-height:1;text-decoration:none!important}
.giverr-order-note-icon:hover{color:#7d2339}
.giverr-row-subtitle{margin-top:6px;font-size:12px;color:#748091}
.giverr-workspace-card .giverr-table td,.giverr-workspace-card .giverr-table th{padding:14px 12px}
.giverr-workspace-card .giverr-table td:nth-child(6),.giverr-workspace-card .giverr-table td:nth-child(7){white-space:nowrap}
@media (max-width:1200px){.giverr-workspace-topbar{grid-template-columns:1fr!important}.giverr-workspace-topbar__brand,.giverr-workspace-topbar__nav,.giverr-workspace-topbar__actions{justify-content:center!important}.giverr-workspace-topbar__actions{margin-top:8px}}

.giverr-workspace-topbar{grid-template-columns:170px minmax(0,1fr) auto!important;column-gap:18px!important}
.giverr-workspace-topbar__nav{display:flex!important;justify-content:center!important;align-items:center!important;gap:22px!important;width:100%!important;min-width:0}
.giverr-workspace-topbar__brand{justify-self:start}
.giverr-workspace-topbar__actions{justify-self:end}
.giverr-admin-view-switcher{position:sticky;top:12px;z-index:20}
.giverr-workspace-shell{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.9fr);gap:22px;align-items:start}
.giverr-workspace-main,.giverr-workspace-side{min-width:0}
.giverr-workspace-card,.giverr-workspace-profile-card,.giverr-order-detail__card{box-shadow:none!important}
.giverr-workspace-profile-card__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}
.giverr-workspace-profile-card__meta span{display:flex;align-items:center;justify-content:center;min-height:48px;padding:10px 12px;border:1px solid #eadfe2;border-radius:14px;background:#fff;font-size:13px!important;font-weight:600;color:#283244;text-align:center}
.giverr-stats-grid--dashboard{gap:16px!important}
.giverr-stats-grid--dashboard .giverr-workspace-card{padding:18px!important}
.giverr-earnings-card{display:grid;gap:10px}
.giverr-earnings-card strong{font-size:26px!important;line-height:1.1!important;letter-spacing:-.02em}
.giverr-earnings-card small{font-size:13px!important;color:#667085!important}
.giverr-metric{min-height:110px;align-content:start}
.giverr-metric span{font-size:12px!important;line-height:1.35!important;color:#667085!important}
.giverr-metric strong{font-size:28px!important;line-height:1.05!important;letter-spacing:-.02em}
.giverr-growth-list__item h4{font-size:18px;line-height:1.25;margin:0 0 6px}
.giverr-growth-list__item p{margin:0}
.giverr-workspace-card__head h3{font-size:22px!important}
.giverr-workspace-side .giverr-workspace-card .giverr-metric strong{font-size:19px!important}
.giverr-workspace-side .giverr-workspace-card .giverr-metric{min-height:96px}
.giverr-table-wrap{overflow:auto hidden}
.giverr-table td,.giverr-table th{white-space:nowrap}
.giverr-table td:first-child,.giverr-table th:first-child{white-space:normal}
.giverr-person-cell strong,.giverr-table td strong{font-size:14px;line-height:1.35}
.giverr-row-subtitle{white-space:nowrap}
.giverr-order-status-cell{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}
.giverr-order-status-cell .giverr-status-badge{min-width:144px}
.giverr-order-status-cell .giverr-order-rating-inline{min-width:56px}
.giverr-order-note-button,.giverr-order-action-button{display:inline-flex!important;align-items:center;justify-content:center;min-width:86px;padding:8px 12px!important}
.giverr-order-note-button{min-height:40px}
.giverr-workspace-shell--buyer-dashboard .giverr-workspace-main .giverr-workspace-card{overflow:hidden}
.giverr-workspace-shell--buyer-dashboard .giverr-workspace-side{position:relative;z-index:1}
.giverr-ads-page{gap:18px}
.giverr-growth-budget--compact{display:flex;align-items:end;gap:10px;flex-wrap:nowrap}
.giverr-growth-budget--compact label,.giverr-ads-range-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#6b7280}
.giverr-ads-range-form{display:flex;align-items:end;gap:10px;flex-wrap:nowrap}
.giverr-ads-range-form select{min-width:170px}
.giverr-growth-stat{padding:18px 18px 16px!important}
.giverr-growth-stat strong{font-size:22px!important;line-height:1.1!important;letter-spacing:-.02em}
.giverr-growth-stat span{font-size:12px!important;letter-spacing:.04em}
.giverr-ads-toolbar__controls{display:flex;align-items:end;gap:12px;flex-wrap:wrap}
.giverr-ads-table{table-layout:fixed;width:100%}
.giverr-ads-table th,.giverr-ads-table td{padding:12px 10px!important;vertical-align:middle}
.giverr-ads-table th:nth-child(1),.giverr-ads-table td:nth-child(1){width:29%}
.giverr-ads-table th:nth-child(2),.giverr-ads-table td:nth-child(2){width:8%;text-align:center}
.giverr-ads-table th:nth-child(3),.giverr-ads-table td:nth-child(3){width:10%}
.giverr-ads-table th:nth-child(4),.giverr-ads-table td:nth-child(4){width:11%}
.giverr-ads-table th:nth-child(n+5),.giverr-ads-table td:nth-child(n+5){width:7%}
.giverr-growth-campaign{display:grid!important;grid-template-columns:52px minmax(0,1fr)!important;gap:12px!important;align-items:center!important}
.giverr-growth-campaign__thumb{width:52px!important;height:52px!important;border-radius:10px!important;object-fit:cover}
.giverr-growth-campaign div{min-width:0}
.giverr-growth-campaign strong{display:block;font-size:14px;line-height:1.35;white-space:normal;word-break:break-word}
.giverr-growth-campaign small{display:block;margin-top:4px;font-size:12px;color:#6b7280}
.giverr-ads-stat,.giverr-seller-insights__cards .giverr-ads-stat{padding:16px 14px;border:1px solid #e7d7dc;border-radius:14px;background:#fff;min-width:0}
.giverr-ads-stat__label{display:block;font-size:12px!important;line-height:1.35!important;min-height:32px;word-break:break-word}
.giverr-ads-stat strong{display:block;margin-top:8px;font-size:20px;line-height:1.15;word-break:break-word}
.giverr-seller-insights__cards{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}
.giverr-seller-insights-table th,.giverr-seller-insights-table td{white-space:normal!important}
.giverr-seller-insights-table td:last-child{min-width:220px}
.giverr-ads-select{display:none!important}
.giverr-earnings-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.giverr-workspace-two-col{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:start}
.giverr-payout-form__actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
@media (max-width:1200px){.giverr-seller-insights__cards{grid-template-columns:repeat(3,minmax(0,1fr))!important}.giverr-ads-table th:nth-child(1),.giverr-ads-table td:nth-child(1){width:34%}.giverr-workspace-shell{grid-template-columns:1fr}.giverr-workspace-side{order:2}.giverr-workspace-main{order:1}}
@media (max-width:900px){.giverr-growth-stats,.giverr-ads-analytics__cards,.giverr-earnings-grid,.giverr-workspace-two-col{grid-template-columns:1fr 1fr}.giverr-seller-insights__cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:640px){.giverr-growth-stats,.giverr-ads-analytics__cards,.giverr-earnings-grid,.giverr-workspace-two-col,.giverr-workspace-profile-card__meta{grid-template-columns:1fr}.giverr-workspace-topbar__nav{justify-content:flex-start!important}.giverr-ads-range-form,.giverr-growth-budget--compact{width:100%}.giverr-ads-range-form label,.giverr-growth-budget--compact label{flex:1}.giverr-seller-insights__cards{grid-template-columns:1fr!important}}


.giverr-admin-view-switcher{position:sticky;top:8px;z-index:60;margin:0 0 18px!important}
.giverr-admin-view-switcher--buyer,.giverr-admin-view-switcher--seller{order:-1}
.giverr-workspace-topbar__nav{justify-content:center!important;flex:1 1 auto!important}
.giverr-workspace-topbar{align-items:center!important}
.giverr-workspace-topbar__actions{margin-left:auto!important}
.giverr-stats-grid--dashboard{gap:14px!important;align-items:stretch!important}
.giverr-stats-grid--dashboard .giverr-workspace-card{min-height:0!important;padding:16px!important;border-radius:18px!important}
.giverr-workspace-card__head h3{font-size:14px!important;line-height:1.35!important;letter-spacing:0!important;font-weight:700!important;margin:0!important}
.giverr-earnings-card{gap:8px!important}
.giverr-earnings-card strong{font-size:16px!important;line-height:1.2!important;letter-spacing:0!important;font-weight:700!important}
.giverr-earnings-card small,.giverr-earnings-card span{font-size:12px!important;line-height:1.5!important}
.giverr-metric-grid{gap:12px!important}
.giverr-metric{min-height:88px!important;padding:14px!important;border-radius:14px!important}
.giverr-metric span{font-size:11px!important;line-height:1.35!important}
.giverr-metric strong{font-size:16px!important;line-height:1.2!important;letter-spacing:0!important;font-weight:700!important}
.giverr-workspace-profile-card__top h2{font-size:18px!important;line-height:1.2!important}
.giverr-chip,.giverr-level-badge{font-size:12px!important;line-height:1.25!important}
.giverr-workspace-card--highlight .giverr-earnings-card strong{font-size:18px!important}
.giverr-workspace-side .giverr-workspace-card .giverr-metric strong{font-size:16px!important}
.giverr-workspace-side .giverr-workspace-card .giverr-metric{min-height:88px!important}
@media (max-width: 980px){
  .giverr-stats-grid--dashboard{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width: 640px){
  .giverr-stats-grid--dashboard{grid-template-columns:1fr!important}
  .giverr-workspace-topbar__nav{justify-content:flex-start!important}
}


.giverr-growth-page,.giverr-growth-page *{box-sizing:border-box}
.giverr-level-hero{gap:16px!important;padding:18px!important;border-radius:16px!important}
.giverr-level-hero__left,.giverr-level-hero__right{padding:18px!important;border-radius:14px!important}
.giverr-level-hero__left h1,.giverr-level-hero__right h2{font-size:18px!important;line-height:1.25!important;margin:0 0 10px!important}
.giverr-level-current{font-size:15px!important;line-height:1.3!important}
.giverr-level-progress{font-size:12px!important;line-height:1.35!important}
.giverr-level-summary{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:12px;color:#4b5563;flex-wrap:wrap}
.giverr-level-summary strong{font-size:16px;color:#111827}
.giverr-level-track__node{width:18px!important;height:18px!important}
.giverr-level-avatar img{width:64px!important;height:64px!important}
.giverr-level-metrics{gap:12px!important;margin-top:12px!important}
.giverr-level-card{padding:14px!important;border-radius:12px!important}
.giverr-level-card__head{margin-bottom:8px!important;align-items:center}
.giverr-level-card__head strong{font-size:13px!important;line-height:1.3!important;font-weight:700!important}
.giverr-level-card__head span{font-size:13px!important;line-height:1.3!important;font-weight:700!important;color:#374151!important}
.giverr-growth-meter{height:6px!important}
.giverr-level-ok,.giverr-level-hold{padding:5px 9px!important;font-size:11px!important;line-height:1.2!important}
.giverr-level-criteria{margin-top:16px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px}
.giverr-level-criteria__caption{font-size:12px;color:#6b7280}
.giverr-level-criteria__table{overflow:auto;margin-top:10px}
.giverr-level-criteria__table table{width:100%;border-collapse:collapse}
.giverr-level-criteria__table th,.giverr-level-criteria__table td{padding:11px 12px;border-bottom:1px solid #e5e7eb;text-align:left;font-size:13px;line-height:1.35;white-space:nowrap}
.giverr-growth-benefits h2,.giverr-growth-tools h2,.giverr-growth-tips h2,.giverr-growth-faq h2{font-size:16px!important;line-height:1.25!important;margin:0 0 12px!important}
.giverr-growth-section-head{align-items:center!important;gap:10px!important}
.giverr-growth-grid{gap:12px!important}
.giverr-growth-card,.giverr-growth-banner{padding:16px!important;border-radius:14px!important}
.giverr-growth-card h3,.giverr-growth-banner h3{font-size:15px!important;line-height:1.3!important;margin:0 0 8px!important}
.giverr-growth-card p,.giverr-growth-banner p,.giverr-growth-page p,.giverr-growth-page li,.giverr-growth-page summary,.giverr-growth-page details p{font-size:13px!important;line-height:1.55!important}
.giverr-growth-label{font-size:10px!important;letter-spacing:.06em!important}
.giverr-faq-list details{padding:10px 12px!important}
@media (max-width:1024px){.giverr-level-hero{grid-template-columns:1fr!important}.giverr-level-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:640px){.giverr-level-metrics{grid-template-columns:1fr!important}.giverr-level-criteria__table th,.giverr-level-criteria__table td{font-size:12px;padding:9px 10px}}

.giverr-level-page{max-width:1180px;margin:0 auto}
.giverr-level-shell{display:block}
.giverr-level-layout{display:grid;grid-template-columns:250px 1fr;gap:18px;align-items:start}
.giverr-level-sidebar,.giverr-level-panel{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px}
.giverr-level-sidebar h1{font-size:18px!important;line-height:1.25!important;margin:0 0 14px!important}
.giverr-level-sidebar .giverr-level-avatar{margin-bottom:10px}
.giverr-level-sidebar .giverr-level-avatar img{width:72px!important;height:72px!important;border-radius:999px}
.giverr-level-small{font-size:12px!important;line-height:1.4!important;color:#6b7280!important;margin:0 0 10px!important}
.giverr-level-sidebar__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0}
.giverr-level-sidebar__meta div{border:1px solid #e5e7eb;border-radius:12px;padding:10px}
.giverr-level-sidebar__meta strong{display:block;font-size:15px!important;line-height:1.2!important;color:#111827}
.giverr-level-sidebar__meta span{display:block;margin-top:4px;font-size:11px!important;line-height:1.35!important;color:#6b7280}
.giverr-level-note{font-size:12px!important;line-height:1.5!important;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:10px;color:#475569}
.giverr-level-main{display:grid;gap:18px}
.giverr-level-panel__head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:12px}
.giverr-level-panel__head h2{font-size:18px!important;line-height:1.25!important;margin:0!important}
.giverr-level-panel__head p{margin:0!important;font-size:12px!important;line-height:1.45!important;color:#6b7280!important;max-width:620px}
.giverr-level-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px!important;margin-top:0!important}
.giverr-level-card{padding:14px!important;border-radius:14px!important}
.giverr-level-card__head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:8px!important}
.giverr-level-card__head strong{font-size:12px!important;line-height:1.3!important;color:#111827!important}
.giverr-level-card__head span{font-size:14px!important;line-height:1.2!important;color:#111827!important;font-weight:700!important}
.giverr-level-card__foot{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin-top:10px!important}
.giverr-level-card__target{font-size:11px!important;line-height:1.35!important;color:#6b7280!important}
.giverr-level-table{overflow:auto}
.giverr-level-table table{width:100%;border-collapse:collapse}
.giverr-level-table th,.giverr-level-table td{padding:11px 12px;border-bottom:1px solid #e5e7eb;text-align:left;font-size:12px!important;line-height:1.4!important;vertical-align:middle;white-space:nowrap}
.giverr-level-table th:first-child,.giverr-level-table td:first-child{white-space:normal;min-width:170px}
.giverr-level-table tr.is-current td{background:#faf7ef}
.giverr-level-check{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#e8f8ee;color:#0b7a3f;font-weight:700;font-size:12px}
.giverr-level-x{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#f3f4f6;color:#6b7280;font-weight:700;font-size:12px}
.giverr-level-faq details{border-top:1px solid #e5e7eb;padding:12px 0}
.giverr-level-faq details:first-of-type{border-top:0;padding-top:0}
.giverr-level-faq summary{cursor:pointer;font-size:13px!important;line-height:1.4!important;font-weight:600;color:#111827}
.giverr-level-faq p{margin:8px 0 0;font-size:12px!important;line-height:1.55!important;color:#475569}
@media (max-width:1024px){.giverr-level-layout{grid-template-columns:1fr}.giverr-level-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.giverr-level-metrics,.giverr-level-sidebar__meta{grid-template-columns:1fr}.giverr-level-panel__head{display:block}.giverr-level-panel__head p{margin-top:6px!important}}

.giverr-admin-view-switcher{
  position:sticky!important;
  top:8px!important;
  z-index:80!important;
  margin:0 0 18px!important;
}
.giverr-workspace-topbar__nav{
  justify-content:center!important;
}
.giverr-workspace-topbar{
  align-items:center!important;
}
.giverr-workspace-card,
.giverr-workspace-profile-card{
  padding:18px!important;
  border-radius:16px!important;
}
.giverr-workspace-card__head h3,
.giverr-workspace-profile-card h2,
.giverr-page-head h1{
  font-size:16px!important;
  line-height:1.3!important;
}
.giverr-workspace-profile-card__identity h2{
  font-size:18px!important;
  line-height:1.25!important;
}
.giverr-workspace-profile-card__identity span,
.giverr-workspace-profile-card__meta span,
.giverr-workspace-card p,
.giverr-earnings-card small,
.giverr-metric span,
.giverr-notification-item span{
  font-size:12px!important;
  line-height:1.45!important;
}
.giverr-stats-grid--dashboard{
  gap:12px!important;
}
.giverr-stats-grid--dashboard .giverr-workspace-card{
  padding:14px!important;
}
.giverr-earnings-card strong,
.giverr-metric strong,
.giverr-page-kpi strong{
  font-size:18px!important;
  line-height:1.2!important;
}
.giverr-earnings-card span,
.giverr-page-kpi span{
  font-size:12px!important;
  line-height:1.4!important;
}
.giverr-metric{
  min-height:auto!important;
  padding:12px!important;
  border-radius:14px!important;
}
.giverr-notification-item strong{
  font-size:16px!important;
}
.giverr-workspace-profile-card__meta{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px!important;
}
.giverr-workspace-profile-card__meta span{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px 12px!important;
  border:1px solid #e5e7eb!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#111827!important;
  font-weight:600!important;
}
.giverr-level-page,
.giverr-growth-shell{
  font-size:14px!important;
}
.giverr-level-sidebar h1,
.giverr-level-panel__head h2,
.giverr-help-content h1,
.giverr-help-content h2{
  font-size:18px!important;
  line-height:1.3!important;
}
.giverr-level-current{
  font-size:15px!important;
  line-height:1.3!important;
}
.giverr-level-note,
.giverr-level-sidebar__meta span,
.giverr-level-panel__head p,
.giverr-level-page p,
.giverr-growth-faq p,
.giverr-growth-faq summary,
.giverr-help-content p,
.giverr-help-content li{
  font-size:12px!important;
  line-height:1.55!important;
}
.giverr-level-card{
  padding:12px!important;
}
.giverr-level-card__head strong,
.giverr-level-card__head span{
  font-size:12px!important;
  line-height:1.35!important;
}
.giverr-level-card__target,
.giverr-level-ok,
.giverr-level-hold,
.giverr-level-summary,
.giverr-level-criteria__caption{
  font-size:11px!important;
  line-height:1.4!important;
}
.giverr-level-table th,
.giverr-level-table td,
.giverr-level-criteria__table th,
.giverr-level-criteria__table td,
.giverr-benefits-table th,
.giverr-benefits-table td{
  font-size:12px!important;
  line-height:1.45!important;
  padding:9px 10px!important;
}
.giverr-earnings-overview{
  display:grid;
  gap:16px;
  margin-bottom:18px;
}
.giverr-earnings-overview__tabs{
  display:flex;
  gap:12px;
  align-items:center;
}
.giverr-earnings-overview__tab{
  appearance:none;
  border:0;
  background:transparent;
  padding:0 0 10px;
  font-size:13px;
  color:#6b7280;
  border-bottom:2px solid transparent;
}
.giverr-earnings-overview__tab.is-active{
  color:#111827;
  border-bottom-color:#111827;
  font-weight:700;
}
.giverr-earnings-overview__cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.giverr-earnings-summary{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:16px;
}
.giverr-earnings-summary h3{
  margin:0 0 12px;
  font-size:15px;
  line-height:1.3;
}
.giverr-earnings-summary__body{
  display:grid;
  gap:14px;
}
.giverr-earnings-summary__body span{
  display:block;
  font-size:12px;
  line-height:1.4;
  color:#6b7280;
  margin-bottom:4px;
}
.giverr-earnings-summary__body strong{
  display:block;
  font-size:28px;
  line-height:1.1;
  color:#111827;
}
.giverr-earnings-summary__body small{
  display:block;
  margin-top:4px;
  font-size:12px;
  line-height:1.45;
  color:#6b7280;
}
.giverr-earnings-summary__actions{
  display:grid;
  gap:10px;
  align-content:start;
}
.giverr-earnings-ledger td,
.giverr-earnings-ledger th{
  white-space:nowrap;
  font-size:12px!important;
}
.giverr-amount-positive{
  color:#0f8a48;
  font-weight:700;
}
.giverr-amount-negative{
  color:#b42318;
  font-weight:700;
}
@media (max-width:1100px){
  .giverr-earnings-overview__cards{grid-template-columns:1fr!important;}
  .giverr-workspace-profile-card__meta{grid-template-columns:1fr!important;}
}


/* 0.2.99 workspace and level compact refinement */
.giverr-admin-view-switcher{position:sticky;top:12px;z-index:40;display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 18px;padding:12px 16px;border:1px solid #e4c5cd;border-radius:16px;background:#fff}.giverr-admin-view-switcher__title{font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#7a1f32}.giverr-admin-view-switcher__notice{font-size:13px;color:#6b7280}.giverr-admin-view-switcher .giverr-button{padding:9px 14px;font-size:13px;line-height:1.1}.giverr-workspace-topbar{grid-template-columns:180px minmax(0,1fr) auto;align-items:center}.giverr-workspace-topbar__nav{justify-content:center;gap:26px}.giverr-workspace-topbar__link{font-size:14px;line-height:1.2;padding:6px 0 !important}.giverr-workspace-topbar__actions{gap:12px}.giverr-workspace-wallet{font-size:14px;padding:10px 14px;min-width:118px}.giverr-workspace-profile-card h2,.giverr-page-head h1{font-size:20px;line-height:1.2}.giverr-workspace-profile-card__identity span{font-size:13px}.giverr-workspace-profile-card__meta{gap:12px;margin-top:14px;padding-top:14px}.giverr-workspace-profile-card__meta span,.giverr-chip,.giverr-pill{font-size:12px}.giverr-stats-grid--dashboard{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.giverr-workspace-card,.giverr-workspace-profile-card{padding:18px;border-radius:16px}.giverr-workspace-card__head h3,.giverr-workspace-card h3{font-size:17px;line-height:1.25}.giverr-workspace-card p,.giverr-growth-list__item p,.giverr-notification-item span,.giverr-earnings-card span,.giverr-mini-list span{font-size:13px;line-height:1.55}.giverr-earnings-card{display:grid;gap:10px}.giverr-earnings-card strong{font-size:18px;line-height:1.15;font-weight:800}.giverr-earnings-card small{font-size:13px;line-height:1.55;color:#5f6673}.giverr-metric-grid{gap:12px}.giverr-metric{padding:14px;border-radius:14px}.giverr-metric span{font-size:12px;line-height:1.4}.giverr-metric strong{font-size:16px;line-height:1.2}.giverr-notification-list{gap:12px}.giverr-notification-item strong{font-size:16px}.giverr-text-link{font-size:13px}.giverr-growth-list__item h4{font-size:16px;line-height:1.3;margin:0 0 6px}.giverr-level-page{padding-top:6px}.giverr-level-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px}.giverr-level-sidebar,.giverr-level-panel{border-radius:18px}.giverr-level-sidebar{padding:22px}.giverr-level-sidebar h1{font-size:20px;line-height:1.2;margin:0 0 14px}.giverr-level-current{font-size:18px;line-height:1.2;font-weight:800}.giverr-level-small,.giverr-level-note,.giverr-level-panel__head p{font-size:13px;line-height:1.6}.giverr-level-panel{padding:18px}.giverr-level-panel__head h2{font-size:18px;line-height:1.25;margin:0 0 6px}.giverr-level-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.giverr-level-card{padding:14px;border-radius:14px}.giverr-level-card__head strong{font-size:13px;line-height:1.4}.giverr-level-card__head span{font-size:15px;font-weight:800}.giverr-level-card__target,.giverr-level-ok,.giverr-level-hold{font-size:12px}.giverr-level-table table{font-size:13px}.giverr-level-table th{font-size:11px;letter-spacing:.05em}.giverr-level-table td{padding:11px 10px;line-height:1.45}.giverr-level-faq details summary{font-size:14px}.giverr-level-faq details p{font-size:13px;line-height:1.6}.giverr-level-check,.giverr-level-x{font-size:14px;font-weight:800}.giverr-growth-subnav{display:flex;justify-content:flex-start;gap:18px;flex-wrap:wrap;margin:0 0 18px}.giverr-growth-subnav__link{font-size:14px;padding:8px 0}.giverr-growth-page__head h1{font-size:24px;line-height:1.15}.giverr-growth-page__head p{font-size:14px;line-height:1.6}.giverr-growth-stats{gap:16px}.giverr-growth-stat,.giverr-growth-kpi{padding:16px;border-radius:16px}.giverr-growth-stat strong,.giverr-growth-kpi strong{font-size:28px;line-height:1.1}.giverr-growth-stat span,.giverr-growth-kpi span{font-size:12px;letter-spacing:.04em}.giverr-table th,.giverr-table td{padding:12px 10px}.giverr-table td,.giverr-table td *{font-size:13px}.giverr-status-badge{min-width:112px;padding:8px 12px;border-radius:999px;font-size:11px;line-height:1.15;text-align:center}.giverr-order-rating-inline{font-size:12px}.giverr-button,.giverr-button--secondary{border-radius:9px}.giverr-workspace-shell--seller-dashboard .giverr-workspace-main,.giverr-workspace-shell--buyer-dashboard .giverr-workspace-main{gap:18px}.giverr-workspace-shell--seller-dashboard .giverr-workspace-side,.giverr-workspace-shell--buyer-dashboard .giverr-workspace-side{gap:18px}@media (max-width:1100px){.giverr-stats-grid--dashboard{grid-template-columns:repeat(2,minmax(0,1fr))}.giverr-level-layout{grid-template-columns:1fr}.giverr-level-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.giverr-workspace-topbar{grid-template-columns:1fr;gap:12px}.giverr-workspace-topbar__nav{justify-content:flex-start;overflow:auto;padding-bottom:4px}}@media (max-width:700px){.giverr-stats-grid--dashboard,.giverr-level-metrics{grid-template-columns:1fr}.giverr-admin-view-switcher{top:8px;padding:10px 12px}.giverr-workspace-card,.giverr-workspace-profile-card,.giverr-level-panel,.giverr-level-sidebar{padding:15px}.giverr-workspace-card__head h3,.giverr-workspace-card h3,.giverr-level-panel__head h2{font-size:16px}.giverr-earnings-card strong,.giverr-metric strong{font-size:15px}}

/* 0.3.00 ads and earnings exact visual cleanup */
.giverr-level-sidebar h1,.giverr-level-panel__head h2{font-size:18px!important;line-height:1.2!important}
.giverr-level-current{font-size:16px!important}
.giverr-level-small,.giverr-level-note,.giverr-level-panel__head p,.giverr-level-card__target,.giverr-level-ok,.giverr-level-hold{font-size:12px!important;line-height:1.5!important}
.giverr-level-card__head strong{font-size:12px!important}
.giverr-level-card__head span{font-size:14px!important}
.giverr-level-table th,.giverr-level-table td,.giverr-level-criteria__table th,.giverr-level-criteria__table td{font-size:12px!important}
.giverr-growth-page__head h1,.giverr-growth-page h1{font-size:22px!important;line-height:1.15!important}
.giverr-growth-page h2,.giverr-growth-page__head h2{font-size:18px!important;line-height:1.2!important}
.giverr-growth-page p,.giverr-growth-page li,.giverr-growth-page small{font-size:13px!important;line-height:1.55!important}
.giverr-growth-subnav{gap:16px!important;margin:0 0 16px!important}
.giverr-growth-subnav__link{font-size:13px!important;padding:6px 0!important}
.giverr-ads-page{gap:16px!important}
.giverr-ads-hero{padding:18px 20px!important;border-radius:16px!important}
.giverr-ads-hero h2{font-size:18px!important;line-height:1.2!important;margin:0 0 8px!important}
.giverr-ads-hero p{font-size:13px!important;line-height:1.6!important;margin:0 0 6px!important}
.giverr-ads-toolbar__summary{font-size:14px!important;line-height:1.45!important}
.giverr-ads-credit{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;background:#faf5f7;color:#7d2339}
.giverr-growth-budget--compact,.giverr-ads-range-form{display:flex!important;align-items:flex-end!important;gap:10px!important;flex-wrap:nowrap!important}
.giverr-growth-budget--compact label,.giverr-ads-range-form label{min-width:160px!important;font-size:12px!important}
.giverr-growth-budget--compact input[type=number],.giverr-ads-range-form select{min-height:42px!important}
.giverr-growth-budget--compact .giverr-button,.giverr-ads-range-form .giverr-button{height:42px!important;padding:0 14px!important;white-space:nowrap!important}
.giverr-ads-auction-search{margin:8px 0 16px!important}
.giverr-ads-auction-search label{gap:6px!important;font-size:12px!important}
.giverr-ads-auction-search input{min-height:44px!important}
.giverr-growth-stats{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important}
.giverr-growth-stat{padding:14px 16px!important;border-radius:16px!important}
.giverr-growth-stat span{font-size:11px!important;line-height:1.3!important;letter-spacing:.06em!important;margin-bottom:6px!important}
.giverr-growth-stat strong{font-size:20px!important;line-height:1.1!important;letter-spacing:-.02em!important}
.giverr-ads-analytics__cards{gap:14px!important}
.giverr-growth-stat--analytics strong{font-size:18px!important}
.giverr-growth-stat--analytics small{font-size:11px!important;line-height:1.4!important}
.giverr-ads-page__meta{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important;align-items:start!important}
.giverr-ads-page__meta>div,.giverr-ads-page__meta>form{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px 14px;min-width:0}
.giverr-ads-page__meta strong{display:block;font-size:11px!important;letter-spacing:.06em;text-transform:uppercase;color:#6b7280;margin-bottom:6px}
.giverr-ads-page__meta .giverr-growth-budget{display:grid!important;gap:8px!important}
.giverr-ads-page__meta .giverr-growth-budget label{font-size:12px!important}
.giverr-ads-page__meta .giverr-growth-budget select{min-height:40px!important}
.giverr-ads-performance-head h2,.giverr-seller-insights .giverr-growth-page__head h2{font-size:20px!important;line-height:1.2!important;margin:0!important}
.giverr-ads-performance-head span,.giverr-seller-insights .giverr-growth-page__head p{font-size:13px!important;line-height:1.55!important}
.giverr-ads-table{table-layout:fixed!important;width:100%!important}
.giverr-ads-table th,.giverr-ads-table td{padding:12px 8px!important;vertical-align:middle!important}
.giverr-ads-table th{font-size:11px!important;line-height:1.3!important;letter-spacing:.05em!important;white-space:nowrap!important}
.giverr-ads-table td,.giverr-ads-table td *{font-size:12px!important;line-height:1.45!important}
.giverr-ads-table th:nth-child(1),.giverr-ads-table td:nth-child(1){width:32%!important}
.giverr-ads-table th:nth-child(2),.giverr-ads-table td:nth-child(2){width:8%!important;text-align:center!important}
.giverr-ads-table th:nth-child(3),.giverr-ads-table td:nth-child(3){width:10%!important}
.giverr-ads-table th:nth-child(4),.giverr-ads-table td:nth-child(4){width:12%!important}
.giverr-ads-table th:nth-child(5),.giverr-ads-table td:nth-child(5),.giverr-ads-table th:nth-child(6),.giverr-ads-table td:nth-child(6),.giverr-ads-table th:nth-child(7),.giverr-ads-table td:nth-child(7),.giverr-ads-table th:nth-child(8),.giverr-ads-table td:nth-child(8),.giverr-ads-table th:nth-child(9),.giverr-ads-table td:nth-child(9),.giverr-ads-table th:nth-child(10),.giverr-ads-table td:nth-child(10){width:6.333%!important}
.giverr-growth-campaign{display:grid!important;grid-template-columns:56px minmax(0,1fr)!important;gap:12px!important;align-items:center!important}
.giverr-growth-campaign__thumb{width:56px!important;height:42px!important;border-radius:10px!important}
.giverr-growth-campaign strong{font-size:13px!important;line-height:1.35!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.giverr-growth-campaign span{font-size:11px!important;line-height:1.35!important;color:#6b7280!important;margin-top:2px!important}
.giverr-ads-auction-cell{gap:4px!important}
.giverr-ads-competition{min-width:74px!important;padding:4px 8px!important;font-size:11px!important}
.giverr-ads-auction-meta{font-size:11px!important;line-height:1.4!important}
.giverr-seller-insights{margin-top:26px!important}
.giverr-seller-insights__cards{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}
.giverr-seller-insights__cards .giverr-ads-stat{padding:14px 12px!important;display:grid!important;gap:6px!important;min-height:88px!important}
.giverr-seller-insights__cards .giverr-ads-stat strong{font-size:13px!important;line-height:1.35!important;word-break:break-word!important}
.giverr-seller-insights__cards .giverr-ads-stat small{font-size:11px!important;line-height:1.4!important;margin-top:0!important}
.giverr-seller-insights-table th,.giverr-seller-insights-table td{font-size:12px!important;line-height:1.45!important;padding:11px 10px!important}
.giverr-seller-insights-table th:nth-child(1),.giverr-seller-insights-table td:nth-child(1){min-width:170px!important}
.giverr-seller-insights-table th:nth-child(8),.giverr-seller-insights-table td:nth-child(8){min-width:210px!important}
.giverr-earnings-overview{gap:14px!important}
.giverr-earnings-overview__tabs{gap:14px!important}
.giverr-earnings-overview__tab{font-size:12px!important;line-height:1.3!important;padding:0 0 8px!important}
.giverr-earnings-overview__cards{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}
.giverr-earnings-summary{padding:16px!important;border-radius:16px!important}
.giverr-earnings-summary h3{font-size:16px!important;line-height:1.25!important;margin:0 0 12px!important}
.giverr-earnings-summary__body{gap:12px!important}
.giverr-earnings-summary__body span{font-size:11px!important;line-height:1.35!important;letter-spacing:.04em!important;text-transform:uppercase!important}
.giverr-earnings-summary__body strong{font-size:24px!important;line-height:1.1!important;letter-spacing:-.02em!important}
.giverr-earnings-summary__body small{font-size:12px!important;line-height:1.5!important}
.giverr-earnings-summary__actions .giverr-button{min-width:148px!important}
.giverr-earnings-ledger th{font-size:11px!important;letter-spacing:.05em!important;white-space:nowrap!important}
.giverr-earnings-ledger td{font-size:12px!important;line-height:1.45!important;white-space:nowrap!important}
.giverr-earnings-ledger td:nth-child(3){white-space:normal!important;min-width:180px}
@media (max-width:1200px){.giverr-growth-stats,.giverr-ads-page__meta,.giverr-seller-insights__cards,.giverr-earnings-overview__cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}.giverr-ads-table th:nth-child(1),.giverr-ads-table td:nth-child(1){width:36%!important}.giverr-ads-table th:nth-child(4),.giverr-ads-table td:nth-child(4){width:13%!important}}
@media (max-width:800px){.giverr-growth-budget--compact,.giverr-ads-range-form,.giverr-ads-auction-search{display:grid!important;grid-template-columns:1fr!important;width:100%!important}.giverr-growth-stats,.giverr-ads-page__meta,.giverr-seller-insights__cards,.giverr-earnings-overview__cards{grid-template-columns:1fr!important}.giverr-ads-table{min-width:980px!important}.giverr-table-wrap{overflow:auto!important}}


/* 0.3.01 order table normalization and inline notes */
.giverr-admin-view-switcher{position:sticky;top:10px;z-index:90}
.giverr-workspace-card__head h3,.giverr-workspace-card h3{font-size:15px!important;line-height:1.25!important}
.giverr-earnings-card strong,.giverr-metric strong{font-size:15px!important;line-height:1.15!important}
.giverr-workspace-profile-card h2,.giverr-page-head h1{font-size:18px!important;line-height:1.2!important}
.giverr-level-sidebar h1,.giverr-level-panel__head h2{font-size:17px!important;line-height:1.2!important}
.giverr-level-current{font-size:16px!important}
.giverr-level-card__head span{font-size:14px!important}
.giverr-level-table table,.giverr-level-faq details p,.giverr-level-small,.giverr-level-note,.giverr-level-panel__head p{font-size:12px!important}
.giverr-table-wrap--manage-orders,.giverr-table-wrap--orders{overflow-x:auto}
.giverr-table--manage-orders,.giverr-table--buyer-orders{min-width:1080px;table-layout:fixed;border-collapse:separate;border-spacing:0}
.giverr-table--manage-orders th:nth-child(1){width:46px}.giverr-table--manage-orders th:nth-child(2){width:160px}.giverr-table--manage-orders th:nth-child(3){width:280px}.giverr-table--manage-orders th:nth-child(4),.giverr-table--manage-orders th:nth-child(5){width:112px}.giverr-table--manage-orders th:nth-child(6){width:96px}.giverr-table--manage-orders th:nth-child(7){width:180px}.giverr-table--manage-orders th:nth-child(8){width:148px}.giverr-table--manage-orders th:nth-child(9){width:96px}
.giverr-table--buyer-orders th:nth-child(1){width:320px}.giverr-table--buyer-orders th:nth-child(2){width:180px}.giverr-table--buyer-orders th:nth-child(3){width:150px}.giverr-table--buyer-orders th:nth-child(4){width:110px}.giverr-table--buyer-orders th:nth-child(5){width:96px}.giverr-table--buyer-orders th:nth-child(6){width:180px}.giverr-table--buyer-orders th:nth-child(7){width:96px}
.giverr-table--manage-orders td,.giverr-table--buyer-orders td{vertical-align:middle;overflow:hidden;text-overflow:ellipsis}
.giverr-table--manage-orders td:nth-child(2) strong,.giverr-table--buyer-orders td:nth-child(1) strong,.giverr-table--buyer-orders td:nth-child(2) strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.giverr-table--manage-orders td:nth-child(3) a,.giverr-table--buyer-orders td:nth-child(1) strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.giverr-table--manage-orders td:nth-child(4),.giverr-table--manage-orders td:nth-child(5),.giverr-table--buyer-orders td:nth-child(4){white-space:nowrap}
.giverr-order-note-cell{overflow:visible!important}
.giverr-order-note-inline{position:relative;display:block}.giverr-order-note-inline[open]{z-index:3}.giverr-order-note-inline__summary{list-style:none;display:inline-flex;align-items:center;justify-content:center;min-width:92px;padding:8px 12px;border:1px solid #7d2339;border-radius:9px;background:#fff;color:#7d2339;font-size:12px;font-weight:700;cursor:pointer}.giverr-order-note-inline__summary::-webkit-details-marker{display:none}.giverr-order-note-inline__body{position:absolute;right:0;top:calc(100% + 8px);width:280px;padding:12px;border:1px solid #e3d2d7;border-radius:14px;background:#fff;box-shadow:0 10px 30px rgba(34,26,29,.08)}
.giverr-order-note-inline__list{display:grid;gap:8px;max-height:140px;overflow:auto;margin-bottom:10px}.giverr-order-note-inline__item{display:grid;gap:2px;padding:8px 10px;border:1px solid #efe5e8;border-radius:10px;background:#faf8f9}.giverr-order-note-inline__item strong{font-size:11px;color:#7d2339}.giverr-order-note-inline__item span{font-size:12px;line-height:1.45;color:#374151}.giverr-order-note-inline__form{display:grid;gap:8px}.giverr-order-note-inline__form textarea{min-height:74px;resize:vertical;border:1px solid #d6c9cd;border-radius:10px;padding:10px 12px;font-size:12px;line-height:1.5}.giverr-order-note-inline__actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.giverr-order-note-inline__actions .giverr-button{min-width:82px}
.giverr-order-status-cell{justify-content:flex-start;gap:6px!important}.giverr-order-rating-inline{display:inline-flex;align-items:center;justify-content:center;min-width:54px;padding:8px 10px;border:1px solid #e8d7db;border-radius:9px;background:#fff7d6;color:#7a5a00;font-weight:700;font-size:11px!important;line-height:1}.giverr-status-badge{min-width:118px!important;border-radius:9px!important}
@media (max-width:900px){.giverr-order-note-inline__body{left:0;right:auto;width:240px}}


.giverr-order-form{
  max-width:920px;
  margin:32px auto;
  padding:34px;
  border:1px solid #e6dfe2;
  border-radius:24px;
  background:linear-gradient(180deg,#fff 0%,#fcfafb 100%);
  box-shadow:0 24px 56px rgba(19,23,32,.08);
}
.giverr-order-form h2{
  margin:0 0 8px;
  font-size:28px;
  line-height:1.15;
  color:#152238;
}
.giverr-order-form form{
  display:grid;
  gap:20px;
}
.giverr-order-form__gig{
  display:grid;
  gap:4px;
  padding:16px 18px;
  border:1px solid #ece4e7;
  border-radius:18px;
  background:#fff;
  font-size:14px;
  line-height:1.6;
  color:#667085;
}
.giverr-order-form__gig strong{
  display:block;
  font-size:18px;
  line-height:1.4;
  color:#152238;
}
.giverr-order-form__section{
  display:grid;
  gap:18px;
  padding:22px;
  border:1px solid #ece4e7;
  border-radius:20px;
  background:#fff;
}
.giverr-order-form__section-head{
  display:grid;
  gap:6px;
}
.giverr-order-form__eyebrow{
  display:inline-flex;
  width:max-content;
  padding:6px 10px;
  border-radius:999px;
  background:#f8f1f3;
  color:#7d2339;
  font-size:11px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.giverr-order-form__section-head h3{
  margin:0;
  font-size:20px;
  line-height:1.25;
  color:#152238;
}
.giverr-order-form__section-head p{
  margin:0;
  font-size:14px;
  line-height:1.65;
  color:#667085;
}
.giverr-order-form__section-body{
  display:grid;
  gap:16px;
}
.giverr-order-form__choice{
  display:grid;
  gap:8px;
}
.giverr-order-form__choice--requirement{
  padding:16px 18px;
  border:1px solid #f0e8eb;
  border-radius:18px;
  background:#fcfbfc;
}
.giverr-order-form__choice label{
  font-size:13px;
  font-weight:600;
  line-height:1.5;
  color:#344054;
}
.giverr-order-form textarea,
.giverr-order-form select,
.giverr-order-form input[type=text],
.giverr-order-form input[type=file]{
  width:100%;
  min-height:52px;
  border:1px solid #d7dce3;
  border-radius:14px;
  padding:14px 16px;
  background:#fff;
  font-size:14px;
  line-height:1.45;
  color:#152238;
  box-shadow:none;
}
.giverr-order-form textarea{
  min-height:148px;
  resize:vertical;
}
.giverr-order-form select{
  appearance:none;
  -webkit-appearance:none;
  background-image:linear-gradient(45deg,transparent 50%,#475467 50%),linear-gradient(135deg,#475467 50%,transparent 50%);
  background-position:calc(100% - 22px) calc(50% - 3px),calc(100% - 16px) calc(50% - 3px);
  background-size:6px 6px,6px 6px;
  background-repeat:no-repeat;
  padding-right:44px;
}
.giverr-order-form textarea:focus,
.giverr-order-form select:focus,
.giverr-order-form input[type=text]:focus,
.giverr-order-form input[type=file]:focus{
  border-color:#7d2339;
  box-shadow:0 0 0 4px rgba(125,35,57,.08);
  outline:none;
}
.giverr-order-form__single{
  min-height:52px;
  display:flex;
  align-items:center;
  border:1px solid #d7dce3;
  border-radius:14px;
  padding:14px 16px;
  background:#fafafb;
  font-size:14px;
  line-height:1.45;
}
.giverr-order-form__upload{
  display:grid;
  gap:10px;
}
.giverr-order-form__upload input[type=file]{
  padding:12px 14px;
  background:#fff;
}
.giverr-order-form__upload-note{
  margin:0;
  font-size:12px;
  line-height:1.5;
  color:#667085;
}
.giverr-order-form__actions{
  display:flex;
  justify-content:flex-start;
  padding-top:6px;
}
.giverr-order-form__actions .giverr-button,
.giverr-order-form__actions button{
  min-width:240px;
  min-height:52px;
  border-radius:14px;
  box-shadow:0 14px 28px rgba(125,35,57,.14);
}
.giverr-order-form .giverr-auth__note{
  border:1px solid #ebe7ea;
  border-radius:16px;
  background:#f8f7f8;
  padding:16px 18px;
  font-size:13px;
  line-height:1.65;
  color:#475467;
}
.giverr-order-form__extras{
  display:grid;
  gap:12px;
}
.giverr-order-form__extras--requirements{
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
}
.giverr-order-form__extra{
  border:1px solid #e6dfe2;
  border-radius:16px;
  padding:14px 16px;
  background:#fff;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.giverr-order-form__extra:hover{
  border-color:#d7b9c1;
  box-shadow:0 10px 24px rgba(19,23,32,.06);
  transform:translateY(-1px);
}
.giverr-order-form__extra input{
  margin-top:2px;
}
@media (max-width:767px){
  .giverr-order-form{
    margin:20px auto;
    padding:22px;
    border-radius:20px;
  }
  .giverr-order-form h2{
    font-size:24px;
  }
  .giverr-order-form__section{
    padding:18px;
  }
  .giverr-order-form__actions .giverr-button,
  .giverr-order-form__actions button{
    width:100%;
    min-width:0;
  }
}

.woocommerce-checkout .entry-content>.woocommerce,
.woocommerce-order-pay .entry-content>.woocommerce,
.woocommerce-page.woocommerce-checkout .site-main .woocommerce{
  max-width:1080px;
  margin:28px auto 56px;
  padding:28px 30px 32px;
  border:1px solid #e6dfe2;
  border-radius:20px;
  background:#fff;
  box-shadow:0 18px 42px rgba(19,23,32,.06);
}
.woocommerce-checkout .woocommerce-checkout,
.woocommerce-order-pay .woocommerce-order-pay{
  display:grid;
  gap:22px;
}
.woocommerce-checkout .col2-set,
.woocommerce-checkout #customer_details{
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:24px;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2,
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2{
  width:100%;
  float:none;
}
.woocommerce-checkout h3,
.woocommerce-checkout h2,
.woocommerce-order-pay h3,
.woocommerce-order-pay h2{
  font-size:20px;
  line-height:1.25;
  margin:0 0 14px;
  color:#152238;
}
.woocommerce-checkout .shop_table,
.woocommerce-order-pay .shop_table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  border:1px solid #e3e7ee;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
}
.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td,
.woocommerce-order-pay .shop_table th,
.woocommerce-order-pay .shop_table td{
  padding:16px 14px;
  border-top:1px solid #edf1f5;
  font-size:14px;
  line-height:1.45;
  vertical-align:top;
}
.woocommerce-checkout .shop_table thead th,
.woocommerce-order-pay .shop_table thead th,
.woocommerce-checkout .shop_table tr:first-child th,
.woocommerce-checkout .shop_table tr:first-child td,
.woocommerce-order-pay .shop_table tr:first-child th,
.woocommerce-order-pay .shop_table tr:first-child td{
  border-top:none;
}
.woocommerce-checkout .shop_table thead th,
.woocommerce-order-pay .shop_table thead th{
  background:#f8f9fb;
  color:#344054;
  font-size:13px;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.woocommerce-checkout .shop_table tfoot th,
.woocommerce-checkout .shop_table tfoot td,
.woocommerce-order-pay .shop_table tfoot th,
.woocommerce-order-pay .shop_table tfoot td{
  background:#fcfcfd;
  font-weight:700;
}
.woocommerce-checkout #payment,
.woocommerce-order-pay #payment{
  border:1px solid #e3e7ee;
  border-radius:18px;
  background:#fcfcfd;
  overflow:hidden;
}
.woocommerce-checkout #payment div.payment_box,
.woocommerce-order-pay #payment div.payment_box{
  margin:10px 18px 0;
  border-radius:14px;
  background:#fff;
  color:#475467;
  border:1px solid #ebeef3;
  box-shadow:none;
}
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-order-pay #payment ul.payment_methods{
  margin:0;
  padding:10px 14px;
  border-bottom:1px solid #ebeef3;
}
.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce-order-pay #payment ul.payment_methods li{
  list-style:none;
  margin:0;
  padding:12px 6px;
  border-top:1px solid #edf1f5;
}
.woocommerce-checkout #payment ul.payment_methods li:first-child,
.woocommerce-order-pay #payment ul.payment_methods li:first-child{
  border-top:none;
}
.woocommerce-checkout #payment ul.payment_methods label,
.woocommerce-order-pay #payment ul.payment_methods label{
  font-size:15px;
  font-weight:600;
  color:#152238;
}
.woocommerce-checkout #payment .place-order,
.woocommerce-order-pay #payment .place-order{
  margin:0;
  padding:18px;
  background:#fff;
}
.woocommerce-checkout #payment .place-order .button,
.woocommerce-checkout #payment .place-order button,
.woocommerce-order-pay #payment .place-order .button,
.woocommerce-order-pay #payment .place-order button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order{
  width:100%;
  min-height:52px;
  border-radius:9px;
  border:1px solid #7a1f32;
  background:#7a1f32;
  color:#fff;
  font-size:16px;
  font-weight:700;
  box-shadow:none;
}
.woocommerce-checkout #payment .place-order .button:hover,
.woocommerce-checkout #payment .place-order button:hover,
.woocommerce-order-pay #payment .place-order .button:hover,
.woocommerce-order-pay #payment .place-order button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover{
  background:#7a1f32;
  color:#fff;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select{
  min-height:50px;
  border:1px solid #d7dce3;
  border-radius:14px;
  padding:12px 14px;
  font-size:14px;
  line-height:1.45;
  background:#fff;
}
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-error,
.woocommerce-order-pay .woocommerce-info,
.woocommerce-order-pay .woocommerce-message,
.woocommerce-order-pay .woocommerce-error{
  border-radius:14px;
  border-top:none;
  padding:14px 16px;
}
@media (max-width: 980px){
  .woocommerce-checkout .col2-set,
  .woocommerce-checkout #customer_details{
    grid-template-columns:1fr;
  }
  .woocommerce-checkout .entry-content>.woocommerce,
  .woocommerce-order-pay .entry-content>.woocommerce,
  .woocommerce-page.woocommerce-checkout .site-main .woocommerce,
  .giverr-order-form{
    padding:22px 18px 24px;
    margin:18px auto 32px;
  }
}

.woocommerce-checkout body,
.woocommerce-order-pay body,
body.woocommerce-checkout,
body.woocommerce-order-pay{
  background:#f5f7fb;
}
.woocommerce-checkout .site-main,
.woocommerce-order-pay .site-main{
  padding-top:28px;
  padding-bottom:48px;
}
.woocommerce-checkout .entry-content>.woocommerce,
.woocommerce-order-pay .entry-content>.woocommerce,
.woocommerce-page.woocommerce-checkout .site-main .woocommerce{
  max-width:1180px;
  margin:24px auto 56px;
  padding:0;
  border:none;
  border-radius:24px;
  background:transparent;
  box-shadow:none;
}
.woocommerce-checkout .woocommerce-checkout,
.woocommerce-order-pay .woocommerce-order-pay{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
  gap:28px;
  align-items:start;
}
.woocommerce-checkout .col2-set,
.woocommerce-checkout #customer_details,
.woocommerce-order-pay .woocommerce-order-pay{
  width:100%;
}
.woocommerce-checkout .col2-set,
.woocommerce-checkout #customer_details{
  display:block;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout .col2-set .col-2,
.woocommerce-checkout #customer_details .col-2{
  width:100%;
  float:none;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout #customer_details .col-1,
.woocommerce-order-pay .woocommerce-order-pay{
  padding:30px 30px 24px;
  border:1px solid #e5e7eb;
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 46px rgba(15,23,42,.06);
}
.woocommerce-checkout .col2-set .col-2,
.woocommerce-checkout #customer_details .col-2,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review,
.woocommerce-order-pay #order_review,
.woocommerce-order-pay #payment{
  position:relative;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-order-pay .woocommerce-order-pay h3,
.woocommerce-order-pay .woocommerce-order-pay h2{
  margin:0 0 14px;
}
.woocommerce-checkout #order_review,
.woocommerce-order-pay .woocommerce-order-pay{
  padding:22px;
  border:1px solid #e5e7eb;
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 46px rgba(15,23,42,.06);
}
.woocommerce-checkout h3,
.woocommerce-checkout h2,
.woocommerce-order-pay h3,
.woocommerce-order-pay h2,
.woocommerce-page h1.entry-title{
  font-size:30px;
  line-height:1.15;
  letter-spacing:-.02em;
  margin:0 0 18px;
  color:#0f172a;
}
.woocommerce-checkout .shop_table,
.woocommerce-order-pay .shop_table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  border:1px solid #e5e7eb;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
}
.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td,
.woocommerce-order-pay .shop_table th,
.woocommerce-order-pay .shop_table td{
  padding:16px 18px;
  border-top:1px solid #eef2f7;
  font-size:14px;
  line-height:1.45;
  vertical-align:middle;
}
.woocommerce-checkout .shop_table thead th,
.woocommerce-order-pay .shop_table thead th{
  background:#f8fafc;
  color:#475467;
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-weight:700;
}
.woocommerce-checkout .shop_table .product-name,
.woocommerce-order-pay .shop_table .product-name{
  color:#0f172a;
  font-weight:600;
}
.woocommerce-checkout .shop_table tfoot th,
.woocommerce-checkout .shop_table tfoot td,
.woocommerce-order-pay .shop_table tfoot th,
.woocommerce-order-pay .shop_table tfoot td,
.woocommerce-checkout .shop_table .order-total th,
.woocommerce-checkout .shop_table .order-total td,
.woocommerce-order-pay .shop_table .order-total th,
.woocommerce-order-pay .shop_table .order-total td{
  background:#fcfcfd;
  font-weight:700;
  color:#111827;
}
.woocommerce-checkout #payment,
.woocommerce-order-pay #payment{
  margin-top:18px;
  border:1px solid #e5e7eb;
  border-radius:18px;
  background:#fcfcfd;
  overflow:hidden;
}
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-order-pay #payment ul.payment_methods{
  margin:0;
  padding:12px;
  border-bottom:1px solid #eef2f7;
  background:#fff;
}
.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce-order-pay #payment ul.payment_methods li{
  display:flex;
  align-items:center;
  gap:12px;
  list-style:none;
  margin:0;
  padding:14px 12px;
  border-top:1px solid #eef2f7;
  border-radius:14px;
}
.woocommerce-checkout #payment ul.payment_methods li:first-child,
.woocommerce-order-pay #payment ul.payment_methods li:first-child{
  border-top:none;
}
.woocommerce-checkout #payment ul.payment_methods li:hover,
.woocommerce-order-pay #payment ul.payment_methods li:hover{
  background:#faf5f6;
}
.woocommerce-checkout #payment ul.payment_methods input[type="radio"],
.woocommerce-order-pay #payment ul.payment_methods input[type="radio"]{
  margin:0 2px 0 0;
  accent-color:#7a1f32;
}
.woocommerce-checkout #payment ul.payment_methods label,
.woocommerce-order-pay #payment ul.payment_methods label{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0;
  font-size:15px;
  font-weight:600;
  color:#0f172a;
}
.woocommerce-checkout #payment ul.payment_methods img,
.woocommerce-order-pay #payment ul.payment_methods img{
  max-height:24px;
  width:auto;
}
.woocommerce-checkout #payment div.payment_box,
.woocommerce-order-pay #payment div.payment_box{
  margin:0 12px 12px;
  padding:14px 16px;
  border-radius:14px;
  background:#f8fafc;
  color:#475467;
  border:1px solid #e5e7eb;
  box-shadow:none;
}
.woocommerce-checkout #payment .place-order,
.woocommerce-order-pay #payment .place-order{
  margin:0;
  padding:18px;
  background:#fff;
}
.woocommerce-checkout #payment .place-order .button,
.woocommerce-checkout #payment .place-order button,
.woocommerce-order-pay #payment .place-order .button,
.woocommerce-order-pay #payment .place-order button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order{
  width:100%;
  min-height:56px;
  border-radius:14px;
  border:1px solid #111827;
  background:#111827;
  color:#fff;
  font-size:18px;
  font-weight:700;
  letter-spacing:-.01em;
  box-shadow:0 10px 24px rgba(17,24,39,.18);
}
.woocommerce-checkout #payment .place-order .button:hover,
.woocommerce-checkout #payment .place-order button:hover,
.woocommerce-order-pay #payment .place-order .button:hover,
.woocommerce-order-pay #payment .place-order button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover{
  background:#111827;
  color:#fff;
  transform:translateY(-1px);
}
.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce-order-pay .woocommerce-privacy-policy-text{
  margin:0 0 14px;
  color:#475467;
  font-size:13px;
  line-height:1.55;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select{
  min-height:52px;
  border:1px solid #d0d5dd;
  border-radius:14px;
  padding:13px 15px;
  font-size:14px;
  line-height:1.45;
  background:#fff;
}
.woocommerce form .form-row label{
  color:#344054;
  font-size:13px;
  font-weight:600;
}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-shipping-fields{
  padding:0;
  margin:0 0 18px;
}
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-error,
.woocommerce-order-pay .woocommerce-info,
.woocommerce-order-pay .woocommerce-message,
.woocommerce-order-pay .woocommerce-error{
  margin:0 0 18px;
  border-radius:14px;
  border:none;
  padding:14px 16px;
}
@media (max-width: 980px){
  .woocommerce-checkout .woocommerce-checkout,
  .woocommerce-order-pay .woocommerce-order-pay{
    grid-template-columns:1fr;
  }
  .woocommerce-checkout .entry-content>.woocommerce,
  .woocommerce-order-pay .entry-content>.woocommerce,
  .woocommerce-page.woocommerce-checkout .site-main .woocommerce{
    margin:18px auto 42px;
  }
  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout #customer_details .col-1,
  .woocommerce-checkout #order_review,
  .woocommerce-order-pay .woocommerce-order-pay{
    padding:20px;
  }
  .woocommerce-checkout h3,
  .woocommerce-checkout h2,
  .woocommerce-order-pay h3,
  .woocommerce-order-pay h2,
  .woocommerce-page h1.entry-title{
    font-size:24px;
  }
}


/* 0.3.05 dashboard overflow and compact card fix */
.giverr-table-wrap--orders{overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch}
.giverr-table--buyer-orders,.giverr-table--seller-orders,.giverr-table--orders{min-width:980px!important;table-layout:fixed!important}
.giverr-table--buyer-orders th:nth-child(1),.giverr-table--buyer-orders td:nth-child(1){width:32%!important}
.giverr-table--buyer-orders th:nth-child(2),.giverr-table--buyer-orders td:nth-child(2){width:18%!important}
.giverr-table--buyer-orders th:nth-child(3),.giverr-table--buyer-orders td:nth-child(3){width:18%!important}
.giverr-table--buyer-orders th:nth-child(4),.giverr-table--buyer-orders td:nth-child(4){width:10%!important}
.giverr-table--buyer-orders th:nth-child(5),.giverr-table--buyer-orders td:nth-child(5){width:10%!important}
.giverr-table--buyer-orders th:nth-child(6),.giverr-table--buyer-orders td:nth-child(6){width:12%!important}
.giverr-table--buyer-orders th:nth-child(7),.giverr-table--buyer-orders td:nth-child(7){width:10%!important}
.giverr-table--buyer-orders td:nth-child(1) strong,.giverr-table--seller-orders td:nth-child(2) strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.giverr-row-subtitle,.giverr-person-cell strong,.giverr-table--buyer-orders td:nth-child(4),.giverr-table--buyer-orders td:nth-child(5){white-space:nowrap}
.giverr-order-status-cell{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;flex-wrap:wrap!important;min-width:0!important}
.giverr-order-status-cell .giverr-order-rating-inline{flex:0 0 auto!important;min-width:48px!important;padding:7px 10px!important;font-size:11px!important}
.giverr-order-status-cell .giverr-status-badge{flex:0 1 auto!important;min-width:0!important;width:auto!important;max-width:100%!important;padding:7px 10px!important;font-size:10px!important;white-space:nowrap!important}
.giverr-order-note-cell{min-width:120px!important}
.giverr-order-note-cell .giverr-button,.giverr-order-action-button{min-height:34px!important;padding:0 12px!important;font-size:12px!important;white-space:nowrap!important}
.giverr-workspace-shell--buyer-dashboard .giverr-workspace-main .giverr-workspace-card,.giverr-workspace-shell--seller-dashboard .giverr-workspace-main .giverr-workspace-card{overflow:hidden!important}
.giverr-stats-grid--dashboard{gap:14px!important}
.giverr-stats-grid--dashboard .giverr-workspace-card{padding:14px!important;min-height:0!important}
.giverr-stats-grid--dashboard .giverr-workspace-card__head h3{font-size:12px!important;line-height:1.3!important;margin:0 0 6px!important}
.giverr-stats-grid--dashboard .giverr-earnings-card{gap:8px!important}
.giverr-stats-grid--dashboard .giverr-earnings-card strong{font-size:14px!important;line-height:1.15!important}
.giverr-stats-grid--dashboard .giverr-earnings-card small{font-size:12px!important;line-height:1.5!important}
.giverr-workspace-side .giverr-metric{min-height:78px!important;padding:12px!important}
.giverr-workspace-side .giverr-metric span{font-size:11px!important;line-height:1.35!important}
.giverr-workspace-side .giverr-metric strong{font-size:14px!important;line-height:1.15!important}
.giverr-admin-view-switcher{top:8px!important;margin-bottom:16px!important}
@media (max-width:1100px){.giverr-table--buyer-orders,.giverr-table--seller-orders,.giverr-table--orders{min-width:900px!important}}
@media (max-width:700px){.giverr-stats-grid--dashboard .giverr-workspace-card__head h3{font-size:12px!important}.giverr-stats-grid--dashboard .giverr-earnings-card strong{font-size:13px!important}}


.giverr-pagination{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:flex-end;margin-top:16px}.giverr-pagination__link{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 12px;border:1px solid #8f243b;border-radius:9px;color:#8f243b;text-decoration:none;background:#fff;font-size:14px;line-height:1}.giverr-pagination__link.is-active{background:#8f243b;color:#fff}
/* 0.3.07 admin buyer/seller table overflow fix */
.giverr-workspace--admin-buyer .giverr-workspace-shell,
.giverr-workspace--admin-seller .giverr-workspace-shell{
  grid-template-columns:1fr !important;
}
.giverr-workspace--admin-buyer .giverr-workspace-side,
.giverr-workspace--admin-seller .giverr-workspace-side{
  order:2;
}
.giverr-workspace--admin-buyer .giverr-workspace-main,
.giverr-workspace--admin-seller .giverr-workspace-main{
  order:1;
  min-width:0 !important;
}
.giverr-workspace--admin-buyer .giverr-table-wrap--orders,
.giverr-workspace--admin-seller .giverr-table-wrap--orders,
.giverr-workspace--admin-buyer .giverr-table-wrap--manage-orders,
.giverr-workspace--admin-seller .giverr-table-wrap--manage-orders{
  overflow-x:auto !important;
  overflow-y:hidden !important;
  width:100% !important;
  -webkit-overflow-scrolling:touch;
}
.giverr-table--buyer-orders-admin{
  min-width:1160px !important;
  width:100% !important;
  table-layout:fixed !important;
}
.giverr-table--buyer-orders-admin th,
.giverr-table--buyer-orders-admin td{
  padding:12px 12px !important;
  vertical-align:middle !important;
  overflow:hidden !important;
}
.giverr-table--buyer-orders-admin th:nth-child(1),
.giverr-table--buyer-orders-admin td:nth-child(1){width:24% !important;}
.giverr-table--buyer-orders-admin th:nth-child(2),
.giverr-table--buyer-orders-admin td:nth-child(2){width:14% !important;}
.giverr-table--buyer-orders-admin th:nth-child(3),
.giverr-table--buyer-orders-admin td:nth-child(3){width:14% !important;}
.giverr-table--buyer-orders-admin th:nth-child(4),
.giverr-table--buyer-orders-admin td:nth-child(4){width:16% !important;}
.giverr-table--buyer-orders-admin th:nth-child(5),
.giverr-table--buyer-orders-admin td:nth-child(5){width:8% !important;}
.giverr-table--buyer-orders-admin th:nth-child(6),
.giverr-table--buyer-orders-admin td:nth-child(6){width:8% !important;}
.giverr-table--buyer-orders-admin th:nth-child(7),
.giverr-table--buyer-orders-admin td:nth-child(7){width:9% !important;}
.giverr-table--buyer-orders-admin th:nth-child(8),
.giverr-table--buyer-orders-admin td:nth-child(8){width:7% !important;}
.giverr-table--buyer-orders-admin .giverr-person-cell{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  min-width:0 !important;
}
.giverr-table--buyer-orders-admin .giverr-person-cell img,
.giverr-table--buyer-orders-admin .giverr-avatar{
  flex:0 0 auto !important;
}
.giverr-table--buyer-orders-admin .giverr-person-cell > div{
  min-width:0 !important;
}
.giverr-table--buyer-orders-admin .giverr-person-cell strong,
.giverr-table--buyer-orders-admin td:first-child strong{
  display:block !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}
.giverr-table--buyer-orders-admin .giverr-row-subtitle,
.giverr-table--buyer-orders-admin td:nth-child(5),
.giverr-table--buyer-orders-admin td:nth-child(6){
  white-space:nowrap !important;
}
.giverr-table--buyer-orders-admin .giverr-order-status-cell{
  display:flex !important;
  gap:6px !important;
  align-items:center !important;
  justify-content:flex-start !important;
  flex-wrap:wrap !important;
  min-width:0 !important;
}
.giverr-table--buyer-orders-admin .giverr-order-rating-inline{
  flex:0 0 auto !important;
  min-width:40px !important;
  padding:5px 8px !important;
  font-size:11px !important;
}
.giverr-table--buyer-orders-admin .giverr-status-badge{
  flex:0 1 auto !important;
  min-width:0 !important;
  max-width:100% !important;
  padding:6px 9px !important;
  font-size:10px !important;
  line-height:1.15 !important;
  white-space:nowrap !important;
  text-overflow:ellipsis !important;
  overflow:hidden !important;
}
.giverr-table--buyer-orders-admin .giverr-order-note-cell{
  min-width:0 !important;
  text-align:center !important;
}
.giverr-table--buyer-orders-admin td:nth-child(8){
  text-align:center !important;
}
.giverr-table--buyer-orders-admin .giverr-order-note-cell .giverr-button,
.giverr-table--buyer-orders-admin .giverr-order-action-button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  max-width:92px !important;
  min-height:34px !important;
  padding:0 10px !important;
  font-size:12px !important;
  white-space:nowrap !important;
}
.giverr-table--buyer-orders-admin .giverr-order-note-cell .giverr-button{
  margin:0 auto !important;
}
.giverr-table--buyer-orders-admin .giverr-order-action-button{
  margin:0 auto !important;
}
@media (max-width:1280px){
  .giverr-table--buyer-orders-admin{min-width:1120px !important;}
}
@media (max-width:1140px){
  .giverr-table--buyer-orders-admin{min-width:1080px !important;}
}
.giverr-table--manage-orders{
  min-width:1040px !important;
  table-layout:fixed !important;
}
.giverr-table--manage-orders th,
.giverr-table--manage-orders td{
  vertical-align:middle !important;
}
.giverr-table--manage-orders th:nth-child(1),
.giverr-table--manage-orders td:nth-child(1){width:5% !important;}
.giverr-table--manage-orders th:nth-child(2),
.giverr-table--manage-orders td:nth-child(2){width:17% !important;}
.giverr-table--manage-orders th:nth-child(3),
.giverr-table--manage-orders td:nth-child(3){width:23% !important;}
.giverr-table--manage-orders th:nth-child(4),
.giverr-table--manage-orders td:nth-child(4){width:10% !important;}
.giverr-table--manage-orders th:nth-child(5),
.giverr-table--manage-orders td:nth-child(5){width:10% !important;}
.giverr-table--manage-orders th:nth-child(6),
.giverr-table--manage-orders td:nth-child(6){width:9% !important;}
.giverr-table--manage-orders th:nth-child(7),
.giverr-table--manage-orders td:nth-child(7){width:10% !important;}
.giverr-table--manage-orders th:nth-child(8),
.giverr-table--manage-orders td:nth-child(8){width:9% !important;}
.giverr-table--manage-orders th:nth-child(9),
.giverr-table--manage-orders td:nth-child(9){width:10% !important;}
.giverr-table--manage-orders .giverr-order-status-cell .giverr-status-badge{
  white-space:normal !important;
  line-height:1.2 !important;
}
.giverr-table--orders th,
.giverr-table--orders td,
.giverr-table--manage-orders th,
.giverr-table--manage-orders td{
  overflow:hidden !important;
}


/* 0.3.09 admin buyer table visibility/mobile fix */
.giverr-table-wrap--orders,
.giverr-table-wrap--manage-orders{
  overflow-x:auto !important;
  overflow-y:visible !important;
  width:100% !important;
  -webkit-overflow-scrolling:touch;
}
.giverr-table--buyer-orders-admin{
  min-width:1320px !important;
  width:max-content !important;
  table-layout:auto !important;
}
.giverr-table--buyer-orders-admin th,
.giverr-table--buyer-orders-admin td{
  overflow:visible !important;
  white-space:normal !important;
}
.giverr-table--buyer-orders-admin th:nth-child(1),
.giverr-table--buyer-orders-admin td:nth-child(1){width:300px !important; min-width:300px !important;}
.giverr-table--buyer-orders-admin th:nth-child(2),
.giverr-table--buyer-orders-admin td:nth-child(2){width:190px !important; min-width:190px !important;}
.giverr-table--buyer-orders-admin th:nth-child(3),
.giverr-table--buyer-orders-admin td:nth-child(3){width:190px !important; min-width:190px !important;}
.giverr-table--buyer-orders-admin th:nth-child(4),
.giverr-table--buyer-orders-admin td:nth-child(4){width:210px !important; min-width:210px !important;}
.giverr-table--buyer-orders-admin th:nth-child(5),
.giverr-table--buyer-orders-admin td:nth-child(5){width:120px !important; min-width:120px !important;}
.giverr-table--buyer-orders-admin th:nth-child(6),
.giverr-table--buyer-orders-admin td:nth-child(6){width:110px !important; min-width:110px !important;}
.giverr-table--buyer-orders-admin th:nth-child(7),
.giverr-table--buyer-orders-admin td:nth-child(7){width:150px !important; min-width:150px !important;}
.giverr-table--buyer-orders-admin th:nth-child(8),
.giverr-table--buyer-orders-admin td:nth-child(8){width:110px !important; min-width:110px !important;}
.giverr-table--buyer-orders-admin .giverr-person-cell{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  min-width:0 !important;
}
.giverr-table--buyer-orders-admin .giverr-person-cell > div{
  min-width:0 !important;
  flex:1 1 auto !important;
}
.giverr-table--buyer-orders-admin .giverr-person-cell strong,
.giverr-table--buyer-orders-admin td:first-child strong,
.giverr-table--buyer-orders-admin .giverr-row-subtitle{
  overflow:visible !important;
  text-overflow:clip !important;
  white-space:normal !important;
  word-break:break-word !important;
}
.giverr-table--buyer-orders-admin .giverr-order-status-cell{
  display:flex !important;
  gap:8px !important;
  align-items:center !important;
  flex-wrap:wrap !important;
}
.giverr-table--buyer-orders-admin .giverr-order-rating-inline{
  min-width:auto !important;
  white-space:nowrap !important;
}
.giverr-table--buyer-orders-admin .giverr-status-badge{
  max-width:none !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  word-break:break-word !important;
  line-height:1.2 !important;
}
.giverr-table--buyer-orders-admin .giverr-order-note-cell,
.giverr-table--buyer-orders-admin td:last-child{
  text-align:center !important;
}
.giverr-table--buyer-orders-admin .giverr-order-note-cell .giverr-button,
.giverr-table--buyer-orders-admin .giverr-order-action-button,
.giverr-table--buyer-orders-admin .giverr-order-note-inline__summary{
  width:auto !important;
  max-width:none !important;
  min-width:92px !important;
  white-space:nowrap !important;
  margin:0 auto !important;
}
@media (max-width: 900px){
  .giverr-table--buyer-orders-admin{
    min-width:1160px !important;
  }
}


/* 0.3.10 manage orders visibility/responsive fix */
.giverr-table--manage-orders{
  min-width:1380px !important;
  width:max-content !important;
  table-layout:auto !important;
}
.giverr-table--manage-orders th,
.giverr-table--manage-orders td{
  overflow:visible !important;
  white-space:normal !important;
  vertical-align:middle !important;
}
.giverr-table--manage-orders th:nth-child(1),
.giverr-table--manage-orders td:nth-child(1){width:56px !important; min-width:56px !important;}
.giverr-table--manage-orders th:nth-child(2),
.giverr-table--manage-orders td:nth-child(2){width:220px !important; min-width:220px !important;}
.giverr-table--manage-orders th:nth-child(3),
.giverr-table--manage-orders td:nth-child(3){width:320px !important; min-width:320px !important;}
.giverr-table--manage-orders th:nth-child(4),
.giverr-table--manage-orders td:nth-child(4){width:130px !important; min-width:130px !important;}
.giverr-table--manage-orders th:nth-child(5),
.giverr-table--manage-orders td:nth-child(5){width:130px !important; min-width:130px !important;}
.giverr-table--manage-orders th:nth-child(6),
.giverr-table--manage-orders td:nth-child(6){width:120px !important; min-width:120px !important;}
.giverr-table--manage-orders th:nth-child(7),
.giverr-table--manage-orders td:nth-child(7){width:160px !important; min-width:160px !important;}
.giverr-table--manage-orders th:nth-child(8),
.giverr-table--manage-orders td:nth-child(8){width:150px !important; min-width:150px !important;}
.giverr-table--manage-orders th:nth-child(9),
.giverr-table--manage-orders td:nth-child(9){width:130px !important; min-width:130px !important;}
.giverr-table--manage-orders .giverr-person-cell{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
}
.giverr-table--manage-orders .giverr-person-cell > div{
  flex:1 1 auto !important;
  min-width:0 !important;
}
.giverr-table--manage-orders .giverr-person-cell strong,
.giverr-table--manage-orders .giverr-row-subtitle,
.giverr-table--manage-orders td:nth-child(3) a{
  white-space:normal !important;
  word-break:break-word !important;
  overflow:visible !important;
  text-overflow:clip !important;
}
.giverr-table--manage-orders td:nth-child(4),
.giverr-table--manage-orders td:nth-child(5),
.giverr-table--manage-orders td:nth-child(6){
  white-space:nowrap !important;
}
.giverr-table--manage-orders .giverr-order-status-cell{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  flex-wrap:wrap !important;
}
.giverr-table--manage-orders .giverr-status-badge{
  max-width:none !important;
  white-space:normal !important;
  word-break:break-word !important;
  overflow:visible !important;
  text-overflow:clip !important;
  line-height:1.2 !important;
}
.giverr-table--manage-orders .giverr-order-note-cell,
.giverr-table--manage-orders td:nth-child(9){
  text-align:center !important;
}
.giverr-table--manage-orders .giverr-order-note-cell .giverr-button,
.giverr-table--manage-orders .giverr-order-note-inline__summary,
.giverr-table--manage-orders .giverr-order-action-button{
  width:auto !important;
  max-width:none !important;
  min-width:96px !important;
  white-space:nowrap !important;
  margin:0 auto !important;
}
.giverr-table-wrap--manage-orders{
  overflow-x:auto !important;
  overflow-y:visible !important;
  width:100% !important;
  -webkit-overflow-scrolling:touch;
}
@media (max-width: 1024px){
  .giverr-table--manage-orders{min-width:1280px !important;}
}
@media (max-width: 768px){
  .giverr-table--manage-orders{min-width:1180px !important;}
}

.giverr-account-switch{display:inline-flex;align-items:center;justify-content:center;padding:10px 0;border:0;background:transparent;color:#16a34a;font-size:14px;font-weight:700;line-height:1.2;text-decoration:none;white-space:nowrap}.giverr-account-switch:hover{color:#15803d;background:transparent}.giverr-workspace-topbar__actions .giverr-account-switch{margin:0 2px}@media (max-width:1200px){.giverr-account-switch{order:4}}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-main--admin{display:grid;gap:18px}
.giverr-stats-grid--admin{grid-template-columns:repeat(3,minmax(0,1fr))}
.giverr-table--admin-orders th:nth-child(1),.giverr-table--admin-orders td:nth-child(1){min-width:150px}
.giverr-table--admin-orders th:nth-child(2),.giverr-table--admin-orders td:nth-child(2){min-width:240px}
.giverr-table--admin-orders th:nth-child(3),.giverr-table--admin-orders td:nth-child(3),.giverr-table--admin-orders th:nth-child(4),.giverr-table--admin-orders td:nth-child(4){min-width:180px}
.giverr-table--admin-orders th:nth-child(5),.giverr-table--admin-orders td:nth-child(5){min-width:160px}
.giverr-table--admin-performance th,.giverr-table--admin-performance td{white-space:nowrap}
.giverr-table--admin-performance th:nth-child(1),.giverr-table--admin-performance td:nth-child(1){min-width:200px}
.giverr-table--admin-performance th:nth-child(2),.giverr-table--admin-performance td:nth-child(2){min-width:110px}
.giverr-table--admin-performance th:nth-child(3),.giverr-table--admin-performance td:nth-child(3),.giverr-table--admin-performance th:nth-child(4),.giverr-table--admin-performance td:nth-child(4),.giverr-table--admin-performance th:nth-child(5),.giverr-table--admin-performance td:nth-child(5),.giverr-table--admin-performance th:nth-child(6),.giverr-table--admin-performance td:nth-child(6),.giverr-table--admin-performance th:nth-child(7),.giverr-table--admin-performance td:nth-child(7),.giverr-table--admin-performance th:nth-child(8),.giverr-table--admin-performance td:nth-child(8){min-width:110px}
.giverr-table--admin-performance th:nth-child(9),.giverr-table--admin-performance td:nth-child(9){min-width:150px}
.giverr-table--admin-performance th:nth-child(10),.giverr-table--admin-performance td:nth-child(10){min-width:120px}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-profile-card h2{font-size:22px}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-card__head h3{font-size:18px}
@media (max-width:1100px){.giverr-stats-grid--admin{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:700px){.giverr-stats-grid--admin{grid-template-columns:1fr}}

/* 0.3.18 admin dashboard responsive cleanup */
.giverr-workspace-shell--admin-dashboard .giverr-workspace-profile-card{
  padding:20px 22px;
}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-profile-card h2{
  font-size:26px;
  line-height:1.15;
  margin:0 0 6px;
}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-profile-card span,
.giverr-workspace-shell--admin-dashboard .giverr-workspace-profile-card .giverr-chip{
  font-size:13px;
}
.giverr-admin-stat-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-bottom:18px;
}
.giverr-admin-metric-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:16px 18px;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
  min-width:0;
}
.giverr-admin-metric-card__label{
  display:block;
  font-size:12px;
  line-height:1.3;
  color:#667085;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.02em;
  margin-bottom:8px;
}
.giverr-admin-metric-card__value{
  display:block;
  font-size:24px;
  line-height:1.1;
  color:#101828;
  margin-bottom:8px;
  font-weight:800;
  white-space:nowrap;
}
.giverr-admin-metric-card__note{
  margin:0;
  font-size:13px;
  line-height:1.45;
  color:#667085;
}
.giverr-table-wrap--admin-dashboard{
  width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
}
.giverr-table--admin-orders,
.giverr-table--admin-performance{
  width:100%;
  min-width:1240px;
  table-layout:auto !important;
  border-collapse:separate;
  border-spacing:0;
}
.giverr-table--admin-orders th,
.giverr-table--admin-orders td,
.giverr-table--admin-performance th,
.giverr-table--admin-performance td{
  padding:12px 14px !important;
  vertical-align:top !important;
  white-space:normal !important;
  word-break:normal;
  overflow-wrap:anywhere;
}
.giverr-table--admin-orders th,
.giverr-table--admin-performance th{
  font-size:12px;
  line-height:1.3;
  color:#667085;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.02em;
}
.giverr-table--admin-orders td,
.giverr-table--admin-performance td{
  font-size:14px;
  line-height:1.45;
  color:#101828;
}
.giverr-table--admin-orders td:nth-child(1),
.giverr-table--admin-orders td:nth-child(6),
.giverr-table--admin-orders td:nth-child(7){
  white-space:nowrap !important;
}
.giverr-table--admin-orders .giverr-person-cell,
.giverr-table--admin-performance .giverr-person-cell{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.giverr-table--admin-orders .giverr-person-cell strong,
.giverr-table--admin-performance .giverr-person-cell strong{
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  line-height:1.35;
}
.giverr-table--admin-orders .giverr-status-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  max-width:100%;
  white-space:normal !important;
  text-align:center;
  line-height:1.2;
  padding:7px 10px;
  min-height:32px;
}
.giverr-table--admin-performance td{
  white-space:nowrap !important;
}
.giverr-table--admin-performance td:first-child{
  white-space:normal !important;
}
.giverr-workspace-shell--admin-dashboard .giverr-metric-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.giverr-workspace-shell--admin-dashboard .giverr-metric{
  min-height:96px;
  padding:14px;
}
.giverr-workspace-shell--admin-dashboard .giverr-metric span{
  font-size:12px;
  line-height:1.3;
}
.giverr-workspace-shell--admin-dashboard .giverr-metric strong{
  font-size:22px;
  line-height:1.1;
}
@media (max-width: 1200px){
  .giverr-admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .giverr-workspace-shell--admin-dashboard .giverr-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 720px){
  .giverr-admin-stat-grid{grid-template-columns:1fr;}
  .giverr-workspace-shell--admin-dashboard .giverr-metric-grid{grid-template-columns:1fr;}
  .giverr-admin-metric-card__value{font-size:21px;}
  .giverr-workspace-shell--admin-dashboard .giverr-workspace-profile-card h2{font-size:22px;}
}

.giverr-admin-view-switcher{display:none !important}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-main--admin{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;max-width:100%;overflow:hidden}
.giverr-workspace-card--admin-hero{padding:20px}
.giverr-admin-mini-grid,.giverr-admin-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.giverr-admin-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.giverr-admin-metric-card{min-width:0;padding:16px 18px;border:1px solid #e7e2e5;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(17,24,39,.04)}
.giverr-admin-metric-card__label{display:block;font-size:12px;line-height:1.35;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#6b7280;margin:0 0 8px}
.giverr-admin-metric-card__value{display:block;font-size:24px;line-height:1.1;font-weight:800;color:#0f172a;margin:0 0 6px}
.giverr-admin-metric-card__note{margin:0;font-size:13px;line-height:1.5;color:#667085}
.giverr-table-wrap--admin-dashboard{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden}
.giverr-table--admin-orders,.giverr-table--admin-performance,.giverr-table--admin-buyers{width:max-content;min-width:100%;table-layout:auto;border-collapse:separate;border-spacing:0}
.giverr-table--admin-orders th,.giverr-table--admin-orders td,.giverr-table--admin-performance th,.giverr-table--admin-performance td,.giverr-table--admin-buyers th,.giverr-table--admin-buyers td{white-space:normal;vertical-align:top;padding:12px 12px}
.giverr-table--admin-orders th:nth-child(1),.giverr-table--admin-orders td:nth-child(1){min-width:150px}
.giverr-table--admin-orders th:nth-child(2),.giverr-table--admin-orders td:nth-child(2){min-width:260px}
.giverr-table--admin-orders th:nth-child(3),.giverr-table--admin-orders td:nth-child(3),.giverr-table--admin-orders th:nth-child(4),.giverr-table--admin-orders td:nth-child(4){min-width:190px}
.giverr-table--admin-orders th:nth-child(5),.giverr-table--admin-orders td:nth-child(5){min-width:180px}
.giverr-table--admin-orders th:nth-child(6),.giverr-table--admin-orders td:nth-child(6){min-width:110px;white-space:nowrap}
.giverr-table--admin-orders th:nth-child(7),.giverr-table--admin-orders td:nth-child(7){min-width:110px;white-space:nowrap}
.giverr-table--admin-performance th:nth-child(1),.giverr-table--admin-performance td:nth-child(1){min-width:210px}
.giverr-table--admin-performance th:last-child,.giverr-table--admin-performance td:last-child,.giverr-table--admin-buyers th:last-child,.giverr-table--admin-buyers td:last-child{min-width:110px;text-align:center}
.giverr-table--admin-performance th,.giverr-table--admin-performance td,.giverr-table--admin-buyers th,.giverr-table--admin-buyers td{min-width:92px}
.giverr-table--admin-buyers th:nth-child(1),.giverr-table--admin-buyers td:nth-child(1){min-width:220px}
.giverr-person-cell{display:flex;align-items:center;gap:12px;min-width:0}
.giverr-person-cell>div{min-width:0}
.giverr-person-cell strong{display:block;font-size:14px;line-height:1.35;white-space:normal;overflow:visible;text-overflow:clip;word-break:break-word}
.giverr-table--admin-performance .giverr-button,.giverr-table--admin-buyers .giverr-button{min-width:78px;padding:9px 14px;white-space:nowrap}
.giverr-workspace-shell--admin-dashboard .giverr-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.giverr-workspace-shell--admin-dashboard .giverr-metric{min-width:0}
@media (max-width:1200px){.giverr-admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.giverr-admin-mini-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:900px){.giverr-admin-mini-grid,.giverr-admin-stat-grid,.giverr-workspace-shell--admin-dashboard .giverr-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.giverr-admin-mini-grid,.giverr-admin-stat-grid,.giverr-workspace-shell--admin-dashboard .giverr-metric-grid{grid-template-columns:1fr}.giverr-admin-metric-card__value{font-size:20px}.giverr-table-wrap--admin-dashboard{margin:0 -6px}.giverr-table--admin-orders,.giverr-table--admin-performance,.giverr-table--admin-buyers{min-width:980px}}


/* 0.3.20 admin dashboard redesign */
.giverr-workspace.giverr-workspace--admin,
.giverr-workspace.giverr-workspace--admin-seller,
.giverr-workspace.giverr-workspace--admin-buyer{
  max-width:1440px;
  padding:20px 20px 44px;
}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-main--admin{
  gap:20px;
}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-card,
.giverr-workspace-shell--admin-dashboard .giverr-workspace-profile-card{
  padding:18px;
  border-radius:18px;
}
.giverr-workspace-card--admin-hero{
  background:linear-gradient(180deg,#fff 0%,#fcfcfd 100%);
}
.giverr-workspace-card--admin-hero .giverr-workspace-card__head{
  align-items:flex-start;
  gap:10px;
}
.giverr-workspace-card--admin-hero .giverr-workspace-card__head h2{
  margin:0;
  font-size:19px;
  line-height:1.2;
  font-weight:700;
}
.giverr-workspace-card--admin-hero p{
  margin:6px 0 0;
  font-size:13px;
  line-height:1.55;
  color:#667085;
}
.giverr-admin-mini-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.giverr-admin-stat-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.giverr-admin-metric-card{
  padding:14px 15px;
  border-radius:16px;
  box-shadow:none;
}
.giverr-admin-metric-card__label{
  font-size:10px;
  line-height:1.35;
  letter-spacing:.07em;
  margin-bottom:7px;
}
.giverr-admin-metric-card__value{
  font-size:20px;
  line-height:1.05;
  font-weight:800;
  margin-bottom:6px;
}
.giverr-admin-metric-card__note{
  font-size:12px;
  line-height:1.5;
}
.giverr-workspace-shell--admin-dashboard .giverr-metric-grid{
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
}
.giverr-workspace-shell--admin-dashboard .giverr-metric{
  min-height:86px;
  padding:12px 13px;
  border-radius:14px;
}
.giverr-workspace-shell--admin-dashboard .giverr-metric span{
  font-size:11px;
  line-height:1.35;
}
.giverr-workspace-shell--admin-dashboard .giverr-metric strong{
  font-size:16px;
  line-height:1.1;
}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-card__head h3{
  font-size:16px;
  line-height:1.25;
  font-weight:700;
}
.giverr-workspace-shell--admin-dashboard .giverr-chip{
  font-size:11px;
}
.giverr-table-wrap--admin-dashboard{
  overflow-x:auto;
  overflow-y:hidden;
  border:1px solid #ebe5e8;
  border-radius:16px;
  background:#fff;
}
.giverr-table-wrap--admin-dashboard table{
  width:100%;
  min-width:0;
  table-layout:fixed;
}
.giverr-table-wrap--admin-dashboard thead th{
  background:#fcfcfd;
}
.giverr-table--admin-orders th,
.giverr-table--admin-orders td,
.giverr-table--admin-performance th,
.giverr-table--admin-performance td,
.giverr-table--admin-buyers th,
.giverr-table--admin-buyers td{
  padding:11px 10px !important;
  font-size:12px !important;
  line-height:1.4;
  vertical-align:middle !important;
}
.giverr-table--admin-orders td,
.giverr-table--admin-performance td,
.giverr-table--admin-buyers td{
  color:#101828;
}
.giverr-table--admin-orders th:nth-child(1),.giverr-table--admin-orders td:nth-child(1){width:12%}
.giverr-table--admin-orders th:nth-child(2),.giverr-table--admin-orders td:nth-child(2){width:24%}
.giverr-table--admin-orders th:nth-child(3),.giverr-table--admin-orders td:nth-child(3){width:16%}
.giverr-table--admin-orders th:nth-child(4),.giverr-table--admin-orders td:nth-child(4){width:16%}
.giverr-table--admin-orders th:nth-child(5),.giverr-table--admin-orders td:nth-child(5){width:14%}
.giverr-table--admin-orders th:nth-child(6),.giverr-table--admin-orders td:nth-child(6){width:9%;white-space:nowrap!important}
.giverr-table--admin-orders th:nth-child(7),.giverr-table--admin-orders td:nth-child(7){width:9%;white-space:nowrap!important}
.giverr-table--admin-performance th:nth-child(1),.giverr-table--admin-performance td:nth-child(1){width:15%}
.giverr-table--admin-performance th:nth-child(2),.giverr-table--admin-performance td:nth-child(2){width:7%}
.giverr-table--admin-performance th:nth-child(3),.giverr-table--admin-performance td:nth-child(3),
.giverr-table--admin-performance th:nth-child(4),.giverr-table--admin-performance td:nth-child(4),
.giverr-table--admin-performance th:nth-child(5),.giverr-table--admin-performance td:nth-child(5),
.giverr-table--admin-performance th:nth-child(6),.giverr-table--admin-performance td:nth-child(6),
.giverr-table--admin-performance th:nth-child(7),.giverr-table--admin-performance td:nth-child(7),
.giverr-table--admin-performance th:nth-child(8),.giverr-table--admin-performance td:nth-child(8),
.giverr-table--admin-performance th:nth-child(9),.giverr-table--admin-performance td:nth-child(9),
.giverr-table--admin-performance th:nth-child(10),.giverr-table--admin-performance td:nth-child(10),
.giverr-table--admin-performance th:nth-child(11),.giverr-table--admin-performance td:nth-child(11),
.giverr-table--admin-performance th:nth-child(12),.giverr-table--admin-performance td:nth-child(12),
.giverr-table--admin-performance th:nth-child(13),.giverr-table--admin-performance td:nth-child(13),
.giverr-table--admin-performance th:nth-child(14),.giverr-table--admin-performance td:nth-child(14),
.giverr-table--admin-performance th:nth-child(15),.giverr-table--admin-performance td:nth-child(15){width:5.3%;white-space:nowrap!important}
.giverr-table--admin-performance th:nth-child(16),.giverr-table--admin-performance td:nth-child(16){width:6.4%;text-align:center}
.giverr-table--admin-buyers th:nth-child(1),.giverr-table--admin-buyers td:nth-child(1){width:16%}
.giverr-table--admin-buyers th:nth-child(2),.giverr-table--admin-buyers td:nth-child(2){width:9%;white-space:nowrap!important}
.giverr-table--admin-buyers th:nth-child(3),.giverr-table--admin-buyers td:nth-child(3),
.giverr-table--admin-buyers th:nth-child(4),.giverr-table--admin-buyers td:nth-child(4),
.giverr-table--admin-buyers th:nth-child(5),.giverr-table--admin-buyers td:nth-child(5),
.giverr-table--admin-buyers th:nth-child(6),.giverr-table--admin-buyers td:nth-child(6),
.giverr-table--admin-buyers th:nth-child(7),.giverr-table--admin-buyers td:nth-child(7),
.giverr-table--admin-buyers th:nth-child(8),.giverr-table--admin-buyers td:nth-child(8),
.giverr-table--admin-buyers th:nth-child(9),.giverr-table--admin-buyers td:nth-child(9),
.giverr-table--admin-buyers th:nth-child(10),.giverr-table--admin-buyers td:nth-child(10),
.giverr-table--admin-buyers th:nth-child(11),.giverr-table--admin-buyers td:nth-child(11),
.giverr-table--admin-buyers th:nth-child(12),.giverr-table--admin-buyers td:nth-child(12){width:6.8%;white-space:nowrap!important}
.giverr-table--admin-buyers th:nth-child(13),.giverr-table--admin-buyers td:nth-child(13){width:7%;text-align:center}
.giverr-table-wrap--admin-dashboard .giverr-person-cell{
  gap:8px;
}
.giverr-table-wrap--admin-dashboard .giverr-person-cell img,
.giverr-table-wrap--admin-dashboard .giverr-avatar{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  min-height:34px!important;
}
.giverr-table-wrap--admin-dashboard .giverr-person-cell strong,
.giverr-table-wrap--admin-dashboard .giverr-table-link,
.giverr-table-wrap--admin-dashboard td a{
  font-size:12px;
  line-height:1.35;
  font-weight:600;
  word-break:break-word;
}
.giverr-table-wrap--admin-dashboard .giverr-status-badge{
  min-width:0;
  width:100%;
  padding:6px 8px;
  font-size:10px;
  line-height:1.2;
  white-space:normal!important;
}
.giverr-table-wrap--admin-dashboard .giverr-button{
  min-width:72px;
  max-width:100%;
  padding:8px 10px;
  font-size:12px;
  line-height:1.1;
  white-space:normal;
}
.giverr-workspace--admin .giverr-pagination,
.giverr-workspace--admin-seller .giverr-pagination,
.giverr-workspace--admin-buyer .giverr-pagination{
  margin-top:12px;
}
@media (max-width:1280px){
  .giverr-workspace.giverr-workspace--admin,
  .giverr-workspace.giverr-workspace--admin-seller,
  .giverr-workspace.giverr-workspace--admin-buyer{max-width:100%;padding-inline:16px;}
  .giverr-admin-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .giverr-workspace-shell--admin-dashboard .giverr-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .giverr-table-wrap--admin-dashboard table{min-width:1180px;table-layout:auto;}
}
@media (max-width:900px){
  .giverr-admin-mini-grid,
  .giverr-admin-stat-grid,
  .giverr-workspace-shell--admin-dashboard .giverr-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:640px){
  .giverr-admin-mini-grid,
  .giverr-admin-stat-grid,
  .giverr-workspace-shell--admin-dashboard .giverr-metric-grid{grid-template-columns:1fr;}
  .giverr-workspace-card--admin-hero .giverr-workspace-card__head h2{font-size:17px;}
  .giverr-admin-metric-card__value{font-size:18px;}
  .giverr-table-wrap--admin-dashboard{margin:0;}
  .giverr-table-wrap--admin-dashboard table{min-width:980px;}
}


.giverr-workspace.giverr-workspace--admin{
  max-width:100% !important;
  width:100% !important;
  padding:20px 22px 44px !important;
}
.giverr-workspace--admin .giverr-workspace-shell,
.giverr-workspace--admin .giverr-workspace-main,
.giverr-workspace-shell--admin-dashboard,
.giverr-workspace-shell--admin-dashboard .giverr-workspace-main--admin{
  width:100% !important;
  max-width:none !important;
}
.giverr-workspace-card--admin-hero,
.giverr-workspace-shell--admin-dashboard .giverr-workspace-card,
.giverr-workspace-shell--admin-dashboard .giverr-workspace-profile-card{
  width:100% !important;
}
.giverr-admin-mini-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr)) !important;
  gap:16px !important;
  width:100% !important;
}
.giverr-admin-stat-grid,
.giverr-workspace-shell--admin-dashboard .giverr-metric-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr)) !important;
  gap:16px !important;
  width:100% !important;
}
.giverr-workspace-card--admin-hero .giverr-workspace-card__head h2{
  font-size:17px !important;
  font-weight:700 !important;
}
.giverr-workspace-card--admin-hero p,
.giverr-admin-metric-card__note,
.giverr-workspace-shell--admin-dashboard .giverr-metric span,
.giverr-table-wrap--admin-dashboard td,
.giverr-table-wrap--admin-dashboard td *,
.giverr-table-wrap--admin-dashboard th{
  font-size:12px !important;
  line-height:1.45 !important;
}
.giverr-admin-metric-card{
  padding:13px 14px !important;
  min-height:116px;
}
.giverr-admin-metric-card__label{
  font-size:10px !important;
  letter-spacing:.06em !important;
  margin-bottom:6px !important;
}
.giverr-admin-metric-card__value{
  font-size:17px !important;
  line-height:1.1 !important;
  margin-bottom:4px !important;
}
.giverr-workspace-shell--admin-dashboard .giverr-metric{
  min-height:80px !important;
  padding:12px !important;
}
.giverr-workspace-shell--admin-dashboard .giverr-metric strong{
  font-size:15px !important;
  line-height:1.1 !important;
}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-card__head h3{
  font-size:15px !important;
}
.giverr-table-wrap--admin-dashboard{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  overflow-x:auto !important;
}
.giverr-table-wrap--admin-dashboard table{
  width:100% !important;
  min-width:100% !important;
  table-layout:auto !important;
}
.giverr-table--admin-orders th,
.giverr-table--admin-orders td,
.giverr-table--admin-performance th,
.giverr-table--admin-performance td,
.giverr-table--admin-buyers th,
.giverr-table--admin-buyers td{
  padding:10px 10px !important;
  vertical-align:top !important;
}
.giverr-table--admin-orders td,
.giverr-table--admin-performance td,
.giverr-table--admin-buyers td{
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:anywhere !important;
}
.giverr-table-wrap--admin-dashboard .giverr-person-cell{
  min-width:140px;
}
.giverr-table-wrap--admin-dashboard .giverr-status-badge{
  display:inline-flex !important;
  width:auto !important;
  max-width:100% !important;
  min-width:0 !important;
  justify-content:center;
}
@media (min-width:1201px){
  .giverr-table--admin-orders{min-width:0 !important;}
  .giverr-table--admin-performance{min-width:1480px !important;}
  .giverr-table--admin-buyers{min-width:1320px !important;}
}
@media (max-width:1200px){
  .giverr-workspace.giverr-workspace--admin{padding:18px 16px 38px !important;}
  .giverr-admin-mini-grid,
  .giverr-admin-stat-grid,
  .giverr-workspace-shell--admin-dashboard .giverr-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:700px){
  .giverr-admin-mini-grid,
  .giverr-admin-stat-grid,
  .giverr-workspace-shell--admin-dashboard .giverr-metric-grid{grid-template-columns:1fr !important;}
  .giverr-admin-metric-card__value{font-size:16px !important;}
  .giverr-workspace-card--admin-hero .giverr-workspace-card__head h2{font-size:16px !important;}
}


/* 0.3.22 admin dashboard shell width and responsive cleanup */
.giverr-workspace-shell--admin-dashboard{
  display:block !important;
  grid-template-columns:1fr !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  gap:0 !important;
}
.giverr-workspace-shell--admin-dashboard > *{
  min-width:0 !important;
  max-width:100% !important;
}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-main--admin{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  gap:18px !important;
}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-card,
.giverr-workspace-shell--admin-dashboard .giverr-workspace-profile-card,
.giverr-workspace-shell--admin-dashboard .giverr-workspace-card--admin-hero{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-card__head{
  align-items:center !important;
  gap:12px !important;
}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-card__head h2{
  font-size:18px !important;
  line-height:1.25 !important;
  font-weight:700 !important;
  margin:0 !important;
}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-card__head h3{
  font-size:15px !important;
  line-height:1.3 !important;
  font-weight:700 !important;
  margin:0 !important;
}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-card > p,
.giverr-workspace-shell--admin-dashboard .giverr-workspace-card p,
.giverr-workspace-shell--admin-dashboard .giverr-admin-metric-card__note,
.giverr-workspace-shell--admin-dashboard .giverr-metric span{
  font-size:12px !important;
  line-height:1.5 !important;
}
.giverr-admin-mini-grid,
.giverr-admin-stat-grid,
.giverr-workspace-shell--admin-dashboard .giverr-metric-grid{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr)) !important;
  gap:14px !important;
}
.giverr-admin-metric-card,
.giverr-workspace-shell--admin-dashboard .giverr-metric{
  min-width:0 !important;
  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box !important;
  padding:14px !important;
  border-radius:14px !important;
}
.giverr-admin-metric-card__label{
  display:block !important;
  font-size:10px !important;
  line-height:1.4 !important;
  letter-spacing:.08em !important;
  font-weight:700 !important;
  text-transform:uppercase !important;
}
.giverr-admin-metric-card__value,
.giverr-workspace-shell--admin-dashboard .giverr-metric strong{
  display:block !important;
  font-size:14px !important;
  line-height:1.15 !important;
  font-weight:800 !important;
  margin:6px 0 4px !important;
}
.giverr-table-wrap--admin-dashboard{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  box-sizing:border-box !important;
}
.giverr-table-wrap--admin-dashboard table{
  width:100% !important;
  min-width:100% !important;
  table-layout:auto !important;
}
.giverr-table-wrap--admin-dashboard th,
.giverr-table-wrap--admin-dashboard td{
  font-size:12px !important;
  line-height:1.45 !important;
  padding:10px 10px !important;
  vertical-align:top !important;
  word-break:normal !important;
  overflow-wrap:anywhere !important;
}
.giverr-table-wrap--admin-dashboard .giverr-person-cell{
  min-width:0 !important;
  gap:8px !important;
}
.giverr-table-wrap--admin-dashboard .giverr-person-cell strong,
.giverr-table-wrap--admin-dashboard td,
.giverr-table-wrap--admin-dashboard td a{
  font-size:12px !important;
}
.giverr-table-wrap--admin-dashboard .giverr-avatar,
.giverr-table-wrap--admin-dashboard .giverr-person-cell img{
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  min-height:34px !important;
}
.giverr-table-wrap--admin-dashboard .giverr-status-badge{
  min-width:0 !important;
  width:auto !important;
  max-width:100% !important;
  white-space:normal !important;
  padding:6px 10px !important;
  font-size:10px !important;
  line-height:1.2 !important;
}
.giverr-table-wrap--admin-dashboard .giverr-button{
  min-width:72px !important;
  padding:8px 12px !important;
  font-size:12px !important;
  white-space:nowrap !important;
}
@media (max-width: 1024px){
  .giverr-admin-mini-grid,
  .giverr-admin-stat-grid,
  .giverr-workspace-shell--admin-dashboard .giverr-metric-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .giverr-table-wrap--admin-dashboard table{
    min-width:1120px !important;
  }
}
@media (max-width: 640px){
  .giverr-admin-mini-grid,
  .giverr-admin-stat-grid,
  .giverr-workspace-shell--admin-dashboard .giverr-metric-grid{
    grid-template-columns:1fr !important;
  }
  .giverr-workspace-shell--admin-dashboard .giverr-workspace-card,
  .giverr-workspace-shell--admin-dashboard .giverr-workspace-profile-card{
    padding:14px !important;
  }
  .giverr-workspace-shell--admin-dashboard .giverr-workspace-card__head h2{
    font-size:17px !important;
  }
  .giverr-table-wrap--admin-dashboard table{
    min-width:980px !important;
  }
}
.giverr-table--admin-orders th,.giverr-table--admin-orders td{font-size:12px!important;line-height:1.35!important;vertical-align:middle!important}
.giverr-table--admin-orders th:nth-child(1),.giverr-table--admin-orders td:nth-child(1){min-width:120px!important}
.giverr-table--admin-orders th:nth-child(2),.giverr-table--admin-orders td:nth-child(2){min-width:88px!important;text-align:center!important}
.giverr-table--admin-orders th:nth-child(3),.giverr-table--admin-orders td:nth-child(3){min-width:220px!important}
.giverr-table--admin-orders th:nth-child(4),.giverr-table--admin-orders td:nth-child(4),.giverr-table--admin-orders th:nth-child(5),.giverr-table--admin-orders td:nth-child(5){min-width:170px!important}
.giverr-table--admin-orders th:nth-child(6),.giverr-table--admin-orders td:nth-child(6),.giverr-table--admin-orders th:nth-child(7),.giverr-table--admin-orders td:nth-child(7),.giverr-table--admin-orders th:nth-child(8),.giverr-table--admin-orders td:nth-child(8),.giverr-table--admin-orders th:nth-child(9),.giverr-table--admin-orders td:nth-child(9),.giverr-table--admin-orders th:nth-child(10),.giverr-table--admin-orders td:nth-child(10),.giverr-table--admin-orders th:nth-child(11),.giverr-table--admin-orders td:nth-child(11),.giverr-table--admin-orders th:nth-child(12),.giverr-table--admin-orders td:nth-child(12){min-width:88px!important;text-align:center!important}
.giverr-table--admin-orders th:nth-child(13),.giverr-table--admin-orders td:nth-child(13){min-width:110px!important;text-align:center!important;white-space:nowrap!important}
.giverr-table--admin-orders th:nth-child(14),.giverr-table--admin-orders td:nth-child(14){min-width:92px!important;text-align:center!important;white-space:nowrap!important}
.giverr-table--admin-orders th:nth-child(15),.giverr-table--admin-orders td:nth-child(15){min-width:78px!important;text-align:center!important;white-space:nowrap!important}
.giverr-table--admin-orders th:nth-child(16),.giverr-table--admin-orders td:nth-child(16){min-width:92px!important;text-align:center!important}
.giverr-table--admin-orders th:nth-child(17),.giverr-table--admin-orders td:nth-child(17){min-width:96px!important;text-align:right!important;white-space:nowrap!important}
.giverr-admin-status-flag{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:54px!important;height:28px!important;padding:0 10px!important;border-radius:999px!important;border:1px solid #d7dbe3!important;background:#f5f7fa!important;color:#7a8597!important;font-size:11px!important;font-weight:700!important;letter-spacing:.02em!important;text-transform:uppercase!important}
.giverr-admin-status-flag.is-active{color:#fff!important;border-color:transparent!important}
.giverr-admin-status-flag--in_progress.is-active{background:#19a463!important}
.giverr-admin-status-flag--in_review.is-active{background:#f08c2e!important}
.giverr-admin-status-flag--in_dispute.is-active{background:#d93838!important}
.giverr-admin-status-flag--in_revision.is-active{background:#d9b111!important;color:#111827!important}
.giverr-admin-status-flag--complete.is-active{background:#2563eb!important}
.giverr-admin-status-flag--canceled.is-active{background:#111827!important}
.giverr-admin-status-flag--awaiting_requirements.is-active{background:#8a93a3!important}
.giverr-table--admin-orders .giverr-person-cell{min-width:0!important;gap:10px!important}
.giverr-table--admin-orders .giverr-person-cell strong{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.35!important}
.giverr-table--admin-orders .giverr-table-link{white-space:normal!important;word-break:break-word!important}
@media (max-width: 900px){.giverr-table-wrap--admin-dashboard .giverr-table--admin-orders{min-width:1850px!important}}


/* 0.3.26 admin dashboard full-width hard override */
.giverr-workspace.giverr-workspace--admin,
.giverr-workspace.giverr-workspace--admin-seller,
.giverr-workspace.giverr-workspace--admin-buyer{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
  padding:16px 20px 40px !important;
  box-sizing:border-box !important;
}
.giverr-workspace.giverr-workspace--admin .giverr-workspace-shell--admin-dashboard,
.giverr-workspace.giverr-workspace--admin-seller .giverr-workspace-shell--admin-dashboard,
.giverr-workspace.giverr-workspace--admin-buyer .giverr-workspace-shell--admin-dashboard,
.giverr-workspace-shell--admin-dashboard{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-main--admin{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
  gap:18px !important;
  justify-items:stretch !important;
}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-card,
.giverr-workspace-shell--admin-dashboard .giverr-workspace-card--admin-hero,
.giverr-workspace-shell--admin-dashboard .giverr-table-wrap--admin-dashboard,
.giverr-workspace-shell--admin-dashboard .giverr-admin-mini-grid,
.giverr-workspace-shell--admin-dashboard .giverr-admin-stat-grid,
.giverr-workspace-shell--admin-dashboard .giverr-metric-grid{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}
.giverr-workspace-shell--admin-dashboard .giverr-admin-mini-grid,
.giverr-workspace-shell--admin-dashboard .giverr-admin-stat-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr)) !important;
  gap:16px !important;
}
.giverr-workspace-shell--admin-dashboard .giverr-metric-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr)) !important;
  gap:14px !important;
}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-card__head h2{font-size:16px !important;line-height:1.25 !important;}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-card__head h3{font-size:15px !important;line-height:1.25 !important;}
.giverr-workspace-shell--admin-dashboard .giverr-workspace-card > p,
.giverr-workspace-shell--admin-dashboard .giverr-admin-metric-card__note,
.giverr-workspace-shell--admin-dashboard .giverr-metric span,
.giverr-workspace-shell--admin-dashboard .giverr-table-wrap--admin-dashboard td,
.giverr-workspace-shell--admin-dashboard .giverr-table-wrap--admin-dashboard th{
  font-size:12px !important;
  line-height:1.45 !important;
}
.giverr-workspace-shell--admin-dashboard .giverr-admin-metric-card{padding:14px !important;min-height:110px !important;}
.giverr-workspace-shell--admin-dashboard .giverr-admin-metric-card__value,
.giverr-workspace-shell--admin-dashboard .giverr-metric strong{font-size:18px !important;line-height:1.1 !important;}
.giverr-workspace-shell--admin-dashboard .giverr-table-wrap--admin-dashboard{overflow-x:auto !important;overflow-y:hidden !important;}
.giverr-workspace-shell--admin-dashboard .giverr-table-wrap--admin-dashboard table{width:100% !important;max-width:none !important;table-layout:auto !important;}
@media (max-width:1100px){
  .giverr-workspace.giverr-workspace--admin,
  .giverr-workspace.giverr-workspace--admin-seller,
  .giverr-workspace.giverr-workspace--admin-buyer{padding:14px 14px 34px !important;}
  .giverr-workspace-shell--admin-dashboard .giverr-admin-mini-grid,
  .giverr-workspace-shell--admin-dashboard .giverr-admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:700px){
  .giverr-workspace-shell--admin-dashboard .giverr-admin-mini-grid,
  .giverr-workspace-shell--admin-dashboard .giverr-admin-stat-grid,
  .giverr-workspace-shell--admin-dashboard .giverr-metric-grid{grid-template-columns:1fr !important;}
  .giverr-workspace-shell--admin-dashboard .giverr-admin-metric-card__value,
  .giverr-workspace-shell--admin-dashboard .giverr-metric strong{font-size:16px !important;}
}


.giverr-counter{display:inline-flex;align-items:center;justify-content:center;min-width:116px;padding:6px 10px;border-radius:999px;font-weight:700;font-size:12px;line-height:1.1;letter-spacing:.04em;background:#eef7f0;color:#1f7a3d;white-space:nowrap;border:1px solid transparent;}
.giverr-counter--ontime{background:#eef7f0;color:#1f7a3d;border-color:#cfe9d5;}
.giverr-counter--warning{background:#fff7e6;color:#b26a00;border-color:#f4d28c;}
.giverr-counter--critical{background:#fff4db;color:#a15c00;border-color:#efc768;}
.giverr-counter--late{background:#fff0f0;color:#b42318;border-color:#f3c2c2;}
.giverr-counter--paused{background:#f2f4f7;color:#475467;border-color:#d0d5dd;}
.giverr-order-detail__layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(280px,1fr);gap:24px;align-items:start}
.giverr-order-detail__primary,.giverr-order-detail__sidebar{min-width:0}
.giverr-order-detail__sidebar{display:grid;gap:18px;position:sticky;top:18px}
.giverr-order-tabs{display:grid;gap:18px}
.giverr-order-tabs__nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:6px;border-bottom:1px solid #ead9de}
.giverr-order-tabs__button{appearance:none;border:0;background:transparent;color:#8a6270;font-weight:700;font-size:13px;line-height:1.2;padding:10px 14px;border-radius:999px;cursor:pointer;transition:all .2s ease}
.giverr-order-tabs__button.is-active{background:#7d2339;color:#fff;box-shadow:0 10px 24px rgba(125,35,57,.16)}
.giverr-order-tabs__panel{min-width:0}
.giverr-order-detail__stack{display:grid;gap:18px}
.giverr-order-detail__card--order-record,.giverr-order-detail__card--requirements-empty{padding:22px}
.giverr-order-detail__record-head{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid #efe4e7;font-size:13px;color:#6b7280}
.giverr-order-detail__record-gig h4{margin:0 0 12px;font-size:18px;line-height:1.3;color:#111827}
.giverr-order-detail__richtext{font-size:14px;line-height:1.75;color:#374151}
.giverr-order-detail__richtext p:last-child{margin-bottom:0}
.giverr-order-detail__sidebar-list{display:grid;gap:12px}
.giverr-order-detail__sidebar-list div{display:grid;gap:4px;padding:12px 14px;border:1px solid #efe4e7;border-radius:14px;background:#fff9fa}
.giverr-order-detail__sidebar-list span,.giverr-order-detail__requirements-meta,.giverr-order-detail__requirements-event-meta{font-size:12px;line-height:1.4;text-transform:uppercase;letter-spacing:.06em;color:#8a6270;font-weight:700}
.giverr-order-detail__sidebar-list strong{font-size:14px;line-height:1.5;color:#111827}
.giverr-order-detail__tracker{display:grid;gap:12px}
.giverr-order-detail__tracker-item{display:flex;align-items:center;gap:10px;color:#4b5563;font-size:14px;line-height:1.5}
.giverr-order-detail__tracker-item span{width:12px;height:12px;border-radius:999px;border:2px solid #d8b6bf;background:#fff;flex:0 0 auto}
.giverr-order-detail__tracker-item.is-complete span{background:#7d2339;border-color:#7d2339}
.giverr-order-detail__ordered-gig>strong{display:block;margin-bottom:12px;font-size:16px;line-height:1.35;color:#111827}
.giverr-order-detail__requirements-note{font-size:14px;line-height:1.75;color:#374151}
.giverr-order-detail__requirements-meta{margin-top:14px}
.giverr-order-detail__timeline h3{margin-bottom:14px}
.giverr-order-detail__timeline .giverr-order-timeline__item{padding:18px 20px;border:1px solid #efe4e7;border-radius:16px;background:#fff;box-shadow:0 10px 24px rgba(17,24,39,.03)}
.giverr-order-detail__timeline .giverr-order-timeline{display:grid;gap:14px}
.giverr-order-detail__timeline .giverr-order-timeline__meta{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:10px}
.giverr-order-detail__timeline .giverr-order-timeline__body{font-size:14px;line-height:1.7;color:#374151}
.giverr-order-detail__primary .giverr-order-detail__card h3,.giverr-order-detail__primary .giverr-order-detail__brief h3,.giverr-order-detail__primary .giverr-order-detail__timeline h3{font-size:20px;line-height:1.25;margin:0 0 14px}
.giverr-order-detail__primary .giverr-order-detail__card,.giverr-order-detail__primary .giverr-order-detail__brief,.giverr-order-detail__primary .giverr-order-detail__timeline{border-radius:20px}
.giverr-order-detail__sidebar .giverr-order-detail__card h3{font-size:18px;line-height:1.3}
.giverr-order-detail__sidebar .giverr-order-detail__card p{font-size:13px;line-height:1.65}
.giverr-order-detail__card form{display:grid;gap:12px}
.giverr-order-detail__card form textarea,.giverr-order-detail__card form select,.giverr-order-detail__card form input[type="text"],.giverr-order-detail__card form input[type="number"],.giverr-order-detail__card form input[type="file"]{margin:0}
.giverr-order-detail__card form button{margin-top:4px}
@media (max-width: 1100px){.giverr-order-detail__layout{grid-template-columns:1fr}.giverr-order-detail__sidebar{position:static;order:2}.giverr-order-detail__primary{order:1}}
@media (max-width: 720px){.giverr-order-tabs__nav{padding:0 0 10px;overflow:auto;flex-wrap:nowrap}.giverr-order-tabs__button{white-space:nowrap}.giverr-order-detail__record-head{display:grid}.giverr-order-detail__timeline .giverr-order-timeline__meta{display:grid}.giverr-order-detail__card--order-record,.giverr-order-detail__card--requirements-empty{padding:18px}}
.giverr-order-detail--marketplace{max-width:1280px;margin:0 auto;padding:24px 18px 40px}
.giverr-order-detail__hero-compact{display:grid;grid-template-columns:minmax(0,3fr) minmax(280px,1fr);gap:24px;align-items:start;margin-bottom:18px}
.giverr-order-detail__hero-title{font-size:20px;line-height:1.35;color:#344054;margin:0 0 14px}
.giverr-order-detail__hero-pills{display:flex;gap:12px;flex-wrap:wrap}
.giverr-order-detail__hero-pills span{display:inline-flex;align-items:center;padding:10px 14px;border:1px solid #ece7ea;border-radius:999px;background:#fff;color:#667085;font-size:13px;font-weight:600}
.giverr-order-tabs__nav{padding:0;border-bottom:1px solid #d0d5dd;gap:24px}
.giverr-order-tabs__button{padding:0 0 12px;border-radius:0;color:#667085;background:transparent;box-shadow:none;font-size:14px}
.giverr-order-tabs__button.is-active{background:transparent;color:#111827;box-shadow:none;border-bottom:3px solid #111827}
.giverr-order-detail__layout{grid-template-columns:minmax(0,75%) minmax(260px,25%);gap:28px}
.giverr-order-detail__sidebar{gap:16px}
.giverr-order-detail__sidebar-card,.giverr-order-detail__sidebar .giverr-order-detail__card{background:#fff;border:1px solid #e4e7ec;border-radius:16px;padding:16px 18px;box-shadow:none}
.giverr-order-detail__sidebar-heading{font-size:15px;font-weight:700;color:#344054;margin-bottom:12px}
.giverr-order-detail__sidebar-gig-wrap{display:grid;grid-template-columns:62px 1fr;gap:12px;align-items:start;margin-bottom:12px}
.giverr-order-detail__sidebar-gig-wrap img,.giverr-order-detail__sidebar-thumb-placeholder{width:62px;height:62px;border-radius:12px;object-fit:cover;background:#f2f4f7;display:flex;align-items:center;justify-content:center;font-weight:700;color:#344054}
.giverr-order-detail__sidebar-gig-wrap strong{display:block;font-size:13px;line-height:1.45;color:#101828;margin-bottom:4px}
.giverr-order-detail__sidebar-gig-wrap span{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;background:#f8fafc;color:#344054;font-size:11px;font-weight:700;text-transform:uppercase;max-width:100%;line-height:1.35}
.giverr-order-detail__time-left{border-top:1px solid #eaecf0;padding-top:12px}
.giverr-order-detail__counter{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.giverr-order-detail__counter div{background:#101828;color:#fff;border-radius:12px;padding:8px 6px;text-align:center;min-width:0;overflow:hidden}
.giverr-order-detail__counter strong{display:block;font-size:18px;line-height:1.05;white-space:nowrap}
.giverr-order-detail__counter span{display:block;font-size:9px;opacity:.88;text-transform:uppercase;letter-spacing:.04em;line-height:1.15;white-space:nowrap}
.giverr-order-detail__counter--paused{opacity:.96}
.giverr-order-detail__counter--complete div{background:#eaf3ff;color:#1456b8;border:1px solid #c7dcff}
.giverr-order-detail__sidebar-button[disabled],.giverr-order-detail__sidebar-button[aria-disabled="true"]{opacity:.55;cursor:not-allowed}
.giverr-order-detail__sidebar-actions{display:grid;gap:10px;margin:14px 0}
.giverr-order-detail__sidebar-button{display:block;text-align:center;padding:11px 14px;border-radius:10px;border:1px solid #d0d5dd;background:#fff;color:#101828;text-decoration:none;font-weight:600}
.giverr-order-detail__sidebar-button--dark{background:#101828;color:#fff;border-color:#101828}
.giverr-order-detail__sidebar-person{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:center;border-top:1px solid #eaecf0;padding-top:14px;margin-top:14px}
.giverr-order-detail__avatar{width:46px;height:46px;border-radius:999px;background:#d1fadf;color:#027a48;display:flex;align-items:center;justify-content:center;font-weight:700}
.giverr-order-detail__sidebar-person strong{display:block;font-size:14px;color:#101828}
.giverr-order-detail__sidebar-person span{display:block;font-size:12px;color:#667085}
.giverr-order-detail__sidebar-message{display:block;margin-top:12px;padding:10px 12px;border:1px solid #d0d5dd;border-radius:10px;text-decoration:none;color:#101828;font-weight:600;text-align:center}
.giverr-order-detail__sidebar-meta{display:grid;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid #eaecf0}
.giverr-order-detail__sidebar-meta div{display:flex;justify-content:space-between;gap:10px;font-size:13px}
.giverr-order-detail__sidebar-meta span{color:#667085}
.giverr-order-detail__sidebar-meta strong{color:#101828}
.giverr-order-detail__track-list{display:grid;gap:12px}
.giverr-order-detail__track-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#101828}
.giverr-order-detail__track-dot{width:20px;height:20px;border-radius:50%;border:2px solid #101828;background:#f2f4f7;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;line-height:1;flex:0 0 20px}
.giverr-order-detail__track-item.is-complete .giverr-order-detail__track-dot{background:#101828;border-color:#101828}
.giverr-order-detail__support-links{display:grid;gap:8px}
.giverr-order-detail__support-links a{display:flex;justify-content:space-between;gap:8px;padding:10px 0;border-top:1px solid #eaecf0;text-decoration:none;color:#101828;font-weight:600}
.giverr-order-detail__support-links a:first-child{border-top:0;padding-top:0}
.giverr-order-detail__support-links small{display:block;font-size:12px;color:#667085;font-weight:500}
.giverr-order-detail__alert{padding:18px 20px;border:1px solid #d0d5dd;border-left:4px solid #2e90fa;border-radius:16px;background:#fff}
.giverr-order-detail__alert-title{font-size:24px;line-height:1.2;color:#101828;font-weight:700;margin-bottom:6px}
.giverr-order-detail__alert-text{font-size:14px;line-height:1.7;color:#667085}
.giverr-order-detail__section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}
.giverr-order-detail__record-gig{padding-top:6px}
.giverr-order-detail__pricing-table{margin-top:18px;border:1px solid #eaecf0;border-radius:12px;overflow:hidden}
.giverr-order-detail__pricing-table table{width:100%;border-collapse:collapse;font-size:13px}
.giverr-order-detail__pricing-table th,.giverr-order-detail__pricing-table td{padding:11px 12px;border-bottom:1px solid #eaecf0;vertical-align:top;text-align:left}
.giverr-order-detail__pricing-table thead th,.giverr-order-detail__pricing-table tfoot th{background:#f9fafb;color:#344054;font-weight:700}
.giverr-order-detail__pricing-table tfoot th{text-align:right}
.giverr-order-timeline{display:grid;gap:16px}
.giverr-order-timeline__item{position:relative;padding:18px 18px 18px 42px;border:1px solid #eaecf0;border-radius:16px;background:#fff}
.giverr-order-timeline__item:before{content:'';position:absolute;left:18px;top:22px;width:10px;height:10px;border-radius:999px;background:#22c55e}
.giverr-order-timeline__item:after{content:'';position:absolute;left:22px;top:32px;bottom:-18px;width:2px;background:#eaecf0}
.giverr-order-timeline__item:last-child:after{display:none}
.giverr-order-timeline__meta strong{font-size:15px;color:#101828}
.giverr-order-timeline__meta span{font-size:12px;color:#667085}
.giverr-order-timeline__attachments a{display:inline-block;margin:10px 10px 0 0;padding:8px 10px;border:1px solid #d0d5dd;border-radius:10px;text-decoration:none;color:#101828;font-size:12px}
.giverr-order-detail__primary .giverr-order-detail__card,.giverr-order-detail__primary .giverr-order-detail__brief{border:1px solid #e4e7ec;border-radius:16px;background:#fff;box-shadow:none;padding:22px}
.giverr-order-detail__primary .giverr-order-detail__timeline{display:grid;gap:16px}
.giverr-order-detail__summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.giverr-order-detail__summary-grid div{padding:12px 14px;border:1px solid #eaecf0;border-radius:12px;background:#fff}
.giverr-order-detail__summary-grid span{display:block;font-size:12px;color:#667085;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}
.giverr-order-detail__summary-grid strong{font-size:15px;color:#101828}
.giverr-order-detail__requirements-note{white-space:pre-wrap}
@media (max-width:1100px){.giverr-order-detail__hero-compact,.giverr-order-detail__layout{grid-template-columns:1fr}.giverr-order-detail__sidebar{position:static}}
@media (max-width:720px){.giverr-order-detail__counter{grid-template-columns:repeat(2,minmax(0,1fr))}.giverr-order-detail__summary-grid{grid-template-columns:1fr}.giverr-order-tabs__nav{gap:16px;overflow:auto}}
.giverr-order-detail__sidebar-button[disabled],.giverr-order-detail__sidebar-button[aria-disabled="true"]{opacity:.5;cursor:not-allowed}
.giverr-order-modal .giverr-modal__dialog{max-width:760px;border-radius:18px;padding:24px 26px 22px}
.giverr-order-modal__dialog h2{margin:0 0 18px;font-size:22px;line-height:1.2;color:#2b2f38}
.giverr-order-modal__form{display:grid;gap:18px}
.giverr-order-modal__topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;color:#6b7280;font-size:14px;border-bottom:1px solid #e5e7eb;padding-bottom:12px}
.giverr-order-modal__quick-response{font-weight:700;color:#2b2f38}
.giverr-order-modal__presence{display:flex;align-items:center;gap:10px;justify-content:flex-end;text-align:right}
.giverr-order-modal__presence span{color:#d0d5dd}
.giverr-order-modal__editor-wrap{position:relative}
.giverr-order-modal__editor-wrap .wp-editor-wrap{border:1px solid #d0d5dd;border-radius:12px;overflow:hidden;background:#fff}
.giverr-order-modal__editor-wrap .mce-toolbar-grp,.giverr-order-modal__editor-wrap .quicktags-toolbar{border-bottom:1px solid #e5e7eb;background:#f8fafc}
.giverr-order-modal__editor-wrap iframe{min-height:220px}
.giverr-order-modal__editor-wrap textarea.wp-editor-area{min-height:220px;border:0}
.giverr-order-modal__charcount{text-align:right;font-size:14px;color:#6b7280;padding-top:8px}
.giverr-order-modal__upload{display:inline-flex;align-items:center;gap:10px;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;background:#f9fafb;font-weight:700;color:#2b2f38;width:max-content;cursor:pointer}
.giverr-order-modal__upload input{max-width:220px}
.giverr-order-modal__footer{display:flex;justify-content:flex-end;align-items:center;gap:14px;padding-top:8px}
.giverr-order-modal__link{border:0;background:none;color:#2b2f38;font-weight:700;cursor:pointer}
.giverr-order-modal__notice{border:1px solid #b2ccff;background:#eef4ff;border-radius:12px;padding:16px 18px;color:#1f2937;line-height:1.6}.giverr-order-modal__notice--warning{border-color:#f59e0b;background:#fff7e6;color:#7c2d12;font-size:15px}.giverr-order-modal__notice--warning strong{display:block;margin-bottom:6px;font-size:16px}
.giverr-order-modal__label{display:block;font-size:15px;font-weight:700;color:#2b2f38;margin-bottom:8px}
.giverr-order-modal__days{width:120px;padding:12px 14px;border:1px solid #d0d5dd;border-radius:8px;font-size:15px}
.giverr-order-modal__help{margin-top:-8px;color:#667085;font-size:14px}
.giverr-order-modal__meta{display:grid;gap:8px;color:#667085;font-size:14px}
.giverr-order-modal__meta strong{display:block;font-size:18px;color:#475467}
.giverr-order-modal textarea{width:100%;border:1px solid #d0d5dd;border-radius:10px;padding:14px 16px;min-height:160px}
@media (max-width: 782px){.giverr-order-modal .giverr-modal__dialog{margin:2vh auto;padding:18px}.giverr-order-modal__topbar,.giverr-order-modal__footer{flex-direction:column;align-items:stretch}.giverr-order-modal__presence{justify-content:flex-start;text-align:left}.giverr-order-modal__upload{width:100%;justify-content:space-between}}
.giverr-order-detail__sidebar-button--status[disabled],.giverr-order-detail__sidebar-button--status[aria-disabled="true"]{opacity:1;cursor:default}
.giverr-order-detail__sidebar-actions .giverr-order-detail__sidebar-button:nth-child(3){margin-top:-2px}


.giverr-order-detail__sidebar-gig-status--in_revision{background:#fff1f3!important;color:#c01048!important}
.giverr-order-detail__sidebar-gig-status--delivered{background:#ecfdf3!important;color:#027a48!important}
.giverr-order-detail__sidebar-gig-status--completed{background:#eef4ff!important;color:#1d4ed8!important}
.giverr-order-detail__sidebar-button--in-revision.giverr-order-detail__sidebar-button--status{background:#fff1f3!important;border-color:#f3b7c8!important;color:#c01048!important}
.giverr-order-detail__sidebar-button--delivered.giverr-order-detail__sidebar-button--status{background:#ecfdf3!important;border-color:#b7ebd1!important;color:#027a48!important}
.giverr-order-detail__sidebar-button--completed.giverr-order-detail__sidebar-button--status{background:#eef4ff!important;border-color:#c7dcff!important;color:#1d4ed8!important}
.giverr-order-detail__sidebar-button--rate-and-review,.giverr-order-detail__sidebar-button--buy-again{font-size:14px}
@media (max-width:720px){.giverr-order-detail__counter strong{font-size:16px}.giverr-order-detail__counter span{font-size:8px}}

.giverr-account-menu{position:relative;display:inline-block}
.giverr-account-menu[open]{z-index:260}
.giverr-account-menu__toggle{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border:0;background:transparent;padding:0;margin:0}
.giverr-account-menu__toggle::-webkit-details-marker{display:none}
.giverr-account-menu__toggle .giverr-avatar{width:38px;height:38px;border-radius:999px;border:2px solid #fff;box-shadow:0 2px 10px rgba(15,23,42,.08)}
.giverr-account-menu__panel{position:absolute;top:calc(100% + 10px);right:0;width:290px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 18px 45px rgba(15,23,42,.14);padding:18px;z-index:280}
.giverr-account-menu__identity{display:grid;gap:4px;padding-bottom:16px;border-bottom:1px solid #eceff3}
.giverr-account-menu__identity strong{font-size:16px;line-height:1.25;color:#111827}
.giverr-account-menu__identity span{font-size:14px;line-height:1.45;color:#374151;word-break:break-word}
.giverr-account-menu__switch{padding:16px 0 14px;border-bottom:1px solid #eceff3}
.giverr-account-menu__switch .giverr-account-switch{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 14px;border:1px solid #111827;border-radius:12px;color:#111827;font-size:15px;font-weight:700}
.giverr-account-menu__switch .giverr-account-switch:hover{color:#111827;background:#f8fafc}
.giverr-account-menu__links{display:grid;gap:2px;padding:14px 0;border-bottom:1px solid #eceff3}
.giverr-account-menu__links a,.giverr-account-menu__footer a,.giverr-account-menu__meta span{display:block;padding:10px 12px;border-radius:10px;color:#111827;font-size:15px;line-height:1.35;text-decoration:none}
.giverr-account-menu__links a:hover,.giverr-account-menu__footer a:hover{background:#f3f4f6}
.giverr-account-menu__links a:first-child{background:#f3f4f6}
.giverr-account-menu__meta{display:grid;gap:2px;padding:12px 0;border-bottom:1px solid #eceff3}
.giverr-account-menu__meta span{color:#111827}
.giverr-account-menu__footer{padding-top:12px}
.giverr-workspace-wallet{display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important}
.giverr-workspace-card--quick-access{padding-bottom:24px!important;margin-bottom:8px}
.giverr-workspace-card--quick-access .giverr-chip-row--buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.giverr-table-wrap--dashboard-orders{overflow:visible!important}
.giverr-table--dashboard-orders{width:100%;table-layout:fixed;min-width:0!important}
.giverr-table--dashboard-orders th:nth-child(1),.giverr-table--dashboard-orders td:nth-child(1){width:23%}
.giverr-table--dashboard-orders th:nth-child(2),.giverr-table--dashboard-orders td:nth-child(2){width:16%}
.giverr-table--dashboard-orders th:nth-child(3),.giverr-table--dashboard-orders td:nth-child(3){width:13%}
.giverr-table--dashboard-orders th:nth-child(4),.giverr-table--dashboard-orders td:nth-child(4){width:32%}
.giverr-table--dashboard-orders th:nth-child(5),.giverr-table--dashboard-orders td:nth-child(5){width:16%}
.giverr-table--dashboard-orders .giverr-person-cell{min-width:0;align-items:center;flex-wrap:nowrap}
.giverr-table--dashboard-orders .giverr-person-cell>div{min-width:0}
.giverr-table--dashboard-orders .giverr-person-cell strong{white-space:normal;word-break:normal;overflow-wrap:anywhere}
.giverr-table--dashboard-orders td,.giverr-table--dashboard-orders th{vertical-align:middle}
.giverr-table--dashboard-orders td:nth-child(4){word-break:break-word}
.giverr-order-detail__card .giverr-button[data-giverr-open-order-modal="giverr-seller-review-modal"]{margin-top:10px}
@media (max-width:1200px){
  .giverr-table-wrap--dashboard-orders{overflow:auto!important}
  .giverr-table--dashboard-orders{min-width:860px!important}
}
@media (max-width:900px){
  .giverr-account-menu__panel{width:270px;right:-8px}
  .giverr-workspace-card--quick-access .giverr-chip-row--buttons{grid-template-columns:1fr}
}
.giverr-order-detail__card--seller-review .giverr-order-detail__button-stack{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}
.giverr-profile-editor{max-width:1380px;margin:0 auto;padding:24px 18px 60px}.giverr-profile-editor__layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px;align-items:start}.giverr-profile-editor__main{display:grid;gap:18px}.giverr-profile-editor__hero,.giverr-profile-editor__card,.giverr-profile-editor__side-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px;box-shadow:0 10px 24px rgba(15,23,42,.04)}.giverr-profile-editor__identity{display:flex;gap:18px;align-items:flex-start}.giverr-profile-editor__identity .avatar,.giverr-profile-editor__identity img{border-radius:18px}.giverr-profile-editor__identity-copy{display:grid;gap:12px;flex:1}.giverr-profile-editor__name-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.giverr-profile-editor__name-row input{font-size:34px;font-weight:700;max-width:340px}.giverr-profile-editor__name-row span{color:#64748b;font-weight:600}.giverr-profile-editor__micro{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.giverr-profile-editor__hero-actions{display:flex;gap:12px;flex-wrap:wrap}.giverr-profile-editor__card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.giverr-profile-editor__card-head h3{margin:0;font-size:30px;font-weight:700}.giverr-profile-editor__two-col{display:grid;grid-template-columns:minmax(0,1.2fr) 220px;gap:18px;align-items:center}.giverr-profile-editor__placeholder{min-height:120px;border-radius:16px;background:#f8fafc;border:1px dashed #d8dee8;display:flex;align-items:center;justify-content:center;text-align:center;color:#64748b;padding:16px}.giverr-profile-editor__portfolio-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.giverr-profile-editor__portfolio-item,.giverr-profile-editor__portfolio-count,.giverr-profile-editor__portfolio-empty{border-radius:14px;border:1px solid #e5e7eb;min-height:120px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center}.giverr-profile-editor__portfolio-item img{width:100%;height:100%;object-fit:cover}.giverr-profile-editor__portfolio-count{flex-direction:column;font-size:28px;font-weight:700}.giverr-profile-editor__portfolio-count span{font-size:14px;color:#64748b;font-weight:600}.giverr-profile-editor__portfolio-empty--wide{grid-column:1/-1}.giverr-profile-editor__skill-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.giverr-profile-editor__skill{display:grid;gap:4px;padding:14px;border:1px solid #e5e7eb;border-radius:12px;font-weight:600}.giverr-profile-editor__skill small{color:#94a3b8;font-weight:500}.giverr-profile-editor__stack{display:grid;gap:12px;margin-top:16px}.giverr-profile-editor__stack-item{padding:14px 16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.giverr-profile-editor__side{display:grid;gap:18px;position:sticky;top:18px}.giverr-profile-editor__side-links,.giverr-profile-editor__quick-links{display:grid;gap:12px;margin-top:14px}.giverr-profile-editor__side-links a,.giverr-profile-editor__quick-links a{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid #e5e7eb;border-radius:12px;text-decoration:none;color:#111827;background:#fff}
.giverr-profile--public{max-width:1380px;margin:0 auto;padding:24px 18px 60px}.giverr-profile__hero--public{align-items:start}.giverr-profile__identity--public{display:grid;grid-template-columns:auto minmax(0,1fr);gap:22px;align-items:start}.giverr-profile__meta--public span{background:transparent;border:0;padding:0}.giverr-profile__about h3{margin:20px 0 10px;font-size:20px}.giverr-profile__contact-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px;display:grid;gap:14px;box-shadow:0 10px 24px rgba(15,23,42,.05)}.giverr-profile__contact-head{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center}.giverr-profile__contact-head strong{display:block;font-size:18px}.giverr-profile__contact-head span,.giverr-profile__contact-head small{display:block;color:#64748b}.giverr-profile__response-time{font-size:13px;color:#64748b;text-align:center}.giverr-profile__reviews{display:grid;gap:18px}.giverr-profile__review-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px}.giverr-profile__review-head{margin-bottom:10px}.giverr-profile__review-user{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center}.giverr-profile__review-user span{display:block;color:#64748b;font-size:14px}.giverr-profile__review-card h4{margin:8px 0 10px;font-size:18px}.giverr-profile__review-card p{margin:0;color:#334155;line-height:1.7}
.giverr-workspace-shell--seller-dashboard{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px}.giverr-workspace-shell--seller-dashboard .giverr-workspace-side{width:auto;min-width:0}.giverr-workspace-shell--seller-dashboard .giverr-workspace-main{min-width:0}.giverr-table-wrap--dashboard-orders{overflow-x:auto!important}.giverr-table--dashboard-orders{table-layout:auto!important;min-width:880px;border-collapse:separate;border-spacing:0}.giverr-table--dashboard-orders th,.giverr-table--dashboard-orders td{vertical-align:middle;white-space:normal}.giverr-dashboard-order__buyer,.giverr-dashboard-order__service{display:block;min-width:0}.giverr-dashboard-order__service{line-height:1.5;max-width:340px}.giverr-dashboard-order__status{min-width:110px}.giverr-dashboard-order__price{display:grid;gap:2px;min-width:120px}.giverr-dashboard-order__price span{font-size:13px;color:#64748b}.giverr-dashboard-order__date{white-space:nowrap}.giverr-workspace-card--quick-access{padding-bottom:30px!important;margin-bottom:20px}.giverr-workspace-card--quick-access .giverr-chip-row--buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.giverr-workspace-card--quick-access::after{content:"";display:block;height:8px}
@media (max-width:1100px){.giverr-profile-editor__layout,.giverr-workspace-shell--seller-dashboard{grid-template-columns:1fr}.giverr-profile-editor__side{position:static}.giverr-profile-editor__skill-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.giverr-profile-editor__portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:768px){.giverr-profile-editor__identity,.giverr-profile__identity--public{grid-template-columns:1fr}.giverr-profile-editor__two-col,.giverr-profile__hero--public{grid-template-columns:1fr}.giverr-profile-editor__micro,.giverr-profile-editor__skill-grid,.giverr-workspace-card--quick-access .giverr-chip-row--buttons{grid-template-columns:1fr}.giverr-profile-editor__name-row input{max-width:100%;font-size:28px}.giverr-table--dashboard-orders{min-width:720px}}
.giverr-table-wrap--buyer-dashboard{overflow-x:auto!important;-webkit-overflow-scrolling:touch;margin-top:8px}
.giverr-table--buyer-dashboard-orders{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;table-layout:fixed}
.giverr-table--buyer-dashboard-orders th,.giverr-table--buyer-dashboard-orders td{vertical-align:middle;white-space:normal;overflow:hidden;text-overflow:ellipsis}
.giverr-table--buyer-dashboard-orders th:nth-child(1),.giverr-table--buyer-dashboard-orders td:nth-child(1){width:34%}
.giverr-table--buyer-dashboard-orders th:nth-child(2),.giverr-table--buyer-dashboard-orders td:nth-child(2){width:18%}
.giverr-table--buyer-dashboard-orders th:nth-child(3),.giverr-table--buyer-dashboard-orders td:nth-child(3){width:13%}
.giverr-table--buyer-dashboard-orders th:nth-child(4),.giverr-table--buyer-dashboard-orders td:nth-child(4){width:12%}
.giverr-table--buyer-dashboard-orders th:nth-child(5),.giverr-table--buyer-dashboard-orders td:nth-child(5){width:13%}
.giverr-table--buyer-dashboard-orders th:nth-child(6),.giverr-table--buyer-dashboard-orders td:nth-child(6){width:10%}
.giverr-table--buyer-dashboard-orders .giverr-person-cell{min-width:0;align-items:center;flex-wrap:nowrap;gap:12px}
.giverr-table--buyer-dashboard-orders .giverr-person-cell>div{min-width:0}
.giverr-table--buyer-dashboard-orders .giverr-person-cell strong{display:block;white-space:normal;overflow-wrap:anywhere;line-height:1.35}
.giverr-table--buyer-dashboard-orders .giverr-row-subtitle{display:block;margin-top:4px;font-size:12px;color:#64748b;white-space:normal;overflow-wrap:anywhere}
.giverr-dashboard-order__person{display:block;min-width:0}
.giverr-table--buyer-dashboard-orders .giverr-order-status-cell,.giverr-table--buyer-dashboard-orders .giverr-dashboard-order__status{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}
.giverr-table--buyer-dashboard-orders .giverr-order-note-cell,.giverr-table--buyer-dashboard-orders td:last-child{text-align:center}
.giverr-table--buyer-dashboard-orders .giverr-order-note-cell .giverr-button,.giverr-table--buyer-dashboard-orders .giverr-order-action-button{display:inline-flex!important;align-items:center;justify-content:center;width:100%;max-width:110px;min-width:0;padding:10px 12px!important;white-space:nowrap!important}
.giverr-table--buyer-dashboard-orders td:nth-child(3),.giverr-table--buyer-dashboard-orders td:nth-child(4){white-space:nowrap}
.giverr-profile-editor,.giverr-profile-editor__layout,.giverr-profile-editor__main,.giverr-profile-editor__side{position:relative;z-index:1}
@media (max-width:980px){.giverr-table--buyer-dashboard-orders{min-width:700px}.giverr-table-wrap--buyer-dashboard{overflow-x:auto!important}}
.giverr-route-shell{max-width:1480px;margin:0 auto;padding:28px 18px 60px}.giverr-route-shell__title{display:none}
.giverr-profile-editor--v2{max-width:1440px;margin:0 auto;padding:10px 0 40px}
.giverr-profile-editor--v2 .giverr-profile-editor__layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}
.giverr-profile-editor--v2 .giverr-profile-editor__main{display:grid;gap:22px}
.giverr-profile-editor--v2 .giverr-profile-editor__hero,.giverr-profile-editor--v2 .giverr-profile-editor__card,.giverr-profile-editor--v2 .giverr-profile-editor__side-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px 20px;box-shadow:none}
.giverr-profile-editor__hero--clean{display:grid;grid-template-columns:124px minmax(0,1fr);gap:22px;align-items:start}
.giverr-profile-editor__photo-frame{position:relative;width:124px;height:124px}.giverr-profile-editor__photo-frame .avatar,.giverr-profile-editor__photo-frame img{width:124px;height:124px;border-radius:50%;display:block}.giverr-profile-editor__photo-badge{position:absolute;right:6px;bottom:6px;width:32px;height:32px;border-radius:10px;border:1px solid #d1d5db;background:#fff;cursor:pointer}
.giverr-profile-editor__identity-copy{display:grid;gap:12px}.giverr-profile-editor__inline{display:flex;align-items:center;gap:10px}.giverr-profile-editor__inline input{border:0;background:transparent;padding:0;box-shadow:none;color:#111827}.giverr-profile-editor__inline--name input{font-size:45px;font-weight:700;line-height:1.05;max-width:420px}.giverr-profile-editor__inline--name span{color:#64748b;font-weight:600}
.giverr-inline-pen{border:0;background:transparent;color:#111827;font-size:18px;cursor:pointer;padding:2px 4px}.giverr-profile-editor__microtext{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.giverr-profile-editor__microtext input{border:0;background:transparent;padding:0;box-shadow:none;color:#111827;min-width:130px}.giverr-profile-editor__hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}
.giverr-button--icon{min-width:110px}
.giverr-profile-editor__card-head h3{font-size:18px;font-weight:700;margin:0}.giverr-profile-editor__card-kicker,.giverr-profile-editor__panel p{margin:0 0 14px;color:#4b5563;font-size:14px;line-height:1.6}
.giverr-profile-editor__editor-textarea{width:100%;min-height:120px;border:0;padding:0;box-shadow:none;background:transparent;resize:vertical;color:#111827;line-height:1.75}
.giverr-profile-editor__panel{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:18px;align-items:center}.giverr-profile-editor__panel-art{min-height:118px;border-radius:14px;background:#f8fafc;border:1px solid #eef2f7}.giverr-profile-editor__panel-art--hourly{background:linear-gradient(180deg,#f8fafc 0,#f8fafc 100%),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120"><rect x="32" y="26" width="56" height="68" rx="12" fill="%23ffffff" stroke="%23e5e7eb"/><circle cx="79" cy="37" r="10" fill="%2393c5fd"/><rect x="42" y="50" width="36" height="8" rx="4" fill="%23dbeafe"/><rect x="42" y="64" width="26" height="8" rx="4" fill="%23dcfce7"/></svg>') center/96px no-repeat}.giverr-profile-editor__panel-art--clients{background:#f8fafc url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120"><rect x="34" y="22" width="52" height="66" rx="12" fill="%23ffffff" stroke="%23e5e7eb"/><rect x="46" y="34" width="28" height="6" rx="3" fill="%23d1fae5"/><rect x="46" y="48" width="18" height="6" rx="3" fill="%23bfdbfe"/><rect x="46" y="62" width="24" height="6" rx="3" fill="%23fde68a"/></svg>') center/90px no-repeat}.giverr-profile-editor__panel-art--video{background:#f8fafc url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120"><circle cx="60" cy="50" r="24" fill="%2391c788"/><polygon points="54,40 74,50 54,60" fill="white"/><rect x="45" y="74" width="30" height="8" rx="4" fill="%23d1d5db"/></svg>') center/90px no-repeat}.giverr-profile-editor__panel-art--experience{background:#f8fafc url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120"><rect x="36" y="24" width="48" height="66" rx="12" fill="%23ffffff" stroke="%23e5e7eb"/><rect x="44" y="34" width="18" height="18" rx="4" fill="%23e5e7eb"/><rect x="68" y="34" width="8" height="8" rx="4" fill="%23bef264"/><rect x="44" y="58" width="32" height="6" rx="3" fill="%23d1d5db"/><rect x="44" y="70" width="26" height="6" rx="3" fill="%23d1d5db"/></svg>') center/90px no-repeat}
.giverr-profile-editor__money{display:flex;align-items:center;gap:8px;font-size:24px;font-weight:700}.giverr-profile-editor__money input{max-width:120px;border:0;border-bottom:1px solid #e5e7eb;border-radius:0;padding:4px 0;box-shadow:none;background:transparent;font-size:24px;font-weight:700}.giverr-profile-editor__money small{font-size:16px;color:#4b5563;font-weight:600}
.giverr-repeatable,.giverr-repeatable__stack,.giverr-repeatable__rows,.giverr-repeatable__skill-grid{display:grid;gap:12px}.giverr-repeatable__toolbar{margin-bottom:12px}.giverr-repeatable__row,.giverr-repeatable__stack-card,.giverr-skill-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start}.giverr-repeatable__row input,.giverr-repeatable__stack-card input,.giverr-skill-card input,.giverr-skill-card select,.giverr-profile-editor__repeat-inline input{width:100%;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;min-height:42px}.giverr-repeatable__stack-card{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto}.giverr-repeatable__remove{width:42px;height:42px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#991b1b;cursor:pointer;font-size:22px;line-height:1}.giverr-repeatable__skill-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.giverr-skill-card{grid-template-columns:minmax(0,1fr) 130px auto;padding:14px;border:1px solid #e5e7eb;border-radius:12px}
.giverr-profile-editor__portfolio-grid--edit{grid-template-columns:160px 160px 120px;align-items:stretch}.giverr-profile-editor__portfolio-shot{height:96px;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#f8fafc}.giverr-profile-editor__portfolio-shot img{width:100%;height:100%;object-fit:cover}.giverr-profile-editor__portfolio-count{display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc}.giverr-profile-editor__portfolio-count strong{font-size:34px;line-height:1}.giverr-profile-editor__portfolio-count span{font-size:14px;color:#64748b}.giverr-profile-editor__inline-action{margin-top:14px}
.giverr-profile-editor__side{display:grid;gap:20px;position:sticky;top:16px}.giverr-profile-editor__strength-links{display:grid;gap:14px;margin-top:14px}.giverr-profile-editor__strength-links div{display:grid;gap:4px}.giverr-profile-editor__strength-links span{font-size:11px;font-weight:700;color:#9ca3af;letter-spacing:.06em}.giverr-profile-editor__strength-links a,.giverr-profile-editor__quick-links a{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid #e5e7eb;border-radius:10px;color:#111827;text-decoration:none;background:#fff}
.giverr-profile--v2{max-width:1440px;margin:0 auto;padding:12px 0 50px}.giverr-profile__hero--v2{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.giverr-profile__identity-shell{display:grid;gap:18px}.giverr-profile__identity-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start}.giverr-profile__summary h2{font-size:36px;line-height:1.1;margin:0 0 8px}.giverr-profile__summary h2 span{font-size:18px;color:#64748b;font-weight:600}.giverr-profile__headline{font-size:20px;font-weight:600;margin-bottom:8px}.giverr-profile__meta--stack{display:flex;gap:16px;flex-wrap:wrap;color:#4b5563}.giverr-profile__meta--stack span{background:none;border:0;padding:0}.giverr-profile__hero-actions{display:flex;gap:10px;align-items:center}.giverr-fav-button{width:40px;height:40px;border-radius:10px;border:1px solid #e5e7eb;background:#fff}.giverr-profile__about{display:grid;gap:8px}.giverr-profile__about p{max-width:860px;line-height:1.75;color:#374151;margin:0}.giverr-profile__skill-cloud{display:flex;gap:10px;flex-wrap:wrap}.giverr-profile__skill-cloud span{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #e5e7eb;font-size:13px;font-weight:600}
.giverr-profile__contact-card--v2{position:sticky;top:16px}.giverr-profile__section{margin-top:28px}.giverr-profile__section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.giverr-profile__section-actions{margin-top:14px}.giverr-profile__portfolio--v2{grid-template-columns:1.2fr 1fr 170px;gap:18px;align-items:stretch}.giverr-profile__portfolio-copy{display:grid;gap:10px;align-content:start}.giverr-profile__portfolio-copy p{margin:0;color:#374151;line-height:1.65}.giverr-profile__portfolio-tags{display:flex;gap:8px;flex-wrap:wrap}.giverr-profile__portfolio-tags span{padding:6px 10px;border-radius:999px;background:#f8fafc;border:1px solid #e5e7eb;font-size:12px}.giverr-profile__portfolio-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.giverr-profile__portfolio-meta span{display:block;padding-top:10px;border-top:1px solid #e5e7eb;color:#4b5563}.giverr-profile__portfolio-meta strong{display:block;color:#111827;font-size:18px;margin-top:4px}.giverr-profile__portfolio-side{display:grid;gap:10px}.giverr-profile__portfolio-count-card{display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;font-size:32px;font-weight:700}.giverr-profile__portfolio-count-card span{font-size:14px;color:#64748b;font-weight:600}
.giverr-profile__cta-strip{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;border:1px solid #e5e7eb;border-radius:16px;padding:24px;margin:32px 0;background:linear-gradient(90deg,#f8fafc 0,#eef8c9 100%)}.giverr-profile__cta-strip h3{margin:0 0 6px;font-size:30px}.giverr-profile__cta-strip p{margin:0;color:#4b5563}
.giverr-profile__reviews-summary{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;margin-bottom:24px}.giverr-profile__review-bars{display:grid;gap:10px}.giverr-profile__review-bars h3{margin:0 0 6px}.giverr-profile__review-bar{display:grid;grid-template-columns:80px minmax(0,1fr) 42px;gap:10px;align-items:center}.giverr-profile__review-bar div{height:8px;background:#edf1f7;border-radius:999px;overflow:hidden}.giverr-profile__review-bar i{display:block;height:100%;background:#111827}.giverr-profile__review-breakdown{display:grid;gap:10px;align-content:start}.giverr-profile__review-breakdown>strong{font-size:20px}.giverr-profile__review-breakdown div{display:flex;justify-content:space-between;gap:12px;color:#374151}
.giverr-profile__review-card{padding:20px}.giverr-profile__review-meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px;color:#64748b;font-size:13px}.giverr-profile__seller-response{margin-top:14px;border-top:1px solid #e5e7eb;padding-top:10px}.giverr-profile__seller-response summary{cursor:pointer;font-weight:600}
.giverr-profile__finder-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}.giverr-profile__finder-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;display:grid;gap:12px}.giverr-profile__finder-card p{margin:0;color:#4b5563;line-height:1.6}
@media (max-width:1100px){.giverr-profile__hero--v2,.giverr-profile-editor--v2 .giverr-profile-editor__layout,.giverr-profile__reviews-summary,.giverr-profile__finder-strip,.giverr-profile__cta-strip,.giverr-profile__portfolio--v2{grid-template-columns:1fr}.giverr-profile-editor--v2 .giverr-profile-editor__side{position:static}.giverr-repeatable__skill-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.giverr-profile-editor__hero--clean{grid-template-columns:1fr}.giverr-profile-editor__panel{grid-template-columns:1fr}.giverr-profile__contact-card--v2{position:static}}
@media (max-width:768px){.giverr-profile-editor__inline--name input{font-size:34px;max-width:100%}.giverr-profile__summary h2{font-size:28px}.giverr-profile__identity-top{grid-template-columns:1fr}.giverr-repeatable__skill-grid,.giverr-profile__finder-strip{grid-template-columns:1fr}.giverr-repeatable__stack-card,.giverr-skill-card{grid-template-columns:1fr}.giverr-profile-editor__portfolio-grid--edit{grid-template-columns:repeat(2,minmax(0,1fr))}.giverr-profile__portfolio-meta{grid-template-columns:1fr}.giverr-profile__cta-strip h3{font-size:24px}}
.giverr-profile-editor--v3{max-width:1280px;margin:0 auto;padding:24px 18px 60px}.giverr-profile-editor--v3 .giverr-profile-editor__layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:start}.giverr-profile-editor--v3 .giverr-profile-editor__main{display:grid;gap:18px}.giverr-profile-editor--v3 .giverr-profile-editor__hero,.giverr-profile-editor--v3 .giverr-profile-editor__card,.giverr-profile-editor--v3 .giverr-profile-editor__side-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px;box-shadow:0 6px 20px rgba(15,23,42,.04)}.giverr-profile-editor__hero--v3{display:grid;grid-template-columns:120px minmax(0,1fr);gap:18px;align-items:start}.giverr-profile-editor--v3 .giverr-profile-editor__inline--name input{font-size:22px;line-height:1.2;max-width:260px;padding:0;border:0;background:transparent;font-weight:700}.giverr-profile-editor--v3 .giverr-profile-editor__inline{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.giverr-profile-editor--v3 .giverr-profile-editor__inline input,.giverr-profile-editor--v3 .giverr-profile-editor__microtext input{border:0;border-bottom:1px solid #e5e7eb;padding:6px 0;background:transparent;min-width:0}.giverr-profile-editor--v3 .giverr-profile-editor__microtext{display:grid;grid-template-columns:auto minmax(140px,180px) auto minmax(180px,1fr) auto;gap:8px;align-items:center}.giverr-profile-editor--v3 .giverr-inline-pen{border:0;background:transparent;padding:4px 6px;font-size:16px;color:#111827;cursor:pointer}.giverr-profile-editor--v3 .giverr-profile-editor__hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}.giverr-profile-editor--v3 .giverr-profile-editor__section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.giverr-profile-editor--v3 .giverr-profile-editor__section-head h3,.giverr-profile-editor--v3 .giverr-profile-editor__card-head h3{margin:0;font-size:16px;font-weight:700}.giverr-profile-editor--v3 .giverr-profile-editor__section-head p{margin:4px 0 0;color:#4b5563;font-size:13px;line-height:1.55}.giverr-profile-editor--v3 .giverr-profile-editor__editor-textarea{min-height:130px}.giverr-profile-editor__money-inline{display:flex;align-items:center;gap:6px;font-size:18px;font-weight:700}.giverr-profile-editor__money-inline input{max-width:140px;font-size:18px;font-weight:700;border:0;background:transparent}.giverr-profile-editor__cards,.giverr-profile-editor__stacklist{display:grid;gap:12px}.giverr-profile-editor__mini-card,.giverr-profile-editor__list-card{position:relative;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;background:#fff}.giverr-profile-editor__mini-card strong,.giverr-profile-editor__list-card strong{display:block;font-size:14px}.giverr-profile-editor__mini-card p,.giverr-profile-editor__list-card p{margin:8px 0 0;color:#4b5563;font-size:13px;line-height:1.55}.giverr-profile-editor__mini-card span,.giverr-profile-editor__list-card span{display:block;margin-top:6px;color:#6b7280;font-size:12px}.giverr-profile-editor__skill-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.giverr-profile-editor--v3 .giverr-skill-card{position:relative;display:grid;gap:4px;padding:14px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.giverr-item-remove{position:absolute;top:10px;right:10px;border:0;background:transparent;font-size:18px;line-height:1;color:#6b7280;cursor:pointer}.giverr-profile-editor__savebar{display:flex;justify-content:flex-start}.giverr-profile-editor__video-state{border:1px dashed #cbd5e1;border-radius:12px;padding:16px;color:#0f172a;background:#f8fafc}.giverr-profile-editor__portfolio-grid--edit{display:grid;grid-template-columns:160px 160px 110px;gap:12px;align-items:stretch}.giverr-profile-editor__portfolio-shot,.giverr-profile-editor__portfolio-count,.giverr-profile-editor__portfolio-empty{border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;background:#f8fafc;min-height:94px;display:flex;align-items:center;justify-content:center}.giverr-profile-editor__portfolio-shot img{width:100%;height:100%;object-fit:cover}.giverr-profile-editor__section-actions{display:flex;gap:8px;flex-wrap:wrap}.giverr-modal-open{overflow:hidden}.giverr-modal{position:fixed;inset:0;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:20px;z-index:99999}.giverr-modal__dialog{width:min(100%,760px);max-height:90vh;overflow:auto;background:#fff;border-radius:18px;border:2px solid #111827;padding:22px}.giverr-modal__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;font-size:14px;font-weight:700}.giverr-modal__close{width:34px;height:34px;border:0;background:transparent;font-size:22px;cursor:pointer}.giverr-modal-form{display:grid;gap:12px}.giverr-modal-form input,.giverr-modal-form textarea,.giverr-modal-form select{width:100%;border:1px solid #d1d5db;border-radius:10px;padding:12px 14px;font-size:14px;background:#fff}.giverr-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.giverr-modal-note,.giverr-modal-info{padding:14px 16px;border-radius:10px;background:#eef4ff;border:1px solid #9bb7ff;font-size:14px;line-height:1.55}.giverr-modal-check{display:flex;gap:8px;align-items:flex-start;font-size:14px}.giverr-modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.giverr-modal-form--video{grid-template-columns:1fr 1fr;gap:20px}.giverr-modal-video-copy ul{margin:10px 0 0 18px}.giverr-modal-upload{display:grid;gap:12px;align-content:start;padding:18px;border:1px dashed #d1d5db;border-radius:14px}.giverr-portfolio-builder{max-width:940px;margin:0 auto;padding:24px 18px 60px}.giverr-portfolio-builder__form{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:28px}.giverr-portfolio-builder__steps{display:flex;gap:18px;color:#6b7280;font-weight:600;margin-bottom:18px}.giverr-portfolio-builder__steps .is-active{color:#111827}.giverr-portfolio-builder__actions{display:flex;justify-content:space-between;gap:12px;margin-top:20px}.giverr-portfolio-page{max-width:1280px;margin:0 auto;padding:24px 18px 60px}.giverr-portfolio-page__head{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:18px}.giverr-portfolio-page__seller{display:flex;gap:12px;align-items:center}.giverr-portfolio-page__seller span{display:block;color:#6b7280;font-size:13px}.giverr-portfolio-page__actions{display:flex;gap:10px;flex-wrap:wrap}.giverr-portfolio-page__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.giverr-portfolio-page__card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.giverr-portfolio-page__thumb{aspect-ratio:4/3;background:#f8fafc}.giverr-portfolio-page__thumb img{width:100%;height:100%;object-fit:cover}.giverr-portfolio-page__thumb--empty{display:flex;align-items:center;justify-content:center}.giverr-portfolio-page__body{padding:14px}.giverr-portfolio-page__body h3{margin:0 0 8px;font-size:16px}.giverr-portfolio-page__body p{margin:0;color:#4b5563;font-size:13px;line-height:1.6}.giverr-profile__contact-card--v2{position:sticky;top:16px}.giverr-profile__section{margin-top:28px}.giverr-profile__hero--v2{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px}.giverr-profile__identity-top{display:grid;grid-template-columns:100px minmax(0,1fr) auto;gap:18px;align-items:start}.giverr-profile__summary h2{font-size:28px;margin:0 0 6px}.giverr-profile__headline{font-size:14px;font-weight:700;margin-bottom:10px}.giverr-profile__meta--stack{display:flex;gap:14px;flex-wrap:wrap;color:#4b5563;font-size:13px}.giverr-profile__about h3{margin:0 0 8px;font-size:13px;text-transform:uppercase}.giverr-profile__about p{margin:0;color:#374151;line-height:1.65;font-size:13px}.giverr-profile__skill-cloud{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.giverr-profile__skill-cloud span{padding:8px 12px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;font-size:12px}.giverr-profile__section-head h3{margin:0}.giverr-profile__portfolio--v2{display:grid;grid-template-columns:1.2fr 1fr 180px;gap:18px}.giverr-profile__reviews-summary{display:grid;grid-template-columns:1fr 360px;gap:24px}.giverr-profile__reviews .giverr-profile__review-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;margin-top:14px}.giverr-profile__finder-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}.giverr-profile__finder-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px}.giverr-profile__cta-strip{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:28px;padding:24px;border-radius:18px;background:linear-gradient(90deg,#f7f9ec,#eef7bb)}@media (max-width:1100px){.giverr-profile-editor--v3 .giverr-profile-editor__layout,.giverr-profile__hero--v2,.giverr-profile__reviews-summary,.giverr-profile__portfolio--v2,.giverr-profile__finder-strip,.giverr-modal-form--video,.giverr-portfolio-page__grid{grid-template-columns:1fr}.giverr-profile-editor--v3 .giverr-profile-editor__side{position:static}.giverr-profile-editor__skill-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.giverr-profile-editor__microtext{grid-template-columns:auto 1fr auto 1fr auto}.giverr-profile__identity-top{grid-template-columns:100px 1fr}.giverr-profile__contact-card--v2{position:static}}@media (max-width:768px){.giverr-profile-editor__hero--v3,.giverr-modal-grid,.giverr-profile-editor__skill-grid{grid-template-columns:1fr}.giverr-profile-editor__portfolio-grid--edit{grid-template-columns:repeat(2,minmax(0,1fr))}.giverr-profile__identity-top{grid-template-columns:1fr}.giverr-profile__summary h2{font-size:24px}}

.giverr-profile-editor--v3{max-width:1240px;padding:20px 16px 56px}
.giverr-profile-editor--v3 .giverr-profile-editor__layout{grid-template-columns:minmax(0,1fr) 280px;gap:18px;align-items:start}
.giverr-profile-editor--v3 .giverr-profile-editor__hero,.giverr-profile-editor--v3 .giverr-profile-editor__card,.giverr-profile-editor--v3 .giverr-profile-editor__side-card{padding:16px}
.giverr-profile-editor__hero--v3{grid-template-columns:132px minmax(0,1fr);gap:20px}
.giverr-profile-editor__identity-photo{display:grid;gap:10px;justify-items:start}
.giverr-profile-editor__photo-frame{width:120px;height:120px;border-radius:24px;overflow:hidden;background:#f1f5f9;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center}
.giverr-profile-editor__avatar-image{width:100%;height:100%;object-fit:cover;display:block}
.giverr-profile-editor__photo-link{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #d0d7e2;border-radius:12px;background:#fff;color:#111827;font-size:13px;font-weight:600;cursor:pointer;text-decoration:none}
.giverr-profile-editor__avatar-input{display:none}
.giverr-profile-editor__identity-copy{display:grid;gap:12px}
.giverr-profile-editor__identity-head{display:grid;gap:2px}
.giverr-profile-editor__inline--name{justify-content:flex-start}
.giverr-profile-editor--v3 .giverr-profile-editor__inline--name input{max-width:420px;font-size:18px;line-height:1.25}
.giverr-profile-editor__username{color:#64748b;font-size:13px;font-weight:600;margin-left:2px}
.giverr-profile-editor--v3 .giverr-profile-editor__inline input,.giverr-profile-editor--v3 .giverr-profile-editor__microtext input{font-size:13px;line-height:1.4;padding:6px 0}
.giverr-profile-editor--v3 .giverr-profile-editor__inline{gap:6px}
.giverr-profile-editor--v3 .giverr-profile-editor__microtext{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:12px}
.giverr-profile-editor__meta-item{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:center;min-width:0}
.giverr-profile-editor__meta-item input{width:100%}
.giverr-profile-editor--v3 .giverr-inline-pen{padding:4px;font-size:14px}
.giverr-profile-editor--v3 .giverr-profile-editor__section-head h3,.giverr-profile-editor--v3 .giverr-profile-editor__card-head h3{font-size:14px}
.giverr-profile-editor--v3 .giverr-profile-editor__section-head p{font-size:12px;line-height:1.45}
.giverr-profile-editor--v3 .giverr-profile-editor__editor-textarea{min-height:120px;font-size:13px}
.giverr-profile-editor__cards,.giverr-profile-editor__stacklist,.giverr-profile-editor__skill-grid{margin-top:6px}
.giverr-profile-editor__mini-card,.giverr-profile-editor__list-card,.giverr-profile-editor--v3 .giverr-skill-card{padding:12px 14px}
.giverr-profile-editor__mini-card strong,.giverr-profile-editor__list-card strong,.giverr-profile-editor--v3 .giverr-skill-card strong{font-size:13px}
.giverr-profile-editor__mini-card p,.giverr-profile-editor__list-card p,.giverr-profile-editor__mini-card span,.giverr-profile-editor__list-card span,.giverr-profile-editor--v3 .giverr-skill-card small{font-size:12px;line-height:1.45}
.giverr-profile-editor__portfolio-grid--edit{grid-template-columns:repeat(3,minmax(0,140px));justify-content:flex-start}
.giverr-profile-editor__portfolio-count strong{font-size:28px}
.giverr-profile-editor__strength-links{display:grid;gap:12px;margin-top:14px}
.giverr-profile-editor__strength-links a{display:block;padding:12px 14px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#111827;text-decoration:none}
.giverr-profile-editor__strength-links span{display:block;margin-bottom:6px;color:#94a3b8;font-size:11px;font-weight:700;letter-spacing:.08em}
.giverr-profile-editor__quick-links{gap:10px}
.giverr-profile-editor__quick-links a{font-size:13px}
.giverr-modal{position:fixed;inset:0;display:flex;align-items:flex-start;justify-content:center;padding:48px 16px 24px;background:rgba(15,23,42,.55);overflow:auto;z-index:2147483000}
.giverr-modal__dialog{width:min(100%,720px);max-height:none;overflow:visible;border-width:1px;border-color:#111827;border-radius:18px;padding:20px 20px 18px;box-sizing:border-box;position:relative;margin:0 auto;background:#fff}
.giverr-modal__head{margin-bottom:14px;align-items:flex-start;gap:10px}
.giverr-modal__head strong,.giverr-modal__head h3{font-size:14px;line-height:1.4}
.giverr-modal__close{width:30px;height:30px;border-radius:999px;border:1px solid #d1d5db;background:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.giverr-modal-form,.giverr-modal-form--video{display:grid;gap:12px}
.giverr-modal-form input,.giverr-modal-form textarea,.giverr-modal-form select,.giverr-modal-upload input{width:100%;max-width:100%;box-sizing:border-box;min-height:46px;font-size:14px;line-height:1.45}
.giverr-modal-form textarea{min-height:124px;resize:vertical}
.giverr-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.giverr-modal-note,.giverr-modal-info{font-size:13px;line-height:1.6;padding:12px 14px}
.giverr-modal-check{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:1.45}
.giverr-modal-check input{width:18px;min-height:auto;flex:0 0 18px;margin-top:2px}
.giverr-modal-check--inline{display:flex;align-items:center}
.giverr-modal__actions{margin-top:4px}
.giverr-modal__actions .giverr-button{min-width:110px}
.giverr-portfolio-builder{max-width:980px;padding:20px 16px 56px}
.giverr-portfolio-builder__form{padding:24px}
.giverr-portfolio-page{max-width:1280px;padding:20px 16px 56px}
.giverr-portfolio-page__head{margin-bottom:16px}
.giverr-portfolio-page__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.giverr-route-shell__title{display:none}
@media (max-width:1100px){.giverr-profile-editor--v3 .giverr-profile-editor__layout{grid-template-columns:1fr}.giverr-profile-editor--v3 .giverr-profile-editor__side{position:static}.giverr-profile-editor__portfolio-grid--edit{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:768px){.giverr-profile-editor__hero--v3,.giverr-profile-editor--v3 .giverr-profile-editor__layout,.giverr-modal-grid,.giverr-portfolio-page__grid{grid-template-columns:1fr}.giverr-profile-editor--v3 .giverr-profile-editor__microtext{grid-template-columns:1fr}.giverr-profile-editor__portfolio-grid--edit{grid-template-columns:repeat(2,minmax(0,1fr))}.giverr-modal{padding:20px 10px}.giverr-modal__dialog{width:min(100%,100%);padding:18px 16px}}
.giverr-profile-editor--v3 .giverr-profile-editor__layout{grid-template-columns:minmax(0,1fr) 260px;gap:16px}
.giverr-profile-editor__hero--v3{grid-template-columns:132px minmax(0,1fr);gap:22px}
.giverr-profile-editor__identity-head{align-items:start}
.giverr-profile-editor__inline--name{display:flex;align-items:center;gap:6px}
.giverr-profile-editor__inline--name input{flex:0 1 auto;min-width:260px}
.giverr-profile-editor__identity-head .giverr-profile-editor__username{margin-top:2px}
.giverr-profile-editor__inline--headline{display:flex;align-items:center;gap:6px}
.giverr-profile-editor__inline--headline input{flex:1 1 auto}
.giverr-profile-editor__microtext{display:flex!important;gap:16px!important;align-items:center;flex-wrap:wrap}
.giverr-profile-editor__meta-item{display:flex!important;align-items:center;gap:8px;flex:0 1 auto;min-width:220px}
.giverr-profile-editor__meta-item input{flex:1 1 auto;min-width:0}
.giverr-profile-editor__meta-item .giverr-inline-pen{margin-left:0}
.giverr-profile-editor__hero-actions{justify-content:flex-start;gap:18px}
.giverr-profile-editor__hero-link{display:inline-flex;align-items:center;color:#111827;text-decoration:none;font-weight:600;font-size:14px}
.giverr-profile-editor__hero-link:hover{text-decoration:underline}
.giverr-profile-editor__photo-link{width:44px;height:44px;justify-content:center;padding:0;border-radius:14px;font-size:18px}
.giverr-profile-editor__photo-link span{pointer-events:none}
.giverr-profile-editor__side{z-index:1}
.giverr-modal{z-index:2147483647!important}
.giverr-modal__dialog{width:min(680px,calc(100vw - 32px))!important;max-width:min(680px,calc(100vw - 32px))!important;margin:24px auto!important}
.giverr-modal__dialog *{max-width:100%}
.giverr-modal-check--inline{justify-content:flex-start;gap:10px}
.giverr-modal-check--inline span{display:inline-block}
.giverr-modal-form select{appearance:auto}
.giverr-profile-editor__portfolio-count{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#111827}
.giverr-profile-editor__portfolio-count:hover{border-color:#b4233c}
.giverr-portfolio-builder__group{display:grid;gap:6px;margin-bottom:22px}
.giverr-portfolio-builder__group p{margin:0;color:#6b7280;font-size:14px;line-height:1.5}
.giverr-portfolio-builder__group label{font-weight:700;color:#111827}
.giverr-portfolio-builder__group input,.giverr-portfolio-builder__group textarea,.giverr-portfolio-builder__group select{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:14px 16px;font-size:14px;background:#fff;box-sizing:border-box}
.giverr-portfolio-builder__group textarea{min-height:220px;resize:vertical}
.giverr-portfolio-builder__split{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.giverr-portfolio-builder__count{text-align:right;color:#6b7280;font-size:13px}
.giverr-portfolio-builder__upload{display:grid;place-items:center;gap:14px;padding:28px;border:1px dashed #d1d5db;border-radius:14px;text-align:center;background:#fff}
.giverr-portfolio-builder__upload-copy strong{display:block;font-size:18px;margin-bottom:6px}
.giverr-portfolio-builder__upload-copy span{display:inline-block;font-weight:700;text-decoration:underline;margin-bottom:10px}
.giverr-portfolio-builder__upload-copy small{display:block;color:#6b7280;line-height:1.6}
.giverr-portfolio-builder__file{max-width:300px}
.giverr-portfolio-page__meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px;color:#6b7280;font-size:12px}
.giverr-portfolio-page__tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.giverr-portfolio-page__tags span{padding:6px 10px;border-radius:999px;background:#f3f4f6;font-size:12px}
@media (max-width:900px){.giverr-profile-editor--v3 .giverr-profile-editor__layout,.giverr-portfolio-builder__split{grid-template-columns:1fr}.giverr-profile-editor__microtext{gap:10px!important}.giverr-profile-editor__meta-item{min-width:100%}}
.giverr-profile-editor__identity-photo{align-items:center;justify-items:center}
.giverr-profile-editor__photo-link{margin-top:8px;margin-left:auto;margin-right:auto}
.giverr-profile-editor__hero-actions{justify-content:flex-start;gap:14px;margin-top:6px}
.giverr-profile-editor__inline,.giverr-profile-editor__meta-item{display:inline-flex!important;align-items:center;vertical-align:middle}
.giverr-profile-editor__identity-copy{align-content:start}
.giverr-profile-editor__identity-head{justify-items:start}
.giverr-profile-editor__inline--name,.giverr-profile-editor__inline--headline{width:auto;max-width:100%}
.giverr-profile-editor__inline--name .giverr-profile-editor__inline-text,.giverr-profile-editor__inline--headline .giverr-profile-editor__inline-text,.giverr-profile-editor__meta-item .giverr-profile-editor__inline-text{display:inline-flex;align-items:center;max-width:100%}
.giverr-profile-editor__inline--name input,.giverr-profile-editor__inline--headline input,.giverr-profile-editor__meta-item input{width:auto!important;min-width:0;border-bottom:1px solid #e5e7eb}
.giverr-profile-editor__inline--name input{min-width:220px;max-width:420px}
.giverr-profile-editor__inline--headline input{min-width:260px;max-width:520px}
.giverr-profile-editor__meta-item{min-width:auto;gap:6px}
.giverr-profile-editor__microtext{gap:18px!important}
.giverr-profile-editor__meta-item input{max-width:180px}
.giverr-inline-pen{margin-left:2px!important;flex:0 0 auto}
.giverr-modal{align-items:center!important;padding:24px 16px!important}
.giverr-modal__dialog{position:relative!important;left:auto!important;right:auto!important;transform:none!important;margin:0 auto!important}
.giverr-portfolio-builder__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.giverr-portfolio-builder__chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #111827;border-radius:12px;background:#fff}
.giverr-portfolio-builder__chip button{border:0;background:transparent;font-size:18px;line-height:1;cursor:pointer;padding:0}
.giverr-portfolio-builder__existing{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}.giverr-portfolio-builder__existing img{width:108px;height:80px;object-fit:cover;border-radius:12px;border:1px solid #d1d5db}

.giverr-profile-editor--v3 .giverr-profile-editor__layout{grid-template-columns:minmax(0,1fr) 280px;gap:18px}
.giverr-profile-editor--v3 .giverr-profile-editor__hero,.giverr-profile-editor--v3 .giverr-profile-editor__card,.giverr-profile-editor--v3 .giverr-profile-editor__side-card{border-radius:18px}
.giverr-profile-editor__hero--v3{grid-template-columns:126px minmax(0,1fr);gap:18px;align-items:start}
.giverr-profile-editor__identity-photo{justify-items:center}
.giverr-profile-editor__photo-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #d1d5db;border-radius:12px;background:#fff;margin:10px auto 0}
.giverr-profile-editor__identity-copy{gap:10px}
.giverr-profile-editor__identity-head{gap:2px}
.giverr-profile-editor__inline--name,.giverr-profile-editor__inline--headline,.giverr-profile-editor__meta-item{width:fit-content;max-width:100%}
.giverr-profile-editor__inline--name .giverr-profile-editor__inline-text,.giverr-profile-editor__inline--headline .giverr-profile-editor__inline-text,.giverr-profile-editor__meta-item .giverr-profile-editor__inline-text{display:inline-flex;max-width:none;flex:0 1 auto}
.giverr-profile-editor__inline--name input,.giverr-profile-editor__inline--headline input,.giverr-profile-editor__meta-item input{width:auto!important;max-width:100%;padding-right:0}
.giverr-profile-editor__inline--name input{font-size:17px;font-weight:700;min-width:200px;max-width:380px}
.giverr-profile-editor__inline--headline input{font-size:14px;min-width:280px;max-width:520px}
.giverr-profile-editor__microtext{gap:12px!important;align-items:center}
.giverr-profile-editor__meta-item{gap:6px;min-width:auto}
.giverr-profile-editor__meta-item input{max-width:160px}
.giverr-inline-pen{font-size:14px;padding:0 2px;line-height:1;margin-left:0!important}
.giverr-profile-editor__hero-actions{gap:16px;margin-top:4px}
.giverr-profile-editor__hero-link{font-weight:600;font-size:14px}
.giverr-profile-editor__side{position:sticky;top:16px}
.giverr-profile-editor__section-head h3,.giverr-profile-editor__card-head h3{font-size:18px}
.giverr-profile-editor__card p,.giverr-profile-editor__section-head p{font-size:14px}

.giverr-profile__hero--v2{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:26px;align-items:start}
.giverr-profile__identity-top{grid-template-columns:160px minmax(0,1fr) auto;gap:24px;align-items:start}
.giverr-profile__avatar img{width:160px;height:160px;border-radius:50%;object-fit:cover;border:1px solid #efd8d8}
.giverr-profile__summary h2{margin:0 0 8px;font-size:26px;line-height:1.15}
.giverr-profile__summary h2 span{color:#667085;font-size:16px;font-weight:600}
.giverr-profile__rating-line{display:flex;gap:14px;align-items:center;margin-bottom:8px;font-weight:700}
.giverr-profile__headline{font-size:18px;font-weight:700;margin-bottom:10px}
.giverr-profile__meta--stack{display:flex;gap:18px;flex-wrap:wrap;font-size:15px;color:#344054}
.giverr-profile__hero-actions{display:flex;justify-content:flex-end;gap:16px}
.giverr-profile__about h3,.giverr-profile__skills-wrap h3{margin:20px 0 10px;font-size:16px;text-transform:none}
.giverr-profile__about p{font-size:16px;line-height:1.65}
.giverr-profile__skill-cloud{display:flex;gap:10px;flex-wrap:wrap}
.giverr-profile__skill-cloud span{padding:10px 14px;font-size:14px}
.giverr-profile__contact-card--v2{padding:32px 22px;border:1px solid #d8dde7;border-radius:4px;box-shadow:none;background:#fff}
.giverr-profile__contact-head{display:flex;gap:12px;align-items:flex-start;margin-bottom:22px}
.giverr-profile__contact-head img{width:52px;height:52px;border-radius:999px;object-fit:cover}
.giverr-profile__contact-head strong{display:block;font-size:17px}
.giverr-profile__contact-head span{display:block;font-size:16px;font-weight:700;margin-top:2px}
.giverr-profile__contact-head small{display:block;color:#667085;font-size:14px;margin-top:8px}
.giverr-profile__contact-card .giverr-button--block{width:100%;margin-top:14px;border-radius:6px}
.giverr-profile__response-time{text-align:center;margin-top:14px;color:#667085;font-size:14px}

.giverr-portfolio-builder{max-width:980px;padding:24px 18px 56px}
.giverr-portfolio-builder__form{padding:26px 28px;border-radius:18px}
.giverr-portfolio-builder__steps{display:flex;gap:16px;font-size:14px;margin-bottom:20px}
.giverr-portfolio-builder__group{margin-bottom:18px}
.giverr-portfolio-builder__group input,.giverr-portfolio-builder__group textarea,.giverr-portfolio-builder__group select{font-size:15px}
.giverr-portfolio-builder__group textarea{min-height:180px}
.giverr-portfolio-builder__split{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.giverr-portfolio-builder__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.giverr-portfolio-builder__chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #111827;border-radius:12px;background:#fff;font-size:14px}
.giverr-portfolio-builder__chip button{border:0;background:transparent;font-size:18px;line-height:1;cursor:pointer;padding:0}
.giverr-portfolio-builder__upload{display:grid;place-items:center;gap:12px;padding:26px;border:1px dashed #d0d5dd;border-radius:14px;text-align:center;background:#fafafa;cursor:pointer}
.giverr-portfolio-builder__file{display:block;max-width:280px}
.giverr-portfolio-builder__upload-copy{display:grid;gap:6px}
.giverr-portfolio-builder__upload-copy strong{font-size:18px}
.giverr-portfolio-builder__upload-copy small{font-size:13px;line-height:1.55;color:#667085}
.giverr-portfolio-builder__existing{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}
.giverr-portfolio-builder__existing img{width:120px;height:90px;object-fit:cover;border:1px solid #d0d5dd;border-radius:12px}
.giverr-portfolio-builder__actions{justify-content:flex-start;gap:12px}

.giverr-portfolio-page{max-width:1360px;padding:20px 18px 56px}
.giverr-portfolio-page__head{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px}
.giverr-portfolio-page__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.giverr-portfolio-page__card{border-radius:12px;overflow:hidden;box-shadow:none}
.giverr-portfolio-page__thumb{aspect-ratio:4/3;background:#f3f4f6}
.giverr-portfolio-page__body h3{font-size:20px;line-height:1.25;margin:0 0 8px}
.giverr-portfolio-page__body p{font-size:14px;line-height:1.6;min-height:68px}
.giverr-portfolio-page__meta{font-size:13px}
.giverr-portfolio-page__tags span{font-size:12px}

@media (max-width:1100px){
  .giverr-profile__hero--v2{grid-template-columns:1fr}
  .giverr-profile-editor--v3 .giverr-profile-editor__layout{grid-template-columns:1fr}
  .giverr-profile-editor__side{position:static}
}
@media (max-width:768px){
  .giverr-profile-editor__hero--v3,.giverr-profile__identity-top,.giverr-portfolio-page__grid,.giverr-portfolio-builder__split{grid-template-columns:1fr}
  .giverr-profile__hero-actions{justify-content:flex-start}
}
.giverr-route-shell{padding:0 0 56px;background:#fff}
.giverr-route-shell__inner{width:min(100%,1280px);margin:0 auto;padding:0 24px}
.giverr-route-shell__title{margin:18px 0 0;font-size:30px;line-height:1.2;font-weight:700;color:#111827}
.giverr-route-shell--untitled .giverr-route-shell__inner{padding-top:0}
.giverr-profile--v2{max-width:1280px;margin:0 auto;padding:20px 0 56px}
.giverr-profile__hero--v2{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:36px;align-items:start}
.giverr-profile__identity-shell{display:grid;gap:20px}
.giverr-profile__identity-top{display:grid;grid-template-columns:168px minmax(0,1fr) auto;gap:26px;align-items:start}
.giverr-profile__avatar img{width:152px;height:152px;object-fit:cover;border-radius:999px;border:1px solid #ead9d3;display:block}
.giverr-profile__summary h2{margin:6px 0 8px;font-size:20px;line-height:1.2;font-weight:700;color:#111827}
.giverr-profile__summary h2 span{display:inline-block;margin-left:6px;font-size:16px;font-weight:500;color:#667085}
.giverr-profile__rating-line{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-bottom:8px;font-size:15px;font-weight:600;color:#111827}
.giverr-profile__headline{margin:0 0 12px;font-size:16px;line-height:1.45;font-weight:500;color:#111827}
.giverr-profile__meta--stack{display:flex;gap:18px;flex-wrap:wrap;font-size:14px;line-height:1.4;color:#111827}
.giverr-profile__hero-actions{display:flex;justify-content:flex-end;gap:14px;align-items:center;padding-top:6px}
.giverr-profile__hero-actions .giverr-button{height:44px;padding:0 22px;border-radius:10px;font-size:13px;font-weight:600}
.giverr-fav-button{width:42px;height:42px;border-radius:10px;border:1px solid #d0d5dd;background:#fff;color:#667085;font-size:18px}
.giverr-profile__about{display:grid;gap:10px;max-width:860px}
.giverr-profile__about h3,.giverr-profile__skills-wrap h3{margin:0;font-size:15px;line-height:1.3;font-weight:700;color:#111827;text-transform:none}
.giverr-profile__about-copy{margin:0;font-size:15px;line-height:1.7;color:#344054;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;max-width:860px}
.giverr-profile__about-more{display:inline-flex;align-items:center;width:max-content;color:#344054;font-size:15px;font-weight:500;text-decoration:underline}
.giverr-profile__skills-wrap{display:grid;gap:12px}
.giverr-profile__skill-cloud{display:flex;gap:10px;flex-wrap:wrap}
.giverr-profile__skill-cloud span{padding:8px 16px;border:1px solid #d0d5dd;border-radius:999px;background:#fff;font-size:13px;line-height:1.3;color:#111827}
.giverr-profile__contact-card--v2{position:sticky;top:20px;padding:28px 30px;border:1px solid #d0d5dd;border-radius:4px;box-shadow:0 2px 10px rgba(16,24,40,.06);background:#fff}
.giverr-profile__contact-head{display:flex;gap:14px;align-items:flex-start;margin-bottom:24px}
.giverr-profile__contact-head strong{display:block;font-size:18px;line-height:1.3;color:#111827}
.giverr-profile__contact-head span{display:block;margin-top:2px;font-size:16px;font-weight:700;color:#344054}
.giverr-profile__contact-head small{display:block;margin-top:10px;font-size:14px;color:#667085}
.giverr-profile__contact-avatar{width:52px;height:52px;border-radius:999px;object-fit:cover}
.giverr-profile__contact-card--v2 .giverr-button{height:48px;border-radius:6px;font-size:14px;font-weight:700;margin-top:0}
.giverr-profile__contact-card--v2 .giverr-button + .giverr-button{margin-top:14px}
.giverr-profile__response-time{margin-top:16px;text-align:center;font-size:14px;color:#667085}
.giverr-portfolio-builder{max-width:980px;margin:0 auto;padding:10px 0 60px}
.giverr-portfolio-builder__form{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.giverr-portfolio-builder__steps{display:flex;align-items:center;gap:14px;margin:0 0 28px;font-size:0;color:#111827}
.giverr-portfolio-builder__step{display:inline-flex;align-items:center;gap:10px;position:relative}
.giverr-portfolio-builder__step + .giverr-portfolio-builder__step::before{content:'›';position:relative;left:-2px;color:#98a2b3;font-size:20px;font-weight:500}
.giverr-portfolio-builder__step em{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#d0d5dd;color:#fff;font-style:normal;font-size:13px;font-weight:700}
.giverr-portfolio-builder__step strong{font-size:14px;line-height:1.4;font-weight:700;color:#98a2b3}
.giverr-portfolio-builder__step--active em{background:#111827}
.giverr-portfolio-builder__step--active strong{color:#111827}
.giverr-portfolio-builder h1{margin:0 0 28px;font-size:40px;line-height:1.15;font-weight:700;color:#111827;letter-spacing:-.02em}
.giverr-portfolio-builder__group{display:grid;gap:8px;margin-bottom:24px}
.giverr-portfolio-builder__group label{margin:0;font-size:16px;line-height:1.35;font-weight:700;color:#111827}
.giverr-portfolio-builder__group p{margin:0;font-size:14px;line-height:1.5;color:#667085;max-width:860px}
.giverr-portfolio-builder__group a{color:#344054;text-decoration:underline}
.giverr-portfolio-builder__group input,.giverr-portfolio-builder__group textarea,.giverr-portfolio-builder__group select{height:46px;padding:0 14px;border:1px solid #d0d5dd;border-radius:6px;background:#fff;font-size:14px;line-height:1.4;color:#111827;box-shadow:none}
.giverr-portfolio-builder__group textarea{height:160px;padding:14px;resize:vertical}
.giverr-portfolio-builder__count{margin-top:-2px;text-align:right;font-size:13px;line-height:1.4;color:#98a2b3}
.giverr-portfolio-builder__split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px}
.giverr-portfolio-builder__upload{display:grid;justify-items:center;gap:14px;padding:22px 20px;border:1px dashed #d0d5dd;border-radius:2px;background:#fff;text-align:center;cursor:pointer;min-height:140px}
.giverr-portfolio-builder__file{position:absolute;opacity:0;pointer-events:none;width:.1px;height:.1px}
.giverr-portfolio-builder__upload-copy{display:grid;gap:10px;justify-items:center}
.giverr-portfolio-builder__upload-copy strong{font-size:14px;line-height:1.4;font-weight:600;color:#111827}
.giverr-portfolio-builder__upload-copy span{display:inline-flex;align-items:center;justify-content:center;min-width:116px;height:36px;padding:0 16px;border:1px solid #111827;border-radius:6px;font-size:14px;line-height:1;font-weight:600;color:#111827;text-decoration:none}
.giverr-portfolio-builder__upload-copy small{font-size:12px;line-height:1.55;color:#98a2b3}
.giverr-portfolio-builder__existing{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px}
.giverr-portfolio-builder__existing img{width:120px;height:90px;border-radius:6px;border:1px solid #d0d5dd;object-fit:cover}
.giverr-portfolio-builder__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}
.giverr-portfolio-builder__chip{display:inline-flex;align-items:center;gap:8px;max-width:100%;padding:6px 12px;border:1px solid #d0d5dd;border-radius:999px;background:#f9fafb;font-size:13px;line-height:1.3;color:#344054}
.giverr-portfolio-builder__chip button{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:0;background:transparent;padding:0;font-size:16px;line-height:1;color:#667085}
.giverr-portfolio-builder__actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding-top:14px;border-top:1px solid #eaecf0}
.giverr-portfolio-builder__actions .giverr-button{min-width:120px;height:40px;border-radius:4px;font-size:13px;font-weight:700}
.giverr-portfolio-builder__actions .giverr-button--secondary{padding:0;border:0;background:transparent;color:#111827;box-shadow:none;min-width:auto;height:auto}
@media (max-width:1100px){.giverr-profile__hero--v2{grid-template-columns:1fr}.giverr-profile__contact-card--v2{position:static}.giverr-profile__identity-top{grid-template-columns:140px minmax(0,1fr);gap:22px}.giverr-profile__hero-actions{grid-column:1/-1;justify-content:flex-start;padding-top:0}}
@media (max-width:768px){.giverr-route-shell__inner{padding:0 16px}.giverr-profile--v2{padding-top:16px}.giverr-profile__identity-top{grid-template-columns:1fr}.giverr-profile__avatar img{width:120px;height:120px}.giverr-profile__hero-actions{justify-content:flex-start}.giverr-portfolio-builder{padding:8px 0 48px}.giverr-portfolio-builder h1{font-size:30px}.giverr-portfolio-builder__split{grid-template-columns:1fr;gap:18px}.giverr-portfolio-builder__actions{align-items:flex-start;flex-wrap:wrap}}

.giverr-profile--v2{max-width:1280px!important;padding:22px 20px 56px!important}
.giverr-profile--v2 .giverr-profile__hero--v2{display:grid!important;grid-template-columns:minmax(0,1fr) 424px!important;gap:42px!important;align-items:start!important}
.giverr-profile--v2 .giverr-profile__identity-shell{min-width:0}
.giverr-profile--v2 .giverr-profile__identity-top{display:grid!important;grid-template-columns:150px minmax(0,1fr)!important;gap:26px!important;align-items:start!important}
.giverr-profile--v2 .giverr-profile__avatar{grid-row:1/span 3}
.giverr-profile--v2 .giverr-profile__avatar img{width:158px!important;height:158px!important;border-radius:999px!important;display:block}
.giverr-profile--v2 .giverr-profile__summary{padding-top:6px}
.giverr-profile--v2 .giverr-profile__summary h2{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap;font-size:20px!important;margin:0 0 6px!important}
.giverr-profile--v2 .giverr-profile__summary h2 span{font-size:13px!important;color:#667085!important}
.giverr-profile--v2 .giverr-profile__rating-line{font-size:13px!important;gap:12px!important;margin-bottom:8px!important}
.giverr-profile--v2 .giverr-profile__headline{font-size:16px!important;font-weight:600!important;margin-bottom:10px!important}
.giverr-profile--v2 .giverr-profile__meta--stack{font-size:13px!important;gap:16px!important}
.giverr-profile--v2 .giverr-profile__about h3,.giverr-profile--v2 .giverr-profile__skills-wrap h3{font-size:14px!important;font-weight:700!important;margin:22px 0 10px!important}
.giverr-profile--v2 .giverr-profile__about p{font-size:14px!important;line-height:1.6!important;max-width:760px}
.giverr-profile--v2 .giverr-profile__about-more{display:inline-block;margin-top:10px;font-weight:600;color:#404145;text-decoration:underline}
.giverr-profile--v2 .giverr-profile__skill-cloud span{padding:7px 13px!important;border-radius:999px!important;font-size:13px!important;background:#fff!important;border:1px solid #dfe3e8!important}
.giverr-profile--v2 .giverr-profile__side-column{display:grid;gap:14px;align-self:start}
.giverr-profile--v2 .giverr-profile__hero-actions{display:flex!important;justify-content:flex-end!important;gap:14px!important;margin:0 0 8px!important}
.giverr-profile--v2 .giverr-profile__hero-actions .giverr-button{min-height:42px;padding:0 20px;border-radius:8px}
.giverr-profile--v2 .giverr-fav-button{width:42px;height:42px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#667085;font-size:18px;display:inline-flex;align-items:center;justify-content:center}
.giverr-profile--v2 .giverr-profile__side-label{font-size:12px;font-weight:600;letter-spacing:.02em;color:#d92d20;text-align:center;text-transform:none}
.giverr-profile--v2 .giverr-profile__contact-card--v2{padding:24px 24px 18px!important;border-radius:4px!important;border:1px solid #d8dde7!important;box-shadow:none!important}
.giverr-profile--v2 .giverr-profile__contact-head{margin-bottom:24px!important}
.giverr-profile--v2 .giverr-profile__contact-card .giverr-button--block{margin-top:12px!important;min-height:46px;border-radius:8px}
.giverr-profile--v2 .giverr-profile__response-time{margin-top:18px!important}

.giverr-portfolio-builder{max-width:1100px!important;padding:8px 24px 56px!important}
.giverr-portfolio-builder__form{max-width:820px;margin:0 auto;background:#fff;border:1px solid #e4e7ec;border-radius:0!important;box-shadow:none!important;padding:0 0 24px!important}
.giverr-portfolio-builder__steps{display:flex!important;align-items:center;gap:14px!important;padding:0 0 18px!important;margin:0 0 26px!important;border-bottom:1px solid #e4e7ec}
.giverr-portfolio-builder__step{display:inline-flex;align-items:center;gap:10px;color:#98a2b3;font-size:14px;font-weight:600}
.giverr-portfolio-builder__step em{width:24px;height:24px;border-radius:999px;background:#f2f4f7;color:#667085;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-size:13px}
.giverr-portfolio-builder__step--active{color:#111827}.giverr-portfolio-builder__step--active em{background:#111827;color:#fff}
.giverr-portfolio-builder__header{padding:0 0 10px}
.giverr-portfolio-builder__header h1{font-size:18px!important;line-height:1.3!important;margin:0!important}
.giverr-portfolio-builder__group{margin-bottom:22px!important}
.giverr-portfolio-builder__group label{display:block!important;margin:0 0 4px!important;font-size:14px!important;font-weight:700!important;color:#111827!important}
.giverr-portfolio-builder__group p{margin:0 0 10px!important;font-size:12px!important;line-height:1.45!important;color:#667085!important}
.giverr-portfolio-builder__group input,.giverr-portfolio-builder__group textarea,.giverr-portfolio-builder__group select{width:100%!important;border:1px solid #d0d5dd!important;border-radius:8px!important;background:#fff!important;padding:10px 12px!important;font-size:14px!important;line-height:1.4!important;box-sizing:border-box!important;min-height:42px!important}
.giverr-portfolio-builder__group textarea{min-height:128px!important;resize:vertical}
.giverr-portfolio-builder__count{margin-top:6px!important;text-align:right!important;font-size:12px!important;color:#667085!important}
.giverr-portfolio-builder__split{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:28px!important;align-items:start!important}
.giverr-portfolio-builder__split--dates{grid-template-columns:110px 110px!important;gap:12px!important}
.giverr-portfolio-builder__multiselect{position:relative}
.giverr-portfolio-builder__multiselect-trigger{width:100%;min-height:44px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;padding:7px 40px 7px 12px;text-align:left;display:flex;align-items:center;gap:8px;flex-wrap:wrap;position:relative;cursor:pointer}
.giverr-portfolio-builder__multiselect-values{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-height:26px}
.giverr-portfolio-builder__multiselect-placeholder{font-size:14px;color:#667085}
.giverr-portfolio-builder__multiselect-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:14px;color:#667085}
.giverr-portfolio-builder__multiselect-menu{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:50;background:#fff;border:1px solid #d0d5dd;border-radius:10px;box-shadow:0 12px 30px rgba(16,24,40,.12);padding:10px;display:none;max-height:260px;overflow:auto}
.giverr-portfolio-builder__multiselect.is-open .giverr-portfolio-builder__multiselect-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.giverr-portfolio-builder__option{border:1px solid #d0d5dd;background:#fff;border-radius:999px;padding:8px 12px;font-size:13px;line-height:1.2;cursor:pointer;text-align:left}
.giverr-portfolio-builder__option.is-selected{border-color:#111827;background:#f9fafb}
.giverr-portfolio-builder__chips{display:flex;gap:8px;flex-wrap:wrap}
.giverr-portfolio-builder__chip{display:inline-flex!important;align-items:center;gap:8px;border:1px solid #d0d5dd!important;border-radius:999px!important;background:#f9fafb!important;padding:6px 10px!important;font-size:13px!important}
.giverr-portfolio-builder__chip button{border:0!important;background:transparent!important;padding:0!important;font-size:16px!important;line-height:1!important;cursor:pointer!important;color:#667085!important}
.giverr-portfolio-builder__upload{display:grid!important;place-items:center!important;gap:12px!important;padding:18px!important;border:1px dashed #d0d5dd!important;border-radius:8px!important;background:#fff!important;cursor:pointer!important}
.giverr-portfolio-builder__upload-copy{text-align:center!important}
.giverr-portfolio-builder__upload-copy strong{font-size:14px!important;margin:0 0 2px!important}
.giverr-portfolio-builder__upload-copy span{display:inline-flex!important;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border:1px solid #111827;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none!important;margin:6px 0 10px!important}
.giverr-portfolio-builder__upload-copy small{display:block!important;font-size:11px!important;line-height:1.45!important;color:#667085!important}
.giverr-portfolio-builder__file{position:absolute!important;inset:0!important;opacity:0!important;cursor:pointer!important;max-width:none!important}
.giverr-portfolio-builder__existing{margin-top:12px!important}
.giverr-portfolio-builder__existing img{width:108px!important;height:82px!important;border-radius:8px!important}
.giverr-portfolio-builder__actions{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding-top:10px!important}
.giverr-portfolio-builder__cancel{font-size:13px!important;font-weight:600!important;color:#111827!important;text-decoration:none!important}
.giverr-portfolio-builder__actions .giverr-button{min-width:110px;min-height:40px;border-radius:6px}

@media (max-width:900px){
  .giverr-profile--v2 .giverr-profile__hero--v2{grid-template-columns:1fr!important}
  .giverr-profile--v2 .giverr-profile__hero-actions{justify-content:flex-start!important}
  .giverr-profile--v2 .giverr-profile__side-label{text-align:left}
  .giverr-portfolio-builder__form{padding:0 0 18px!important}
  .giverr-portfolio-builder__split,.giverr-portfolio-builder__split--dates,.giverr-portfolio-builder__multiselect.is-open .giverr-portfolio-builder__multiselect-menu{grid-template-columns:1fr!important}
}


.giverr-profile--v2 .giverr-profile__side-column{display:grid!important;gap:18px!important;align-self:start!important}
.giverr-profile--v2 .giverr-profile__hero-actions{display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:12px!important;margin:0!important;padding:0!important}
.giverr-profile--v2 .giverr-profile__hero-actions > *{flex:0 0 auto!important}
.giverr-profile--v2 .giverr-profile__hero-actions .giverr-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:0 20px!important;line-height:1!important;white-space:nowrap!important}
.giverr-profile--v2 .giverr-fav-button{display:inline-flex!important;align-items:center!important;justify-content:center!important}
.giverr-profile--v2 .giverr-profile__contact-card--v2{margin-top:0!important}

.giverr-portfolio-builder{max-width:780px!important;margin:0 auto!important;padding:16px 20px 56px!important}
.giverr-portfolio-builder__form{max-width:100%!important;margin:0 auto!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.giverr-portfolio-builder__steps{display:flex!important;align-items:center!important;gap:14px!important;margin:0 0 24px!important;padding:0!important;border:0!important}
.giverr-portfolio-builder__step{display:inline-flex!important;align-items:center!important;gap:10px!important;font-size:14px!important;font-weight:600!important;color:#98a2b3!important}
.giverr-portfolio-builder__step strong{display:block!important;font-weight:600!important}
.giverr-portfolio-builder__step em{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:24px!important;height:24px!important;border-radius:999px!important;background:#111827!important;color:#fff!important;font-style:normal!important;font-size:13px!important}
.giverr-portfolio-builder__step + .giverr-portfolio-builder__step em{background:#eaecf0!important;color:#667085!important}
.giverr-portfolio-builder__header{padding:0!important;margin:0 0 18px!important}
.giverr-portfolio-builder__header h1{margin:0!important;font-size:20px!important;line-height:1.3!important;font-weight:700!important;color:#111827!important}
.giverr-portfolio-builder__group{display:block!important;margin:0 0 18px!important}
.giverr-portfolio-builder__group > label{display:block!important;margin:0 0 4px!important;font-size:14px!important;line-height:1.35!important;font-weight:700!important;color:#111827!important}
.giverr-portfolio-builder__group > p{display:block!important;margin:0 0 10px!important;font-size:12px!important;line-height:1.45!important;color:#667085!important}
.giverr-portfolio-builder__group input[type=text],.giverr-portfolio-builder__group textarea,.giverr-portfolio-builder__group select{display:block!important;width:100%!important;margin:0!important;border:1px solid #d0d5dd!important;border-radius:8px!important;background:#fff!important;color:#111827!important;box-sizing:border-box!important;font-size:14px!important;line-height:1.4!important;box-shadow:none!important}
.giverr-portfolio-builder__group input[type=text],.giverr-portfolio-builder__group select{height:42px!important;min-height:42px!important;padding:0 12px!important}
.giverr-portfolio-builder__group textarea{min-height:132px!important;padding:12px!important;resize:vertical!important}
.giverr-portfolio-builder__count{margin:6px 0 0!important;text-align:right!important;font-size:12px!important;color:#98a2b3!important}
.giverr-portfolio-builder__split{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:18px!important;align-items:start!important}
.giverr-portfolio-builder__split > .giverr-portfolio-builder__group{margin:0!important}
.giverr-portfolio-builder__split--dates{display:grid!important;grid-template-columns:150px 150px!important;gap:12px!important;align-items:start!important}
.giverr-portfolio-builder__split--dates select{width:100%!important}
.giverr-portfolio-builder__multiselect{position:relative!important;display:block!important}
.giverr-portfolio-builder__multiselect-trigger{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;width:100%!important;min-height:42px!important;padding:6px 40px 6px 12px!important;border:1px solid #d0d5dd!important;border-radius:8px!important;background:#fff!important;color:#111827!important;cursor:pointer!important;position:relative!important;box-shadow:none!important}
.giverr-portfolio-builder__multiselect-values{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;min-height:24px!important;max-width:100%!important}
.giverr-portfolio-builder__multiselect-placeholder{display:inline-block!important;font-size:14px!important;color:#667085!important;line-height:1.4!important}
.giverr-portfolio-builder__multiselect-arrow{position:absolute!important;right:12px!important;top:50%!important;transform:translateY(-50%)!important;color:#667085!important;font-size:14px!important;line-height:1!important}
.giverr-portfolio-builder__multiselect-menu{display:none!important;position:absolute!important;left:0!important;right:0!important;top:calc(100% + 6px)!important;z-index:999!important;max-height:240px!important;overflow:auto!important;padding:8px!important;border:1px solid #d0d5dd!important;border-radius:10px!important;background:#fff!important;box-shadow:0 12px 30px rgba(16,24,40,.14)!important}
.giverr-portfolio-builder__multiselect.is-open .giverr-portfolio-builder__multiselect-menu{display:grid!important;grid-template-columns:1fr!important;gap:6px!important}
.giverr-portfolio-builder__option{appearance:none!important;-webkit-appearance:none!important;display:block!important;width:100%!important;margin:0!important;padding:10px 12px!important;border:1px solid #eaecf0!important;border-radius:8px!important;background:#fff!important;color:#111827!important;text-align:left!important;font-size:13px!important;line-height:1.35!important;cursor:pointer!important;box-shadow:none!important}
.giverr-portfolio-builder__option:hover,.giverr-portfolio-builder__option:focus{border-color:#111827!important;outline:none!important}
.giverr-portfolio-builder__option.is-selected{border-color:#111827!important;background:#f9fafb!important}
.giverr-portfolio-builder__chip{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:5px 10px!important;border:1px solid #d0d5dd!important;border-radius:999px!important;background:#f9fafb!important;color:#344054!important;font-size:13px!important;line-height:1.3!important}
.giverr-portfolio-builder__chip button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:14px!important;height:14px!important;border:0!important;background:transparent!important;color:#667085!important;padding:0!important;margin:0!important;box-shadow:none!important}
.giverr-portfolio-builder__upload{position:relative!important;display:grid!important;justify-items:center!important;align-content:center!important;gap:10px!important;width:100%!important;min-height:124px!important;padding:18px!important;border:1px dashed #d0d5dd!important;border-radius:8px!important;background:#fff!important;box-sizing:border-box!important;cursor:pointer!important;overflow:hidden!important}
.giverr-portfolio-builder__upload-copy{display:grid!important;gap:8px!important;justify-items:center!important;text-align:center!important}
.giverr-portfolio-builder__upload-copy strong{display:block!important;margin:0!important;font-size:14px!important;line-height:1.4!important;color:#111827!important}
.giverr-portfolio-builder__upload-copy span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:116px!important;height:36px!important;padding:0 14px!important;border:1px solid #111827!important;border-radius:8px!important;background:#fff!important;color:#111827!important;font-size:13px!important;font-weight:600!important;line-height:1!important}
.giverr-portfolio-builder__upload-copy small{display:block!important;margin:0!important;font-size:11px!important;line-height:1.45!important;color:#667085!important}
.giverr-portfolio-builder__file{position:absolute!important;inset:0!important;opacity:0!important;cursor:pointer!important}
.giverr-portfolio-builder__existing{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin-top:12px!important}
.giverr-portfolio-builder__existing img{width:96px!important;height:72px!important;border:1px solid #d0d5dd!important;border-radius:8px!important;object-fit:cover!important}
.giverr-portfolio-builder__actions{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin-top:22px!important;padding-top:12px!important;border-top:1px solid #eaecf0!important}
.giverr-portfolio-builder__cancel{display:inline-flex!important;align-items:center!important;color:#111827!important;font-size:13px!important;font-weight:600!important;text-decoration:none!important}
.giverr-portfolio-builder__actions .giverr-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:96px!important;height:40px!important;padding:0 18px!important;border-radius:6px!important;font-size:13px!important;font-weight:700!important}

@media (max-width:900px){
  .giverr-portfolio-builder{padding:12px 16px 48px!important}
  .giverr-portfolio-builder__split{grid-template-columns:1fr!important}
  .giverr-portfolio-builder__split--dates{grid-template-columns:1fr 1fr!important}
}
@media (max-width:640px){
  .giverr-profile--v2 .giverr-profile__hero-actions{justify-content:flex-start!important}
  .giverr-portfolio-builder__split--dates{grid-template-columns:1fr!important}
  .giverr-portfolio-builder__actions{flex-wrap:wrap!important}
}


.giverr-route-shell--untitled .giverr-route-shell__inner{max-width:100%;padding:0}
.giverr-portfolio-create-v3{background:#fff;min-height:100vh;padding:20px 0 60px}
.giverr-portfolio-create-v3 *{box-sizing:border-box}
.giverr-portfolio-create-v3__shell{max-width:852px;margin:0 auto;padding:0 24px}
.giverr-portfolio-create-v3__form{margin:0}
.giverr-portfolio-create-v3__steps{display:flex;align-items:center;gap:12px;padding:10px 0 22px;color:#74767e;font-size:15px;font-weight:600}
.giverr-portfolio-create-v3__step{display:inline-flex;align-items:center;gap:10px}
.giverr-portfolio-create-v3__step i{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#efeff0;color:#74767e;font-style:normal;font-size:14px;font-weight:700}
.giverr-portfolio-create-v3__step strong{font-weight:600;color:#74767e}
.giverr-portfolio-create-v3__step--active i{background:#222325;color:#fff}
.giverr-portfolio-create-v3__step--active strong{color:#222325}
.giverr-portfolio-create-v3__chevron{color:#b5b6ba;font-size:20px;line-height:1}
.giverr-portfolio-create-v3__card{background:#fff;border-top:1px solid #e4e5e7;padding-top:32px}
.giverr-portfolio-create-v3__header{margin-bottom:30px}
.giverr-portfolio-create-v3__header h1{margin:0;font-size:42px;line-height:1.16;font-weight:700;letter-spacing:-.03em;color:#222325}
.giverr-portfolio-create-v3__field{display:block;margin-bottom:28px}
.giverr-portfolio-create-v3__field label{display:block;margin:0 0 6px;color:#222325;font-size:28px;line-height:1.28;font-weight:700;letter-spacing:-.02em}
.giverr-portfolio-create-v3__field p{margin:0 0 14px;color:#74767e;font-size:16px;line-height:1.5}
.giverr-portfolio-create-v3__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px}
.giverr-portfolio-create-v3__control,.giverr-portfolio-create-v3__multiselect-trigger{display:flex;align-items:center;width:100%;min-height:52px;padding:14px 16px;border:1px solid #c5c6c9;border-radius:8px;background:#fff;color:#404145;font-size:18px;line-height:1.4;box-shadow:none;outline:none}
.giverr-portfolio-create-v3__control:focus,.giverr-portfolio-create-v3__multiselect-trigger:focus{border-color:#222325}
.giverr-portfolio-create-v3__control--textarea{display:block;min-height:184px;resize:vertical}
.giverr-portfolio-create-v3__count{margin-top:8px;text-align:right;color:#95979d;font-size:14px;line-height:1.3}
.giverr-portfolio-create-v3__multiselect{position:relative}
.giverr-portfolio-create-v3__multiselect-trigger{justify-content:space-between;gap:12px;text-align:left;cursor:pointer}
.giverr-portfolio-create-v3__multiselect-values{display:flex;flex-wrap:wrap;gap:8px;flex:1 1 auto}
.giverr-portfolio-create-v3__multiselect-placeholder{flex:1 1 auto;color:#95979d;font-size:18px;line-height:1.4}
.giverr-portfolio-create-v3__multiselect-arrow{flex:0 0 auto;color:#74767e;font-size:18px}
.giverr-portfolio-create-v3__multiselect-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;display:none;max-height:280px;overflow:auto;padding:10px;background:#fff;border:1px solid #d8d9db;border-radius:12px;box-shadow:0 12px 30px rgba(34,35,37,.12);z-index:30}
.giverr-portfolio-create-v3__multiselect.is-open .giverr-portfolio-create-v3__multiselect-menu{display:grid;gap:8px}
.giverr-portfolio-builder__option{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:12px 14px;border:1px solid #e4e5e7;border-radius:10px;background:#fff;color:#404145;font-size:16px;line-height:1.4;cursor:pointer;text-align:left}
.giverr-portfolio-builder__option:hover,.giverr-portfolio-builder__option.is-selected{border-color:#222325;background:#f5f5f5;color:#222325}
.giverr-portfolio-create-v3__divider{height:1px;background:#e4e5e7;margin:16px 0 28px}
.giverr-portfolio-create-v3__field--offset label{opacity:0;pointer-events:none}
.giverr-portfolio-create-v3__sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.giverr-portfolio-create-v3__upload{position:relative;display:grid;place-items:center;padding:32px 24px;border:1px dashed #d8d9db;border-radius:8px;background:#fff;text-align:center;cursor:pointer;min-height:184px}
.giverr-portfolio-create-v3__file{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.giverr-portfolio-create-v3__upload-copy{display:grid;gap:10px;max-width:520px}
.giverr-portfolio-create-v3__upload-copy strong{font-size:34px;line-height:1.18;font-weight:700;color:#222325;letter-spacing:-.02em}
.giverr-portfolio-create-v3__upload-copy span{display:inline-flex;align-items:center;justify-content:center;margin:0 auto;padding:10px 20px;border:1px solid #222325;border-radius:8px;font-size:16px;font-weight:600;color:#222325;background:#fff}
.giverr-portfolio-create-v3__upload-copy small{display:block;color:#74767e;font-size:15px;line-height:1.6}
.giverr-portfolio-create-v3__existing{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}
.giverr-portfolio-create-v3__existing img{width:120px;height:90px;object-fit:cover;border-radius:8px;border:1px solid #d8d9db}
.giverr-portfolio-create-v3__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding-top:8px}
.giverr-portfolio-create-v3__cancel{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:8px;border:1px solid #d8d9db;color:#404145;text-decoration:none;font-weight:600}
.giverr-portfolio-create-v3__actions .giverr-button{min-height:42px;padding:0 20px;border-radius:8px;background:#222325;border-color:#222325}
.giverr-portfolio-create-v3 .giverr-portfolio-builder__chip{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid #c5c6c9;border-radius:999px;background:#fff;color:#222325;font-size:14px;line-height:1.2}
.giverr-portfolio-create-v3 .giverr-portfolio-builder__chip button{border:0;background:transparent;padding:0;font-size:18px;line-height:1;color:#74767e;cursor:pointer}
@media (max-width:900px){.giverr-portfolio-create-v3{padding:12px 0 40px}.giverr-portfolio-create-v3__shell{padding:0 16px}.giverr-portfolio-create-v3__header h1{font-size:34px}.giverr-portfolio-create-v3__field label{font-size:24px}.giverr-portfolio-create-v3__upload-copy strong{font-size:28px}}
@media (max-width:680px){.giverr-portfolio-create-v3__steps{gap:8px;font-size:14px;flex-wrap:wrap}.giverr-portfolio-create-v3__step i{width:24px;height:24px;font-size:12px}.giverr-portfolio-create-v3__header h1{font-size:28px}.giverr-portfolio-create-v3__field label{font-size:21px}.giverr-portfolio-create-v3__field p,.giverr-portfolio-create-v3__control,.giverr-portfolio-create-v3__multiselect-placeholder{font-size:15px}.giverr-portfolio-create-v3__row{grid-template-columns:1fr;gap:0}.giverr-portfolio-create-v3__field--offset label{display:none}.giverr-portfolio-create-v3__upload{padding:24px 18px;min-height:160px}.giverr-portfolio-create-v3__upload-copy strong{font-size:22px}}


.giverr-portfolio-create-v4{background:#fff!important;min-height:100vh!important;padding:18px 0 56px!important}
.giverr-portfolio-create-v4,.giverr-portfolio-create-v4 *{box-sizing:border-box!important}
.giverr-portfolio-create-v4__shell{max-width:980px!important;margin:0 auto!important;padding:0 24px!important}
.giverr-portfolio-create-v4__form{margin:0!important;padding:0!important}
.giverr-portfolio-create-v4__panel{background:#fff!important;border-top:1px solid #e4e5e7!important;padding-top:26px!important}
.giverr-portfolio-create-v4__steps{display:flex!important;align-items:center!important;gap:10px!important;padding:0 0 20px!important;margin:0!important;color:#74767e!important;font-size:15px!important;font-weight:600!important;line-height:1.2!important}
.giverr-portfolio-create-v4__step{display:inline-flex!important;align-items:center!important;gap:10px!important}
.giverr-portfolio-create-v4__step i{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;border-radius:999px!important;background:#efeff0!important;color:#74767e!important;font-style:normal!important;font-size:14px!important;font-weight:700!important}
.giverr-portfolio-create-v4__step strong{margin:0!important;color:#74767e!important;font-size:15px!important;font-weight:600!important;line-height:1.2!important}
.giverr-portfolio-create-v4__step--active i{background:#222325!important;color:#fff!important}
.giverr-portfolio-create-v4__step--active strong{color:#222325!important}
.giverr-portfolio-create-v4__chevron{color:#b5b6ba!important;font-size:20px!important;line-height:1!important}
.giverr-portfolio-create-v4__header{margin:0 0 28px!important;padding:0!important}
.giverr-portfolio-create-v4__header h1{margin:0!important;padding:0!important;color:#222325!important;font-size:28px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:-.02em!important}
.giverr-portfolio-create-v4__field{display:block!important;margin:0 0 24px!important;padding:0!important}
.giverr-portfolio-create-v4__field label{display:block!important;margin:0 0 4px!important;padding:0!important;color:#222325!important;font-size:16px!important;line-height:1.4!important;font-weight:600!important;letter-spacing:0!important;text-transform:none!important}
.giverr-portfolio-create-v4__field p{margin:0 0 12px!important;padding:0!important;color:#74767e!important;font-size:14px!important;line-height:1.45!important;font-weight:400!important}
.giverr-portfolio-create-v4__row{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:28px!important;align-items:start!important;margin:0!important;padding:0!important}
.giverr-portfolio-create-v4__field--offset label{opacity:0!important;pointer-events:none!important}
.giverr-portfolio-create-v4__sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.giverr-portfolio-create-v4__control,.giverr-portfolio-create-v4__multiselect-trigger{appearance:none!important;-webkit-appearance:none!important;display:flex!important;align-items:center!important;width:100%!important;min-height:42px!important;margin:0!important;padding:10px 14px!important;border:1px solid #c5c6c9!important;border-radius:4px!important;background:#fff!important;color:#404145!important;font-size:14px!important;line-height:1.4!important;font-weight:400!important;box-shadow:none!important;outline:none!important}
.giverr-portfolio-create-v4__control:focus,.giverr-portfolio-create-v4__multiselect-trigger:focus{border-color:#222325!important;box-shadow:none!important;outline:none!important}
.giverr-portfolio-create-v4__control--textarea{display:block!important;min-height:132px!important;resize:vertical!important}
.giverr-portfolio-create-v4__count{margin:8px 0 0!important;padding:0!important;text-align:right!important;color:#95979d!important;font-size:13px!important;line-height:1.2!important}
.giverr-portfolio-create-v4__multiselect{position:relative!important}
.giverr-portfolio-create-v4__multiselect-trigger{justify-content:space-between!important;gap:10px!important;text-align:left!important;cursor:pointer!important}
.giverr-portfolio-create-v4__multiselect-values{display:flex!important;flex-wrap:wrap!important;gap:8px!important;flex:1 1 auto!important}
.giverr-portfolio-create-v4__multiselect-placeholder{display:inline-flex!important;align-items:center!important;flex:1 1 auto!important;color:#95979d!important;font-size:14px!important;line-height:1.4!important}
.giverr-portfolio-create-v4__multiselect-arrow{flex:0 0 auto!important;color:#74767e!important;font-size:16px!important;line-height:1!important}
.giverr-portfolio-create-v4__multiselect-menu{position:absolute!important;top:calc(100% + 6px)!important;left:0!important;right:0!important;display:none!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;max-height:280px!important;overflow:auto!important;padding:12px!important;margin:0!important;border:1px solid #d8d9db!important;border-radius:6px!important;background:#fff!important;box-shadow:0 12px 30px rgba(34,35,37,.12)!important;z-index:999!important}
.giverr-portfolio-create-v4__multiselect.is-open .giverr-portfolio-create-v4__multiselect-menu{display:grid!important}
.giverr-portfolio-create-v4__option{appearance:none!important;-webkit-appearance:none!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;min-height:40px!important;margin:0!important;padding:10px 12px!important;border:1px solid #e4e5e7!important;border-radius:4px!important;background:#fff!important;color:#404145!important;font-size:14px!important;line-height:1.35!important;font-weight:400!important;text-align:left!important;cursor:pointer!important;box-shadow:none!important;white-space:normal!important}
.giverr-portfolio-create-v4__option:hover,.giverr-portfolio-create-v4__option:focus,.giverr-portfolio-create-v4__option.is-selected{border-color:#222325!important;background:#f5f5f5!important;color:#222325!important;outline:none!important}
.giverr-portfolio-create-v4__divider{height:1px!important;background:#e4e5e7!important;margin:8px 0 24px!important}
.giverr-portfolio-create-v4__upload{position:relative!important;display:grid!important;place-items:center!important;min-height:170px!important;padding:28px 20px!important;margin:0!important;border:1px dashed #d8d9db!important;border-radius:4px!important;background:#fff!important;text-align:center!important;cursor:pointer!important}
.giverr-portfolio-create-v4__file{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;opacity:0!important;cursor:pointer!important}
.giverr-portfolio-create-v4__upload-copy{display:grid!important;gap:10px!important;max-width:540px!important;margin:0 auto!important}
.giverr-portfolio-create-v4__upload-copy strong{display:block!important;margin:0!important;padding:0!important;color:#222325!important;font-size:16px!important;line-height:1.4!important;font-weight:600!important}
.giverr-portfolio-create-v4__upload-copy span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;margin:0 auto!important;padding:0 18px!important;border:1px solid #222325!important;border-radius:4px!important;background:#fff!important;color:#222325!important;font-size:14px!important;line-height:1.2!important;font-weight:600!important;text-decoration:none!important}
.giverr-portfolio-create-v4__upload-copy small{display:block!important;margin:0!important;padding:0!important;color:#74767e!important;font-size:13px!important;line-height:1.5!important;font-weight:400!important}
.giverr-portfolio-create-v4__existing{display:flex!important;flex-wrap:wrap!important;gap:12px!important;margin-top:14px!important}
.giverr-portfolio-create-v4__existing img{display:block!important;width:120px!important;height:90px!important;object-fit:cover!important;border:1px solid #d8d9db!important;border-radius:6px!important}
.giverr-portfolio-create-v4__actions{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;padding:0!important;margin:0!important}
.giverr-portfolio-create-v4__cancel{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:0 4px!important;border:0!important;background:transparent!important;color:#74767e!important;font-size:16px!important;font-weight:400!important;text-decoration:none!important;box-shadow:none!important}
.giverr-portfolio-create-v4__submit{appearance:none!important;-webkit-appearance:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:0 22px!important;border:1px solid #1dbf73!important;border-radius:4px!important;background:#1dbf73!important;color:#fff!important;font-size:16px!important;font-weight:600!important;line-height:1.2!important;cursor:pointer!important;box-shadow:none!important}
.giverr-portfolio-create-v4__submit:hover,.giverr-portfolio-create-v4__submit:focus{background:#19a463!important;border-color:#19a463!important;color:#fff!important;outline:none!important}
.giverr-portfolio-create-v4 .giverr-portfolio-builder__chip{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:6px 10px!important;border:1px solid #d8d9db!important;border-radius:999px!important;background:#f7f7f7!important;color:#222325!important;font-size:13px!important;line-height:1.2!important}
.giverr-portfolio-create-v4 .giverr-portfolio-builder__chip button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:16px!important;height:16px!important;padding:0!important;border:0!important;background:transparent!important;color:#74767e!important;font-size:15px!important;line-height:1!important;cursor:pointer!important}
@media (max-width:767px){.giverr-portfolio-create-v4__shell{padding:0 16px!important}.giverr-portfolio-create-v4__row{grid-template-columns:1fr!important;gap:0!important}.giverr-portfolio-create-v4__multiselect-menu{grid-template-columns:1fr!important}.giverr-portfolio-create-v4__field--offset label{display:none!important}}

.giverr-portfolio-create-disabled{padding:64px 20px;background:#f7f7f7}.giverr-portfolio-create-disabled__panel{max-width:720px;margin:0 auto;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:48px;text-align:center;box-shadow:0 10px 30px rgba(15,23,42,.06)}.giverr-portfolio-create-disabled__panel h1{margin:0 0 12px;font-size:32px;line-height:1.2;color:#111827}.giverr-portfolio-create-disabled__panel p{margin:0;color:#4b5563;font-size:16px;line-height:1.6}.giverr-portfolio-create-disabled__actions{margin-top:24px}.giverr-portfolio-create-disabled__button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:8px;background:#1dbf73;color:#fff;text-decoration:none;font-weight:600}.giverr-portfolio-create-disabled__button:hover{color:#fff;background:#19a463}


.giverr-portfolio-archive-v2{max-width:1400px;margin:0 auto;padding:18px 14px 60px}.giverr-portfolio-archive-v2__seller{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:8px 0 24px;border-bottom:1px solid #e5e7eb}.giverr-portfolio-archive-v2__seller-main{display:flex;align-items:center;gap:16px;min-width:0;flex:1}.giverr-portfolio-archive-v2__avatar{width:72px;height:72px;border-radius:50%;overflow:hidden;flex:0 0 72px}.giverr-portfolio-archive-v2__avatar img{width:100%;height:100%;object-fit:cover}.giverr-portfolio-archive-v2__seller-copy{display:flex;flex-direction:column;gap:6px;min-width:0}.giverr-portfolio-archive-v2__seller-copy h2{margin:0;font-size:20px;line-height:1.2;color:#111827}.giverr-portfolio-archive-v2__seller-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:14px;font-weight:700;color:#111827}.giverr-portfolio-archive-v2__seller-sub{font-size:15px;line-height:1.45;color:#111827}.giverr-portfolio-archive-v2__seller-actions{display:flex;align-items:flex-start}.giverr-portfolio-archive-v2__contact{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 26px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#6b7280;text-decoration:none;font-size:16px;font-weight:700}.giverr-portfolio-archive-v2__topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:26px 0 8px}.giverr-portfolio-archive-v2__topbar h1{margin:0;font-size:28px;line-height:1.2;color:#111827}.giverr-portfolio-archive-v2__topbar p{margin:8px 0 0;font-size:15px;line-height:1.6;color:#6b7280;max-width:780px}.giverr-portfolio-archive-v2__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.giverr-portfolio-archive-v2__ghost,.giverr-portfolio-archive-v2__primary{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:8px;text-decoration:none;font-size:14px;font-weight:700;border:1px solid #d1d5db}.giverr-portfolio-archive-v2__ghost{background:#f5f5f5;color:#111827}.giverr-portfolio-archive-v2__primary{background:#222325;border-color:#222325;color:#fff}.giverr-portfolio-archive-v2__filters{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:10px 0 16px}.giverr-portfolio-archive-v2__filter{display:flex;align-items:center;min-height:42px;border:1px solid #d1d5db;border-radius:8px;background:#fff}.giverr-portfolio-archive-v2__filter select{border:0;background:transparent;box-shadow:none;padding:0 14px;height:42px;min-width:0;font-size:14px;color:#111827}.giverr-portfolio-archive-v2__filter--select{width:180px}.giverr-portfolio-archive-v2__filter--service{width:420px;max-width:100%}.giverr-portfolio-archive-v2__filter--service select{width:100%}.giverr-portfolio-archive-v2__toggle{display:inline-flex;align-items:center;gap:10px;cursor:pointer;user-select:none}.giverr-portfolio-archive-v2__toggle-input{position:absolute;opacity:0;pointer-events:none}.giverr-portfolio-archive-v2__toggle-ui{position:relative;width:42px;height:24px;border-radius:999px;background:#c4c7cf;transition:background .2s ease}.giverr-portfolio-archive-v2__toggle-ui:before{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.18)}.giverr-portfolio-archive-v2__toggle-input:checked+.giverr-portfolio-archive-v2__toggle-ui{background:#1dbf73}.giverr-portfolio-archive-v2__toggle-input:checked+.giverr-portfolio-archive-v2__toggle-ui:before{transform:translateX(18px)}.giverr-portfolio-archive-v2__toggle-copy{font-size:14px;color:#111827;font-weight:500}.giverr-portfolio-archive-v2__count{margin:8px 0 14px;font-size:12px;color:#6b7280}.giverr-portfolio-archive-v2__reorder{margin:6px 0 22px;padding:18px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.giverr-portfolio-archive-v2__reorder-head h3{margin:0 0 6px;font-size:20px;color:#111827}.giverr-portfolio-archive-v2__reorder-head p{margin:0 0 16px;font-size:14px;color:#6b7280}.giverr-portfolio-archive-v2__reorder-list{display:grid;gap:10px}.giverr-portfolio-archive-v2__reorder-item{display:grid;grid-template-columns:auto 64px minmax(0,1fr);align-items:center;gap:14px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;cursor:move}.giverr-portfolio-archive-v2__reorder-item.is-dragging{opacity:.5}.giverr-portfolio-archive-v2__reorder-grip{font-size:18px;color:#9ca3af;line-height:1}.giverr-portfolio-archive-v2__reorder-thumb{width:64px;height:48px;border-radius:10px;overflow:hidden;background:#eef2f7;display:flex;align-items:center;justify-content:center}.giverr-portfolio-archive-v2__reorder-thumb img{width:100%;height:100%;object-fit:cover}.giverr-portfolio-archive-v2__reorder-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:16px}.giverr-portfolio-archive-v2__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.giverr-portfolio-archive-v2__card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px rgba(15,23,42,.04)}.giverr-portfolio-archive-v2__media{position:relative;aspect-ratio:4/3;background:#eef2f7;overflow:hidden}.giverr-portfolio-archive-v2__media img{width:100%;height:100%;object-fit:cover;display:block}.giverr-portfolio-archive-v2__media-empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-weight:700;color:#4b5563}.giverr-portfolio-archive-v2__badge{position:absolute;right:10px;bottom:10px;padding:5px 10px;border-radius:999px;background:rgba(34,35,37,.92);color:#fff;font-size:11px;font-weight:700}.giverr-portfolio-archive-v2__media-count{position:absolute;right:10px;top:10px;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:rgba(34,35,37,.92);color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.giverr-portfolio-archive-v2__body{padding:14px 14px 16px}.giverr-portfolio-archive-v2__body h3{margin:0 0 8px;font-size:18px;line-height:1.3;color:#111827}.giverr-portfolio-archive-v2__body p{margin:0 0 10px;font-size:13px;line-height:1.6;color:#4b5563;min-height:58px}.giverr-portfolio-archive-v2__industries{font-size:12px;color:#111827;font-weight:600;margin-bottom:10px}.giverr-portfolio-archive-v2__foot{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;color:#6b7280}.giverr-portfolio-archive-v2__foot a{color:#111827;text-decoration:none;font-weight:700}@media (max-width:1200px){.giverr-portfolio-archive-v2__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.giverr-portfolio-archive-v2__seller,.giverr-portfolio-archive-v2__topbar{flex-direction:column;align-items:flex-start}.giverr-portfolio-archive-v2__seller-actions{width:100%}.giverr-portfolio-archive-v2__contact{width:100%}.giverr-portfolio-archive-v2__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.giverr-portfolio-archive-v2__filter--service{width:100%}}@media (max-width:640px){.giverr-portfolio-archive-v2__seller-main{align-items:flex-start}.giverr-portfolio-archive-v2__grid{grid-template-columns:1fr}.giverr-portfolio-archive-v2__filter--select,.giverr-portfolio-archive-v2__filter--service{width:100%}.giverr-portfolio-archive-v2__reorder-item{grid-template-columns:auto 56px minmax(0,1fr)}}


.giverr-portfolio-archive-v2__card{position:relative}
.giverr-portfolio-archive-v2__body,.giverr-portfolio-archive-v2__media{position:relative;z-index:2}
.giverr-portfolio-archive-v2__foot a{position:relative;z-index:3}
.giverr-portfolio-modal[hidden]{display:none !important}
.giverr-portfolio-modal{position:fixed;inset:0;z-index:99999}
.giverr-portfolio-modal__backdrop{position:absolute;inset:0;background:rgba(17,24,39,.56)}
.giverr-portfolio-modal__dialog{position:relative;display:flex;flex-direction:column;width:min(900px,calc(100vw - 40px));max-height:calc(100vh - 40px);margin:20px auto;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 30px 70px rgba(15,23,42,.28)}
.giverr-portfolio-modal__header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 28px;border-bottom:1px solid #e5e7eb}
.giverr-portfolio-modal__seller{display:flex;align-items:center;gap:14px;min-width:0}
.giverr-portfolio-modal__seller-avatar{width:34px;height:34px;border-radius:999px;object-fit:cover;flex:0 0 34px}
.giverr-portfolio-modal__seller-copy{display:flex;align-items:center;gap:6px;font-size:15px;color:#111827;font-weight:600;min-width:0}
.giverr-portfolio-modal__seller-copy span{color:#111827}
.giverr-portfolio-modal__seller-copy a{color:#111827;text-decoration:underline;font-weight:700}
.giverr-portfolio-modal__nav{display:flex;align-items:center;gap:12px}
.giverr-portfolio-modal__nav-btn,.giverr-portfolio-modal__close{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#111827;font-size:20px;cursor:pointer}
.giverr-portfolio-modal__close{border:0;font-size:30px;width:32px;height:32px}
.giverr-portfolio-modal__count{display:inline-flex;align-items:center;justify-content:center;min-width:82px;height:42px;padding:0 12px;border:1px solid #d1d5db;border-radius:999px;font-size:14px;font-weight:600;color:#4b5563}
.giverr-portfolio-modal__scroll{overflow:auto;padding:26px 56px 40px}
.giverr-portfolio-modal__media{display:grid;gap:14px;margin-bottom:18px}
.giverr-portfolio-modal__media img,.giverr-portfolio-modal__media video{display:block;width:100%;border-radius:18px;background:#f3f4f6;max-height:420px;object-fit:cover}
.giverr-portfolio-modal__body{max-width:760px}
.giverr-portfolio-modal__meta-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}
.giverr-portfolio-modal__from{font-size:14px;color:#6b7280}
.giverr-portfolio-modal__contact{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 18px;border-radius:10px;background:#222325;color:#fff;text-decoration:none;font-size:14px;font-weight:700}
.giverr-portfolio-modal__body h2{margin:0 0 18px;font-size:34px;line-height:1.15;color:#222325;letter-spacing:-.02em}
.giverr-portfolio-modal__description{font-size:18px;line-height:1.55;color:#2f3137;white-space:pre-wrap}
body.giverr-portfolio-modal-open{overflow:hidden}
@media (max-width:782px){.giverr-portfolio-modal__dialog{width:min(100vw,100vw);max-height:100vh;margin:0;border-radius:0}.giverr-portfolio-modal__header{padding:14px 16px}.giverr-portfolio-modal__scroll{padding:18px 16px 28px}.giverr-portfolio-modal__nav{gap:8px}.giverr-portfolio-modal__count{min-width:72px}.giverr-portfolio-modal__body h2{font-size:28px}.giverr-portfolio-modal__meta-row{align-items:flex-start;flex-direction:column}}

.giverr-portfolio-archive-v2__card{cursor:pointer}
.giverr-portfolio-archive-v2__card:focus-visible{outline:3px solid #1dbf73;outline-offset:3px}

.giverr-portfolio-archive-v2__card{transition:transform .18s ease,box-shadow .18s ease}
.giverr-portfolio-archive-v2__card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(15,23,42,.08)}
.giverr-portfolio-modal__dialog{width:min(940px,calc(100vw - 32px));max-height:min(92vh,1000px)}
.giverr-portfolio-modal__scroll{overflow-y:auto;overflow-x:hidden;padding:30px 30px 42px;scroll-behavior:smooth}
.giverr-portfolio-modal__body{max-width:none}
.giverr-portfolio-modal__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:28px 0 24px}
.giverr-portfolio-modal__fact span{display:block;margin:0 0 6px;font-size:13px;color:#6b7280}
.giverr-portfolio-modal__fact strong{display:block;font-size:28px;line-height:1.2;color:#222325;font-weight:700}
.giverr-portfolio-modal__media{display:grid;gap:18px;margin:0 0 28px}
.giverr-portfolio-modal__media img,.giverr-portfolio-modal__media video{max-height:none;object-fit:contain;border-radius:12px;border:1px solid #e5e7eb;background:#fff}
.giverr-portfolio-modal__categories{margin-top:14px}
.giverr-portfolio-modal__categories h3{margin:0 0 14px;font-size:28px;line-height:1.2;color:#222325}
.giverr-portfolio-modal__category-list{display:flex;flex-wrap:wrap;gap:10px}
.giverr-portfolio-modal__category-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border:1px solid #d1d5db;border-radius:999px;background:#fff;font-size:14px;color:#4b5563}
@media (max-width:782px){.giverr-portfolio-modal__facts{grid-template-columns:1fr;gap:12px}.giverr-portfolio-modal__fact strong{font-size:22px}.giverr-portfolio-modal__categories h3{font-size:22px}}

.giverr-portfolio-modal__header{padding:16px 24px}
.giverr-portfolio-modal__seller-avatar{width:28px;height:28px;flex-basis:28px}
.giverr-portfolio-modal__seller-copy{font-size:13px;gap:4px}
.giverr-portfolio-modal__seller-copy a{font-weight:600}
.giverr-portfolio-modal__nav-btn,.giverr-portfolio-modal__close{width:38px;height:38px;font-size:18px}
.giverr-portfolio-modal__count{min-width:76px;height:38px;font-size:13px}
.giverr-portfolio-modal__scroll{padding:24px 32px 36px}
.giverr-portfolio-modal__meta-row{margin-bottom:14px}
.giverr-portfolio-modal__from{font-size:13px}
.giverr-portfolio-modal__contact{min-height:34px;padding:0 16px;font-size:13px;border-radius:9px}
.giverr-portfolio-modal__body h2{margin:0 0 14px;font-size:26px;line-height:1.18;letter-spacing:-.01em;font-weight:700}
.giverr-portfolio-modal__description{font-size:16px;line-height:1.55}
.giverr-portfolio-modal__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:24px 0 20px;padding-top:0;border-top:0}
.giverr-portfolio-modal__fact{min-width:0}
.giverr-portfolio-modal__fact span{margin:0 0 4px;font-size:12px}
.giverr-portfolio-modal__fact strong{font-size:15px;line-height:1.4;font-weight:600;word-break:break-word}
.giverr-portfolio-modal__media{gap:16px;margin:0 0 24px}
.giverr-portfolio-modal__categories{margin-top:8px}
.giverr-portfolio-modal__categories h3{margin:0 0 12px;font-size:18px;line-height:1.3;font-weight:700}
.giverr-portfolio-modal__category-chip{min-height:34px;padding:0 13px;font-size:13px;border-color:#d8dbe1;color:#404145}
@media (max-width:782px){.giverr-portfolio-modal__scroll{padding:18px 18px 28px}.giverr-portfolio-modal__body h2{font-size:22px}.giverr-portfolio-modal__description{font-size:15px}.giverr-portfolio-modal__fact strong{font-size:15px}}
.giverr-market-home{background:#fff;color:#404145;font-family:Macan,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;margin:0 calc(50% - 50vw);width:100vw}
.giverr-market-home__wrap{width:min(1180px,calc(100vw - 48px));margin:0 auto}
.giverr-market-home__topbar{border-bottom:1px solid #e4e5e7;background:#fff;position:sticky;top:0;z-index:50}
.giverr-market-home__topbar .giverr-market-home__wrap{display:flex;align-items:center;gap:22px;padding:14px 0}
.giverr-market-home__brand{flex:0 0 auto}
.giverr-market-home__logo{font-size:40px;line-height:1;font-weight:700;letter-spacing:-.03em;color:#404145;text-transform:lowercase}
.giverr-market-home__logo span{color:#1dbf73}
.giverr-market-home__search{flex:1 1 auto;display:flex;align-items:center;max-width:470px;border:1px solid #c5c6c9;border-radius:4px;overflow:hidden;background:#fff}
.giverr-market-home__search input{flex:1 1 auto;height:42px;border:0;padding:0 16px;font-size:16px;color:#62646a;background:#fff}
.giverr-market-home__search button{flex:0 0 54px;height:42px;border:0;background:#222325;color:#fff;font-size:18px}
.giverr-market-home__actions{display:flex;align-items:center;gap:22px;margin-left:auto;white-space:nowrap}
.giverr-market-home__actions a{font-size:16px;font-weight:600;color:#404145;text-decoration:none}
.giverr-market-home__join{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 18px;border:1px solid #222325;border-radius:4px}
.giverr-market-home__nav{border-bottom:1px solid #e4e5e7;background:#fff;position:sticky;top:71px;z-index:45}
.giverr-market-home__tabs{display:flex;align-items:center;gap:22px;overflow-x:auto;overflow-y:hidden;padding-bottom:6px;scrollbar-width:thin;scrollbar-color:#c5c6c9 transparent;-webkit-overflow-scrolling:touch}
.giverr-market-home__tabs::-webkit-scrollbar{height:8px}
.giverr-market-home__tabs::-webkit-scrollbar-track{background:transparent}
.giverr-market-home__tabs::-webkit-scrollbar-thumb{background:#c5c6c9;border-radius:999px}
.giverr-market-home__tab{height:46px;padding:0;border:0;background:transparent !important;color:#62646a;font-size:16px;line-height:46px;font-weight:500;border-bottom:2px solid transparent;white-space:nowrap;box-shadow:none !important;appearance:none;-webkit-appearance:none}
.giverr-market-home__tab:hover,.giverr-market-home__tab:focus,.giverr-market-home__tab:active{background:transparent !important;color:#404145;box-shadow:none !important;outline:none}
.giverr-market-home__tab.is-active{background:transparent !important;color:#404145;border-bottom-color:#1dbf73}
.giverr-market-home__mega-shell{position:absolute;left:0;right:0;top:100%;background:#fff;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .08s ease,transform .08s ease,visibility .08s ease;z-index:70}.giverr-market-home__nav.is-open .giverr-market-home__mega-shell{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.giverr-market-home__mega-shell:hover{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.giverr-market-home__mega{display:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:26px 28px;background:#fff;border:1px solid #e4e5e7;border-top:0;box-shadow:0 12px 32px rgba(0,0,0,.08);max-height:calc(100vh - 180px);overflow:auto}
.giverr-market-home__mega.is-active{display:grid}
.giverr-market-home__mega-col h4{margin:0 0 10px;font-size:16px;line-height:1.35;font-weight:700;color:#404145}
.giverr-market-home__mega-col ul{margin:0;padding:0;list-style:none}
.giverr-market-home__mega-col li+li{margin-top:8px}
.giverr-market-home__mega-col a{display:inline-flex;align-items:center;gap:8px;color:#62646a;text-decoration:none;font-size:15px;line-height:1.35}
.giverr-market-home__mega-col a:hover{color:#1dbf73}
.giverr-market-home__mega-col a span{display:none}
.giverr-market-home__body{background:#fff;padding:28px 0 56px}
.giverr-market-home__view{display:none}
.giverr-market-home__view.is-active{display:block}
.giverr-market-home__hero{position:relative;min-height:212px;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:32px 40px}
.giverr-market-home__hero-copy{position:relative;z-index:2;text-align:center;color:#fff}
.giverr-market-home__hero-copy h1{margin:0 0 8px;font-size:52px;line-height:1.05;font-weight:700;letter-spacing:-.03em;color:#fff}
.giverr-market-home__hero-copy p{margin:0 0 18px;font-size:26px;line-height:1.2;font-weight:600;color:#fff}
.giverr-market-home__hero-button{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 18px;border:1px solid rgba(255,255,255,.92);border-radius:8px;color:#fff;text-decoration:none;font-size:16px;font-weight:700}
.giverr-market-home__hero-art{position:absolute;inset:0;z-index:1}
.giverr-market-home__hero-art span{position:absolute;display:block;opacity:.23;border:1px solid rgba(255,255,255,.2)}
.giverr-market-home__hero-art span:nth-child(1){left:24px;top:28px;width:280px;height:120px;background:rgba(255,255,255,.12)}
.giverr-market-home__hero-art span:nth-child(2){right:38px;top:18px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.12);border:0}
.giverr-market-home__hero-art span:nth-child(3){right:180px;top:8px;width:100px;height:100px;transform:rotate(45deg);background:rgba(255,255,255,.13);border:0}
.giverr-market-home__hero--plum{background:linear-gradient(135deg,#6a1731,#55112a)}
.giverr-market-home__hero--green,.giverr-market-home__card--green .giverr-market-home__card-art{background:linear-gradient(135deg,#004d21,#00652d)}
.giverr-market-home__hero--teal,.giverr-market-home__card--teal .giverr-market-home__card-art{background:linear-gradient(135deg,#0a4f6f,#0c6a85)}
.giverr-market-home__hero--gold,.giverr-market-home__card--gold .giverr-market-home__card-art{background:linear-gradient(135deg,#7a4200,#a65500)}
.giverr-market-home__hero--violet,.giverr-market-home__card--violet .giverr-market-home__card-art{background:linear-gradient(135deg,#47307b,#6449a2)}
.giverr-market-home__hero--slate,.giverr-market-home__card--slate .giverr-market-home__card-art{background:linear-gradient(135deg,#4a586e,#586881)}
.giverr-market-home__hero--orange,.giverr-market-home__card--orange .giverr-market-home__card-art{background:linear-gradient(135deg,#8c4200,#b75b00)}
.giverr-market-home__hero--navy,.giverr-market-home__card--navy .giverr-market-home__card-art{background:linear-gradient(135deg,#12365b,#1b4d7d)}
.giverr-market-home__hero--mint,.giverr-market-home__card--mint .giverr-market-home__card-art{background:linear-gradient(135deg,#1c6f61,#2b907f)}
.giverr-market-home__hero--emerald,.giverr-market-home__card--emerald .giverr-market-home__card-art{background:linear-gradient(135deg,#015c3c,#01885a)}
.giverr-market-home__hero--berry,.giverr-market-home__card--berry .giverr-market-home__card-art{background:linear-gradient(135deg,#7a1f4f,#a2296b)}
.giverr-market-home__hero--indigo,.giverr-market-home__card--indigo .giverr-market-home__card-art{background:linear-gradient(135deg,#273872,#354c9b)}
.giverr-market-home__hero--cyan,.giverr-market-home__card--cyan .giverr-market-home__card-art{background:linear-gradient(135deg,#0f6c7a,#1793a4)}
.giverr-market-home__hero--forest,.giverr-market-home__card--forest .giverr-market-home__card-art{background:linear-gradient(135deg,#174f2b,#236f3c)}
.giverr-market-home__section{padding-top:56px}
.giverr-market-home__section h2{margin:0 0 26px;font-size:40px;line-height:1.15;font-weight:700;color:#222325;letter-spacing:-.02em}
.giverr-market-home__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.giverr-market-home__card{display:block;text-decoration:none;color:#222325}
.giverr-market-home__card-art{position:relative;height:150px;border-radius:10px;overflow:hidden;padding:18px}
.giverr-market-home__card-art span{position:absolute;display:block;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18)}
.giverr-market-home__card-art span:nth-child(1){left:22px;top:18px;width:126px;height:88px}
.giverr-market-home__card-art span:nth-child(2){right:34px;top:26px;width:86px;height:86px;border-radius:16px}
.giverr-market-home__card-art span:nth-child(3){left:52px;bottom:18px;width:160px;height:14px;border-radius:999px;background:rgba(255,255,255,.18)}
.giverr-market-home__card-copy{padding-top:16px}
.giverr-market-home__card-copy h3{margin:0 0 14px;font-size:18px;line-height:1.25;font-weight:700;color:#222325}
.giverr-market-home__card-copy small{display:block;margin-top:8px;font-size:15px;line-height:1.35;color:#62646a}

.giverr-market-home__catalog{padding-top:56px;border-top:1px solid #e4e5e7;margin-top:56px}
.giverr-market-home__catalog h2{margin:0 0 26px;font-size:32px;line-height:1.15;font-weight:700;color:#222325;letter-spacing:-.02em}
.giverr-market-home__catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 24px}
.giverr-market-home__catalog-col h3{margin:0 0 14px;font-size:18px;line-height:1.3;font-weight:700;color:#404145}
.giverr-market-home__catalog-col ul{margin:0;padding:0;list-style:none}
.giverr-market-home__catalog-col li+li{margin-top:10px}
.giverr-market-home__catalog-col a{color:#62646a;text-decoration:none;font-size:16px;line-height:1.4}
.giverr-market-home__catalog-col a:hover{color:#1dbf73}
@media (max-width:1199px){.giverr-market-home__wrap{width:min(1100px,calc(100vw - 32px))}.giverr-market-home__actions{gap:16px}.giverr-market-home__actions a{font-size:15px}.giverr-market-home__hero-copy h1{font-size:46px}.giverr-market-home__hero-copy p{font-size:24px}.giverr-market-home__section h2{font-size:34px}.giverr-market-home__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.giverr-market-home__mega{grid-template-columns:repeat(3,minmax(0,1fr))}.giverr-market-home__catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:900px){.giverr-market-home__topbar .giverr-market-home__wrap{flex-wrap:wrap}.giverr-market-home__search{order:3;max-width:none;width:100%}.giverr-market-home__actions{width:100%;justify-content:flex-end;gap:14px}.giverr-market-home__nav{top:121px}.giverr-market-home__mega{grid-template-columns:repeat(2,minmax(0,1fr));padding:20px}.giverr-market-home__hero{min-height:180px;padding:24px}.giverr-market-home__hero-copy h1{font-size:38px}.giverr-market-home__hero-copy p{font-size:20px}.giverr-market-home__catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.giverr-market-home__wrap{width:min(100vw - 24px,100%)}.giverr-market-home__logo{font-size:34px}.giverr-market-home__actions{display:none}.giverr-market-home__nav{top:71px}.giverr-market-home__tab{font-size:14px;height:42px;line-height:42px}.giverr-market-home__mega{grid-template-columns:1fr;gap:18px;padding:18px}.giverr-market-home__hero{min-height:160px;border-radius:10px}.giverr-market-home__hero-copy h1{font-size:30px}.giverr-market-home__hero-copy p{font-size:17px}.giverr-market-home__hero-button{height:36px;font-size:14px}.giverr-market-home__section{padding-top:38px}.giverr-market-home__section h2{font-size:28px;margin-bottom:18px}.giverr-market-home__cards{grid-template-columns:1fr;gap:18px}.giverr-market-home__card-art{height:132px}.giverr-market-home__catalog{padding-top:38px;margin-top:38px}.giverr-market-home__catalog h2{font-size:28px;margin-bottom:18px}.giverr-market-home__catalog-grid{grid-template-columns:1fr}}
.giverr-market-home__brand{display:inline-flex;align-items:center;text-decoration:none}
.giverr-market-home__brand-logo{display:block;height:34px;width:auto}
.giverr-market-home__top-item{position:relative;display:flex;align-items:center}
.giverr-market-home__top-trigger{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 14px;border:0;background:transparent;color:#404145;font-size:16px;font-weight:600;border-radius:10px;cursor:pointer}
.giverr-market-home__top-trigger span{font-size:12px;line-height:1;transform:translateY(-1px) rotate(180deg)}
.giverr-market-home__top-item.is-open .giverr-market-home__top-trigger{background:#f5f5f5}
.giverr-market-home__top-menu{display:none;position:absolute;top:calc(100% + 10px);left:0;min-width:354px;padding:12px;background:#fff;border:1px solid #e4e5e7;border-radius:12px;box-shadow:0 18px 48px rgba(0,0,0,.12);z-index:80}
.giverr-market-home__top-item[data-top-dropdown="pro"] .giverr-market-home__top-menu{min-width:500px;right:0;left:auto}
.giverr-market-home__top-item.is-open .giverr-market-home__top-menu{display:block}
.giverr-market-home__top-card{display:flex;align-items:flex-start;gap:16px;padding:16px 14px;border-radius:12px;text-decoration:none;color:#404145}
.giverr-market-home__top-card:hover{background:#f8f8f8}
.giverr-market-home__top-card+.giverr-market-home__top-card{border-top:1px solid #e4e5e7;border-radius:0;margin-top:4px;padding-top:20px}
.giverr-market-home__top-card-icon{flex:0 0 56px;display:flex;align-items:center;justify-content:center}
.giverr-market-home__top-card-icon img{display:block;width:56px;height:56px;object-fit:contain}
.giverr-market-home__top-card-copy{display:block;min-width:0}
.giverr-market-home__top-card-copy strong{display:block;margin:0 0 6px;font-size:16px;line-height:1.25;font-weight:700;color:#222325}
.giverr-market-home__top-card-copy small{display:block;font-size:14px;line-height:1.45;color:#62646a}
@media (max-width:900px){.giverr-market-home__top-menu{left:auto;right:0;min-width:min(92vw,500px)}.giverr-market-home__top-item[data-top-dropdown="pro"] .giverr-market-home__top-menu{min-width:min(92vw,500px)}}


.giverr-market-home--header-only .giverr-market-home__body,
.giverr-market-home--header-only .giverr-market-home__view,
.giverr-market-home--header-only .giverr-market-home__section,
.giverr-market-home--header-only .giverr-market-home__catalog {
    display:none !important;
}

.giverr-discovery--catalog {
    padding-top: 24px;
}

.giverr-discovery--catalog .giverr-discovery__hero,
.giverr-discovery--catalog .giverr-discovery__ai,
.giverr-discovery--catalog .giverr-search-collection,
.giverr-discovery--catalog .giverr-discovery__topcats {
    display:none !important;
}

.giverr-discovery--catalog .giverr-discovery__layout {
    margin-top: 0;
}


.giverr-marketplace-search-route,
.giverr-marketplace-search-route #main,
.giverr-marketplace-search-route .entry-content,
.giverr-marketplace-search-route .post,
.giverr-marketplace-search-route .page,
.giverr-marketplace-search-route article,
.giverr-marketplace-search-route .ast-container,
.giverr-marketplace-search-route .site-main {
    margin-top:0 !important;
    padding-top:0 !important;
}

body.page-template-default #content.site-content,
body.page #content.site-content,
body #content.site-content:has(.giverr-marketplace-search-route) {
    margin-top:0 !important;
    padding-top:0 !important;
}

.ast-separate-container #primary.giverr-marketplace-search-route,
.ast-plain-container #primary.giverr-marketplace-search-route,
#primary.giverr-marketplace-search-route {
    margin:0 !important;
    padding:0 !important;
    width:100% !important;
}

.giverr-marketplace-search-route .ast-container,
body #content.site-content .ast-container:has(.giverr-marketplace-search-route) {
    max-width:none !important;
    padding:0 !important;
}

.giverr-market-home--header-only {
    margin-top:0 !important;
    padding-top:0 !important;
}

.giverr-market-home--header-only .giverr-market-home__topbar {
    margin-top:0 !important;
}

.giverr-discovery--catalog {
    padding-top:40px;
}

.giverr-discovery--catalog .giverr-discovery__layout {
    gap:32px;
}

.giverr-market-home__nav {
    margin-bottom:12px;
}

.giverr-market-home__mega-shell {
    margin-top:0;
}


:root {
    --giverr-marketplace-sticky-top: 0px;
    --giverr-marketplace-topbar-height: 71px;
}

body.admin-bar {
    --giverr-marketplace-sticky-top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar {
        --giverr-marketplace-sticky-top: 46px;
    }
}

.giverr-market-home__topbar {
    position: sticky;
    top: var(--giverr-marketplace-sticky-top);
    z-index: 120;
}

.giverr-market-home__nav {
    position: sticky;
    top: calc(var(--giverr-marketplace-sticky-top) + var(--giverr-marketplace-topbar-height));
    z-index: 115;
}

.giverr-market-home__topbar .giverr-market-home__wrap {
    min-height: 71px;
}

.giverr-marketplace-search-route .giverr-market-home__topbar,
.giverr-marketplace-search-route .giverr-market-home__nav,
.giverr-marketplace-route .giverr-market-home__topbar,
.giverr-marketplace-route .giverr-market-home__nav {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.giverr-marketplace-search-route .giverr-market-home__nav.is-open,
.giverr-marketplace-route .giverr-market-home__nav.is-open {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), 0 12px 30px rgba(0, 0, 0, 0.08);
}

@media (max-width: 900px) {
    :root {
        --giverr-marketplace-topbar-height: 121px;
    }
}

@media (max-width: 640px) {
    :root {
        --giverr-marketplace-topbar-height: 71px;
    }
}


.giverr-home-shell{background:var(--giverr-home-header-bg,#fff);color:var(--giverr-home-header-text,#111827)}
.giverr-home-header,.giverr-home-header__bar,.giverr-home-header__topics{background:var(--giverr-home-header-bg,#fff)}
.giverr-home-header__topics .giverr-home-wrap{background:var(--giverr-home-header-topics-bg,var(--giverr-home-header-bg,#fff))}
.giverr-home-header__nav a,.giverr-home-header__nav button,.giverr-home-header__topic,.giverr-home-header__search input{color:var(--giverr-home-header-text,#111827)}
.giverr-homepage{background:var(--giverr-home-page-bg,#eef3f7)}
.giverr-home-hero{background-color:var(--giverr-home-hero-bg,#0f172a);color:var(--giverr-home-hero-text,#fff)}
.giverr-home-hero h1,.giverr-home-hero p,.giverr-home-hero__trust span{color:var(--giverr-home-hero-text,#fff)}
.giverr-home-button,.giverr-home-header__search button,.giverr-home-hero__search button{background:var(--giverr-home-button-bg,#111827)!important;color:var(--giverr-home-button-text,#fff)!important;border-color:var(--giverr-home-button-bg,#111827)!important}
.giverr-home-footer{background:var(--giverr-home-footer-bg,#fff);color:var(--giverr-home-footer-text,#374151)}
.giverr-home-footer a,.giverr-home-footer span,.giverr-home-footer h4,.giverr-home-footer__meta{color:var(--giverr-home-footer-text,#374151)}
.giverr-home__mini-card--link,.giverr-home-benefit--link{display:block;text-decoration:none;color:inherit}
.giverr-home__mini-card--link:hover,.giverr-home-benefit--link:hover{transform:translateY(-2px)}
.giverr-market-home--compact .giverr-market-home__nav,
.giverr-market-home--compact .giverr-market-home__mega-shell,
.giverr-market-home--workspace .giverr-market-home__nav,
.giverr-market-home--workspace .giverr-market-home__mega-shell{display:none !important}
.giverr-market-home--workspace{position:sticky;top:0;z-index:120;background:#fff}
body.admin-bar .giverr-market-home--workspace{top:32px}
@media (max-width:782px){body.admin-bar .giverr-market-home--workspace{top:46px}}
.giverr-market-home__actions--workspace{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}
.giverr-market-home__actions--workspace .giverr-workspace-wallet{min-height:42px;padding:0 14px;border-radius:999px;border:1px solid #e4e5e7;background:#fff;display:inline-flex;align-items:center;color:#404145;font-weight:700}
.giverr-market-home__actions--workspace .giverr-workspace-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;border:1px solid #e4e5e7;background:#fff;color:#404145;text-decoration:none}
.giverr-market-home__actions--workspace .giverr-account-menu{margin-left:2px}
.giverr-workspace-topbar--nav-only{justify-content:center;gap:0;padding:10px 18px 14px;border-bottom:1px solid #e4e5e7;background:#fff;position:sticky;top:71px;z-index:110}
body.admin-bar .giverr-workspace-topbar--nav-only{top:103px}
@media (max-width:900px){.giverr-workspace-topbar--nav-only{top:121px}body.admin-bar .giverr-workspace-topbar--nav-only{top:153px}}
@media (max-width:640px){.giverr-workspace-topbar--nav-only{padding-left:12px;padding-right:12px}.giverr-market-home__actions--workspace{display:none}}
.giverr-workspace-topbar--nav-only{padding:10px 20px 14px;border-bottom:1px solid #e4e5e7;background:#fff;position:sticky;top:71px;z-index:70}
body.admin-bar .giverr-workspace-topbar--nav-only{top:103px}
@media (max-width:900px){.giverr-workspace-topbar--nav-only{top:121px}body.admin-bar .giverr-workspace-topbar--nav-only{top:153px}}
@media (max-width:640px){.giverr-workspace-topbar--nav-only{padding-left:12px;padding-right:12px}.giverr-market-home__actions--workspace{display:none}}
.giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav{display:flex;align-items:center;gap:26px;max-width:1240px;width:100%;margin:0 auto;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding:0 16px 2px;scrollbar-width:thin}
.giverr-workspace,.giverr-gig-editor-page,.giverr-market-home,.giverr-marketplace-route,.giverr-marketplace-search-route{contain:layout style}
.giverr-gig-editor-page .giverr-tab-panel{display:none}
.giverr-gig-editor-page .giverr-tab-panel.is-active{display:block}


.giverr-workspace-nav,.giverr-workspace-nav__link{display:block !important}
.giverr-workspace,.giverr-gig-editor-page,.giverr-market-home,.giverr-marketplace-route,.giverr-marketplace-search-route{contain:none !important;overflow:visible !important}
.giverr-workspace-topbar,.giverr-workspace-topbar--nav-only{width:100% !important;overflow:visible !important}
.giverr-workspace-topbar--nav-only{position:sticky;top:71px;z-index:80 !important;padding:12px 20px 14px !important}
body.admin-bar .giverr-workspace-topbar--nav-only{top:103px}
.giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav{display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:26px !important;width:100% !important;max-width:1240px !important;min-width:0 !important;margin:0 auto !important;padding:0 16px 4px !important;overflow-x:auto !important;overflow-y:hidden !important;white-space:nowrap !important}
.giverr-workspace-topbar__nav a,.giverr-workspace-topbar__link{flex:0 0 auto !important}
.giverr-market-home--workspace{z-index:120 !important;overflow:visible !important}
.giverr-market-home__topbar,.giverr-market-home__wrap,.giverr-market-home__actions,.giverr-market-home__actions--workspace{overflow:visible !important}
.giverr-account-menu{position:relative !important;z-index:240 !important}
.giverr-account-menu[open]{z-index:320 !important}
.giverr-account-menu__panel{z-index:340 !important}
.giverr-market-home__nav{overflow:visible !important}
.giverr-market-home__mega-shell{z-index:220 !important}
@media (max-width:900px){.giverr-workspace-topbar--nav-only{top:121px !important}body.admin-bar .giverr-workspace-topbar--nav-only{top:153px !important}}
@media (max-width:640px){.giverr-workspace-topbar--nav-only{padding-left:12px !important;padding-right:12px !important}.giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav{gap:18px !important}}


.giverr-workspace > .giverr-workspace-topbar--nav-only,
.giverr-growth > .giverr-workspace-topbar--nav-only{
display:block !important;
width:100% !important;
max-width:none !important;
margin:0 0 22px !important;
padding:14px 0 16px !important;
border-bottom:1px solid #e4e5e7 !important;
overflow:visible !important;
}
.giverr-workspace > .giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav,
.giverr-growth > .giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav{
display:flex !important;
align-items:center !important;
justify-content:flex-start !important;
flex-wrap:nowrap !important;
gap:28px !important;
width:100% !important;
max-width:none !important;
min-width:100% !important;
margin:0 !important;
padding:0 16px 2px !important;
overflow-x:auto !important;
overflow-y:hidden !important;
white-space:nowrap !important;
scrollbar-width:thin !important;
}
.giverr-workspace > .giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav::after,
.giverr-growth > .giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav::after{
content:'';
flex:1 0 24px;
}
.giverr-workspace > .giverr-workspace-topbar--nav-only .giverr-workspace-topbar__link,
.giverr-growth > .giverr-workspace-topbar--nav-only .giverr-workspace-topbar__link{
display:inline-flex !important;
align-items:center !important;
flex:0 0 auto !important;
min-height:32px !important;
padding:6px 0 !important;
white-space:nowrap !important;
}
.giverr-route-shell .giverr-profile-editor > .giverr-market-home,
.giverr-route-shell .giverr-portfolio-archive-v2 > .giverr-market-home,
.giverr-route-shell .giverr-portfolio-create-v4 > .giverr-market-home{
display:none !important;
}


.giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav{
justify-content:center !important;
padding-left:20px !important;
padding-right:20px !important;
}
.giverr-route-page,
.giverr-route-page .site,
.giverr-route-page .site-content,
.giverr-route-page .content-area,
.giverr-route-page #primary,
.giverr-route-page #main{
width:100% !important;
max-width:100% !important;
margin:0 !important;
padding:0 !important;
float:none !important;
display:block !important;
}
.giverr-route-page .site-header,
.giverr-route-page .site-footer,
.giverr-route-page .entry-header,
.giverr-route-page .page-header,
.giverr-route-page .sidebar,
.giverr-route-page #secondary{
display:none !important;
}
.giverr-route-page .giverr-route-shell,
.giverr-route-page .giverr-route-shell__inner,
.giverr-route-page .giverr-profile,
.giverr-route-page .giverr-profile-editor,
.giverr-route-page .giverr-portfolio-archive-v2,
.giverr-route-page .giverr-portfolio-create-v4{
position:relative !important;
left:auto !important;
right:auto !important;
transform:none !important;
margin-left:auto !important;
margin-right:auto !important;
}
.giverr-route-page .giverr-profile__hero,
.giverr-route-page .giverr-profile__section,
.giverr-route-page .giverr-profile-editor__layout,
.giverr-route-page .giverr-portfolio-page__grid,
.giverr-route-page .giverr-portfolio-builder__split{
margin-left:0 !important;
margin-right:0 !important;
}
.giverr-workspace > .giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav,
.giverr-growth > .giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav,
.giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav{
width:max-content !important;
max-width:100% !important;
min-width:0 !important;
margin:0 auto !important;
justify-content:center !important;
padding-left:0 !important;
padding-right:0 !important;
}
.giverr-workspace > .giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav::after,
.giverr-growth > .giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav::after,
.giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav::after,
.giverr-workspace > .giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav::before,
.giverr-growth > .giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav::before,
.giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav::before{
content:none !important;
flex:none !important;
}
.giverr-market-home--workspace .giverr-market-home__wrap{
grid-template-columns:auto minmax(300px, 1fr) auto !important;
}
.giverr-market-home--workspace .giverr-market-home__actions--workspace{
min-width:max-content !important;
flex-wrap:nowrap !important;
}
@media (max-width:900px){
.giverr-workspace > .giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav,
.giverr-growth > .giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav,
.giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav{
width:100% !important;
margin:0 !important;
justify-content:flex-start !important;
padding-left:12px !important;
padding-right:12px !important;
}
.giverr-market-home--workspace .giverr-market-home__wrap{
grid-template-columns:1fr !important;
}
.giverr-market-home--workspace .giverr-market-home__actions--workspace{
justify-content:flex-end !important;
}
}


.giverr-workspace-topbar--nav-only{position:static!important;top:auto!important;z-index:20!important}
body.admin-bar .giverr-workspace-topbar--nav-only{top:auto!important}
.giverr-workspace>.giverr-workspace-topbar--nav-only,
.giverr-growth>.giverr-workspace-topbar--nav-only{display:flex!important;justify-content:center!important;align-items:center!important;padding:14px 20px 16px!important}
.giverr-workspace>.giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav,
.giverr-growth>.giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav,
.giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav{display:flex!important;justify-content:center!important;align-items:center!important;gap:30px!important;width:max-content!important;max-width:100%!important;margin:0 auto!important;padding:0!important;overflow:visible!important;white-space:nowrap!important}
.giverr-workspace-topbar__item{position:relative;display:inline-flex;align-items:center}
.giverr-workspace-topbar__link{display:inline-flex!important;align-items:center;gap:6px}
.giverr-workspace-topbar__caret{font-size:11px;line-height:1}
.giverr-workspace-topbar__dropdown{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%);min-width:220px;background:#fff;border:1px solid #e4e5e7;border-radius:14px;box-shadow:0 18px 40px rgba(15,23,42,.12);padding:10px;display:none;z-index:180}
.giverr-workspace-topbar__item--has-dropdown:hover .giverr-workspace-topbar__dropdown,
.giverr-workspace-topbar__item--has-dropdown:focus-within .giverr-workspace-topbar__dropdown{display:block}
.giverr-workspace-topbar__dropdown-link{display:block;padding:10px 12px;border-radius:10px;color:#122141;text-decoration:none!important}
.giverr-workspace-topbar__dropdown-link:hover{background:#f8fafc}
.giverr-market-home--workspace .giverr-market-home__wrap{grid-template-columns:auto minmax(300px,1fr) auto!important}
.giverr-market-home--workspace .giverr-market-home__actions--workspace{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;flex-wrap:nowrap!important;min-width:max-content!important}
.giverr-table-wrap--buyer-dashboard{overflow-x:auto}
.giverr-table--buyer-dashboard-orders{table-layout:fixed;min-width:900px}
.giverr-table--buyer-dashboard-orders th:nth-child(1),.giverr-table--buyer-dashboard-orders td:nth-child(1){width:210px}
.giverr-table--buyer-dashboard-orders th:nth-child(2),.giverr-table--buyer-dashboard-orders td:nth-child(2){width:150px}
.giverr-table--buyer-dashboard-orders th:nth-child(3),.giverr-table--buyer-dashboard-orders td:nth-child(3){width:110px}
.giverr-table--buyer-dashboard-orders th:nth-child(4),.giverr-table--buyer-dashboard-orders td:nth-child(4){width:110px}
.giverr-table--buyer-dashboard-orders th:nth-child(5),.giverr-table--buyer-dashboard-orders td:nth-child(5){width:150px}
.giverr-table--buyer-dashboard-orders th:nth-child(6),.giverr-table--buyer-dashboard-orders td:nth-child(6){width:110px}
.giverr-table--buyer-dashboard-orders .giverr-order-note-cell,.giverr-table--buyer-dashboard-orders td:last-child{white-space:normal!important}
.giverr-table--buyer-dashboard-orders .giverr-order-note-cell form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.giverr-table--buyer-dashboard-orders .giverr-order-action-button{display:inline-flex;justify-content:center;min-width:72px}
@media (max-width:900px){
.giverr-workspace>.giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav,
.giverr-growth>.giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav,
.giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav{width:100%!important;justify-content:flex-start!important;overflow-x:auto!important;padding:0 12px!important}
.giverr-market-home--workspace .giverr-market-home__wrap{grid-template-columns:1fr!important}
.giverr-market-home--workspace .giverr-market-home__actions--workspace{justify-content:flex-end!important;overflow-x:auto!important}
}


.giverr-market-home--workspace,
.giverr-market-home--workspace .giverr-market-home__topbar,
.giverr-market-home--workspace-order-detail,
.giverr-market-home--workspace-order-detail .giverr-market-home__topbar{
    position:sticky !important;
    top:0 !important;
    z-index:140 !important;
    background:#fff;
}
body.admin-bar .giverr-market-home--workspace,
body.admin-bar .giverr-market-home--workspace .giverr-market-home__topbar,
body.admin-bar .giverr-market-home--workspace-order-detail,
body.admin-bar .giverr-market-home--workspace-order-detail .giverr-market-home__topbar{
    top:32px !important;
}
.giverr-workspace-topbar--nav-only{
    position:static !important;
    top:auto !important;
    z-index:60 !important;
}
.giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav{
    justify-content:center !important;
    width:max-content !important;
    max-width:100% !important;
    margin:0 auto !important;
}
@media (max-width:900px){
    .giverr-workspace-topbar--nav-only .giverr-workspace-topbar__nav{
        width:100% !important;
        justify-content:flex-start !important;
    }
}
.giverr-table--buyer-dashboard-orders,
.giverr-table--buyer-orders{
    table-layout:fixed;
    width:100%;
}
.giverr-table--buyer-dashboard-orders th,
.giverr-table--buyer-dashboard-orders td,
.giverr-table--buyer-orders th,
.giverr-table--buyer-orders td{
    white-space:normal;
    vertical-align:top;
}
.giverr-table--buyer-dashboard-orders th:nth-child(1),
.giverr-table--buyer-dashboard-orders td:nth-child(1){width:29%;}
.giverr-table--buyer-dashboard-orders th:nth-child(2),
.giverr-table--buyer-dashboard-orders td:nth-child(2){width:14%;}
.giverr-table--buyer-dashboard-orders th:nth-child(3),
.giverr-table--buyer-dashboard-orders td:nth-child(3){width:12%;}
.giverr-table--buyer-dashboard-orders th:nth-child(4),
.giverr-table--buyer-dashboard-orders td:nth-child(4){width:10%;}
.giverr-table--buyer-dashboard-orders th:nth-child(5),
.giverr-table--buyer-dashboard-orders td:nth-child(5){width:17%;}
.giverr-table--buyer-dashboard-orders th:nth-child(6),
.giverr-table--buyer-dashboard-orders td:nth-child(6){width:18%;}
.giverr-order-note-cell .giverr-button,
.giverr-order-action-button{white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;}
.giverr-order-note-cell form,.giverr-order-note-cell .giverr-order-note-wrap{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start;}
.giverr-order-note-cell textarea{min-height:84px;width:100%;}

.giverr-public-modal[hidden]{display:none!important}
.giverr-public-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px}
.giverr-public-modal__backdrop{position:absolute;inset:0;background:rgba(17,13,16,.58)}
.giverr-public-modal__dialog{position:relative;z-index:2;width:min(680px,100%);max-width:calc(100vw - 32px);max-height:min(88vh,980px);overflow:auto;background:#fff;border:1px solid #e6d8dd;border-radius:26px;padding:28px 28px 24px;box-shadow:0 32px 64px rgba(23,17,20,.24)}
.giverr-public-modal__dialog--wide{width:min(960px,100%)}
.giverr-public-modal__close{position:absolute;top:18px;right:18px;width:40px;height:40px;border-radius:999px;border:1px solid #e6d8dd;background:#fff;color:#2b1a20;font-size:24px;line-height:1;padding:0}
.giverr-public-modal__eyebrow{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7a1f36;margin-bottom:10px}
.giverr-public-modal__dialog h3{margin:0 0 8px;font-size:34px;line-height:1.1;color:#21161b}
.giverr-public-modal__dialog p{margin:0 0 18px;color:#6f5a63;line-height:1.6}
.giverr-public-modal__form{display:grid;gap:16px}
.giverr-public-modal__form label{display:grid;gap:8px;color:#2b1a20;font-weight:600}
.giverr-public-modal__form label span{font-size:13px;letter-spacing:.02em}
.giverr-public-modal__form input,.giverr-public-modal__form textarea,.giverr-public-modal__form select{width:100%;min-height:46px;border:1px solid #d8c0c8;border-radius:14px;padding:12px 14px;background:#fff;color:#21161b;box-sizing:border-box}
.giverr-public-modal__form textarea{min-height:120px;resize:vertical}
.giverr-public-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.giverr-public-modal__grid--triple{grid-template-columns:repeat(3,minmax(0,1fr))}
.giverr-public-modal__actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap;padding-top:4px;position:sticky;bottom:0;background:#fff;padding-bottom:4px}
body.giverr-modal-open{overflow:hidden}
.giverr-market-home--workspace,.giverr-market-home--workspace-order-detail{position:sticky!important;top:0!important;z-index:140!important;background:#fff!important}
body.admin-bar .giverr-market-home--workspace,body.admin-bar .giverr-market-home--workspace-order-detail{top:32px!important}
.giverr-workspace-topbar--nav-only{position:static!important;top:auto!important}
@media (max-width:782px){body.admin-bar .giverr-market-home--workspace,body.admin-bar .giverr-market-home--workspace-order-detail{top:46px!important}}
.giverr-service-card__body p{display:none!important}
@media (max-width: 767px){.giverr-public-modal__dialog,.giverr-public-modal__dialog--wide{width:min(100%,100%);padding:22px 20px}.giverr-public-modal__dialog h3{font-size:28px}.giverr-public-modal__grid,.giverr-public-modal__grid--triple{grid-template-columns:1fr}.giverr-public-modal__actions .giverr-button{width:100%}}

.giverr-gigs-grid,
.giverr-service-grid {
  gap: 24px;
}
.giverr-gig-card.giverr-catalog-card,
.giverr-service-card.giverr-catalog-card,
.giverr-discovery-card.giverr-catalog-card {
  overflow: hidden;
  border: 1px solid #e4e5e7;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 1px 6px rgba(15, 23, 42, 0.05);
}
.giverr-catalog-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  background: #f5f5f5;
  overflow: hidden;
}
.giverr-catalog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.giverr-catalog-card:hover .giverr-catalog-card__image img {
  transform: scale(1.03);
}
.giverr-catalog-card__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  font-weight: 700;
}
.giverr-catalog-card__body {
  padding: 12px 14px 14px;
}
.giverr-catalog-card__seller {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.giverr-catalog-card__seller-main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.giverr-catalog-card__avatar {
  flex: 0 0 auto;
  display: inline-flex;
}
.giverr-catalog-card__avatar .avatar,
.giverr-catalog-card__avatar-image {
  width: 32px;
  height: 32px;
  border-radius: 999px;
}
.giverr-catalog-card__seller-copy {
  display: grid;
  min-width: 0;
}
.giverr-catalog-card__seller-copy strong,
.giverr-catalog-card__seller-copy span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.giverr-catalog-card__seller-copy strong {
  font-size: 14px;
  line-height: 1.2;
  color: #222325;
  font-weight: 700;
}
.giverr-catalog-card__seller-copy span {
  font-size: 12px;
  line-height: 1.2;
  color: #74767e;
}
.giverr-catalog-card__level {
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #222325;
  background: #f5f5f5;
  border-radius: 999px;
  padding: 7px 10px;
}
.giverr-catalog-card__title {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
  min-height: 49px;
}
.giverr-catalog-card__title a {
  color: #222325;
  text-decoration: none;
}
.giverr-catalog-card__title a:hover {
  color: #1dbf73;
}
.giverr-catalog-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid #efeff0;
}
.giverr-catalog-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #222325;
}
.giverr-catalog-card__rating-star {
  color: #ffb33e;
  font-size: 15px;
  line-height: 1;
}
.giverr-catalog-card__rating-count,
.giverr-catalog-card__rating-new {
  color: #74767e;
  font-weight: 600;
}
.giverr-catalog-card__price {
  margin-left: auto;
  text-align: right;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color: #222325;
  white-space: nowrap;
}
.giverr-gig-card h3,
.giverr-gig-card p,
.giverr-gig-card__footer,
.giverr-service-card__body,
.giverr-discovery-card__body,
.giverr-discovery-card__meta,
.giverr-discovery-card__footer {
  padding-left: 0;
  padding-right: 0;
}
.giverr-gig-card p,
.giverr-discovery-card p,
.giverr-service-card p,
.giverr-catalog-card p {
  display: none !important;
}
@media (max-width: 860px) {
  .giverr-catalog-card__level {
    display: none;
  }
  .giverr-catalog-card__title {
    min-height: 0;
  }
  .giverr-catalog-card__meta {
    align-items: flex-start;
    flex-direction: column;
  }
  .giverr-catalog-card__price {
    margin-left: 0;
    text-align: left;
  }
}

.giverr-single__section--description {
  padding-top: 26px;
}
.giverr-single__description {
  color: #222222;
  font-size: 16px;
  line-height: 1.8;
}
.giverr-single__description > *:first-child {
  margin-top: 0;
}
.giverr-single__description > *:last-child {
  margin-bottom: 0;
}
.giverr-single__description p,
.giverr-single__description ul,
.giverr-single__description ol,
.giverr-single__description blockquote,
.giverr-single__description table,
.giverr-single__description pre {
  margin: 0 0 16px;
}
.giverr-single__description ul,
.giverr-single__description ol {
  padding-left: 22px;
}
.giverr-single__description li + li {
  margin-top: 6px;
}
.giverr-single__description h2,
.giverr-single__description h3,
.giverr-single__description h4 {
  margin: 20px 0 10px;
  font-size: 20px;
  line-height: 1.35;
}
.giverr-single__description strong {
  color: #111111;
}
.giverr-single__description a {
  color: #0f7a5f;
  text-decoration: underline;
}

/* Phase 101 single gig redesign */
.giverr-single {
  max-width: 1240px;
  margin: 0 auto;
  padding: 28px 20px 48px;
}
.giverr-single__promo {
  background: linear-gradient(90deg,#f7fbf7 0%,#f5fbec 100%);
  border: 1px solid #dce8d8;
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 20px;
}
.giverr-single__promo .giverr-button {
  background: #1dbf73;
  border-color: #1dbf73;
  color: #fff;
}
.giverr-single__breadcrumbs-wrap {
  display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:18px;
}
.giverr-single__breadcrumbs {
  color:#7a7d85; font-size:12px; gap:8px;
}
.giverr-single__breadcrumbs strong { color:#404145; font-weight:500; }
.giverr-single__breadcrumbs-actions .giverr-button--secondary {
  background:#fff; border:1px solid #dadbdd; color:#404145;
}
.giverr-single__hero {
  display:grid; grid-template-columns:minmax(0,1fr) 370px; gap:28px; align-items:start; margin-bottom:24px;
}
.giverr-single__main,
.giverr-single__purchase,
.giverr-single__section,
.giverr-single__compare,
.giverr-single__review-card,
.giverr-single__review-score,
.giverr-single__about-seller,
.giverr-single__portfolio-card {
  border:0; box-shadow:none; background:#fff; border-radius:12px;
}
.giverr-single__main { background:transparent; padding:0; }
.giverr-single__main h1 {
  font-size:36px; line-height:1.12; letter-spacing:-.02em; margin:0 0 14px; color:#222325; max-width:860px;
}
.giverr-single__seller { display:flex; align-items:center; gap:12px; margin-bottom:12px; }
.giverr-single__seller img { width:38px; height:38px; }
.giverr-single__seller strong { display:block; font-size:15px; color:#222325; }
.giverr-single__seller span, .giverr-single__seller-minor { font-size:13px; color:#74767e; }
.giverr-single__seller-rating { margin-bottom:18px; }
.giverr-single__seller-rating .giverr-stars { display:flex; align-items:center; gap:6px; }
.giverr-single__gallery-main { border-radius:12px; overflow:hidden; background:#f5f5f5; aspect-ratio: 16/10; }
.giverr-single__gallery-current { width:100%; height:100%; object-fit:cover; }
.giverr-single__thumbs { gap:10px; margin-top:12px; }
.giverr-single__thumb { width:74px; height:58px; border-radius:10px; border:1px solid #e4e5e7; overflow:hidden; }
.giverr-single__thumb.is-active { border-color:#222325; }
.giverr-single__section { padding:24px 26px; margin-top:20px; border:1px solid #ececec; }
.giverr-single__section h2 { font-size:24px; line-height:1.2; margin:0 0 18px; color:#222325; }
.giverr-single__section h3 { font-size:18px; }
.giverr-single__section--description p { font-size:15px; line-height:1.85; color:#50535a; margin:0 0 14px; }
.giverr-single__meta-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.giverr-single__meta-item { padding:14px 16px; border:1px solid #e6e6e6; border-radius:10px; background:#fff; }
.giverr-single__meta-item span { font-size:11px; letter-spacing:.04em; text-transform:uppercase; color:#8c8f96; margin-bottom:8px; }
.giverr-single__meta-item strong { font-size:14px; color:#222325; line-height:1.35; }
.giverr-single__about-seller--rich { padding:22px; }
.giverr-single__about-top { display:flex; align-items:center; gap:16px; margin-bottom:14px; }
.giverr-single__about-seller--rich > img,
.giverr-single__about-top > img { width:64px; height:64px; border-radius:50%; }
.giverr-single__seller-links { display:flex; flex-wrap:wrap; gap:10px; margin:16px 0; }
.giverr-single__seller-links .giverr-button--secondary { background:#fff; border-color:#222325; color:#222325; }
.giverr-single__seller-facts { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin:18px 0; }
.giverr-single__seller-fact { border-top:1px solid #ececec; padding-top:12px; }
.giverr-single__seller-fact span { display:block; font-size:12px; color:#8c8f96; margin-bottom:4px; }
.giverr-single__seller-fact strong { font-size:14px; color:#222325; }
.giverr-single__seller-bio { font-size:14px; line-height:1.8; color:#50535a; margin:0; }
.giverr-single__portfolio { grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
.giverr-single__portfolio-card { border:1px solid #ececec; overflow:hidden; }
.giverr-single__portfolio-thumb { aspect-ratio: 4/3; display:block; background:#f2f2f2; }
.giverr-single__portfolio-body { padding:12px; display:grid; gap:6px; }
.giverr-single__portfolio-body h3 { font-size:15px; line-height:1.35; margin:0; }
.giverr-single__portfolio-body span { font-size:13px; color:#74767e; }
.giverr-single__compare { border:1px solid #ececec; overflow:hidden; }
.giverr-single__compare table { width:100%; border-collapse:collapse; font-size:14px; }
.giverr-single__compare th,.giverr-single__compare td { padding:14px 16px; border-bottom:1px solid #ececec; border-right:1px solid #ececec; vertical-align:top; }
.giverr-single__compare th:last-child,.giverr-single__compare td:last-child { border-right:0; }
.giverr-single__compare thead th { background:#fff; color:#222325; font-weight:600; }
.giverr-single__compare-tier { font-size:15px; }
.giverr-single__compare td:first-child { width:170px; color:#74767e; font-weight:500; background:#fff; }
.giverr-single__compare .giverr-button { min-height:40px; }
.giverr-single__faq details { border:0; border-top:1px solid #ececec; border-radius:0; padding:16px 0; }
.giverr-single__faq details:last-child { border-bottom:1px solid #ececec; }
.giverr-single__faq summary { list-style:none; cursor:pointer; font-size:15px; font-weight:500; color:#222325; display:flex; justify-content:space-between; }
.giverr-single__faq summary::-webkit-details-marker { display:none; }
.giverr-single__faq summary::after { content:'▾'; color:#8c8f96; }
.giverr-single__faq details[open] summary::after { transform:rotate(180deg); }
.giverr-single__cta {
  background: linear-gradient(90deg,#f7fbe8 0%,#f0f7d8 48%,#ebf179 100%);
  border:0; display:flex; align-items:center; justify-content:space-between; gap:18px;
}
.giverr-single__cta h2 { font-size:34px; line-height:1.05; margin:0 0 10px; }
.giverr-single__cta p { max-width:620px; color:#50535a; }
.giverr-single__cta .giverr-button { background:#222325; border-color:#222325; color:#fff; min-width:150px; }
.giverr-single__sidebar { position:sticky; top:104px; display:grid; gap:16px; }
.giverr-single__purchase { border:1px solid #dadbdd; padding:0; overflow:hidden; }
.giverr-single__tabs { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); border-bottom:1px solid #ececec; gap:0; }
.giverr-single__tab { border:0; border-right:1px solid #ececec; background:#fff; color:#74767e; font-size:14px; font-weight:500; padding:14px 8px; }
.giverr-single__tab:last-child { border-right:0; }
.giverr-single__tab.is-active { color:#222325; background:#fff; box-shadow: inset 0 -2px 0 #222325; }
.giverr-single__package-panel { padding:18px 20px 20px; }
.giverr-single__purchase-head { align-items:flex-start; gap:16px; margin-bottom:8px; }
.giverr-single__purchase-head strong { font-size:18px; }
.giverr-single__purchase-head span { font-size:28px; color:#222325; }
.giverr-single__purchase-copy { font-size:14px; line-height:1.7; color:#50535a; margin-bottom:12px; }
.giverr-single__purchase-meta { gap:12px; font-size:13px; color:#74767e; margin-bottom:14px; }
.giverr-single__package-list { margin:0 0 16px 18px; color:#50535a; }
.giverr-single__package-list li { margin-bottom:8px; }
.giverr-single__purchase .giverr-button { min-height:42px; margin-top:10px; }
.giverr-single__purchase .giverr-button--secondary { background:#fff; color:#222325; border-color:#dadbdd; }
.giverr-single__purchase--mini { padding:18px 20px; }
.giverr-single__flex-head { display:flex; gap:12px; align-items:flex-start; }
.giverr-single__flex-head img { width:36px; height:36px; border-radius:50%; }
.giverr-single__flex-head strong { display:block; font-size:15px; margin-bottom:6px; }
.giverr-single__flex-head p { margin:0; color:#74767e; font-size:13px; line-height:1.6; }
.giverr-single__flex-foot { display:flex; justify-content:space-between; align-items:center; margin-top:14px; font-weight:600; }
.giverr-single__flex-foot span { font-size:18px; color:#222325; }
.giverr-single__flex-foot a { color:#222325; text-decoration:none; font-size:13px; }
.giverr-single__reviews { display:grid; grid-template-columns:260px 1fr; gap:18px; }
.giverr-single__review-card,.giverr-single__review-score { border:1px solid #ececec; padding:18px 20px; border-radius:12px; }
.giverr-single__review-score strong { font-size:44px; }
.giverr-single__tag-list { display:flex; flex-wrap:wrap; gap:10px; }
.giverr-single__tag { padding:8px 12px; border:1px solid #dadbdd; border-radius:999px; font-size:13px; color:#50535a; background:#fff; }
.giverr-single__section--full { margin-top:24px; }
@media (max-width: 1100px) {
  .giverr-single__hero { grid-template-columns:minmax(0,1fr); }
  .giverr-single__sidebar { position:static; }
  .giverr-single__portfolio { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .giverr-single__reviews { grid-template-columns:1fr; }
}
@media (max-width: 767px) {
  .giverr-single { padding:20px 14px 38px; }
  .giverr-single__main h1 { font-size:28px; }
  .giverr-single__meta-grid, .giverr-single__seller-facts, .giverr-single__portfolio { grid-template-columns:1fr; }
  .giverr-single__cta { flex-direction:column; align-items:flex-start; }
  .giverr-single__cta h2 { font-size:28px; }
  .giverr-single__breadcrumbs-wrap { flex-direction:column; align-items:flex-start; }
  .giverr-single__compare { overflow:auto; }
  .giverr-single__tabs { grid-template-columns:repeat(3,minmax(120px,1fr)); overflow:auto; }
}

.giverr-single.giverr-single--v2{max-width:1240px;margin:0 auto;padding:32px 20px 56px;color:#222325}
.giverr-single--v2 .giverr-single__promo{display:flex;align-items:center;gap:18px;border:1px solid #e4e5e7;background:#fff;border-radius:12px;padding:18px 20px;margin-bottom:18px}
.giverr-single--v2 .giverr-single__promo-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#ebf7f0,#dff4e6);display:flex;align-items:center;justify-content:center;color:#1dbf73;font-size:22px;flex:0 0 48px}
.giverr-single--v2 .giverr-single__promo .giverr-button{margin-left:auto;background:#1dbf73;border-color:#1dbf73;color:#fff}
.giverr-single--v2 .giverr-single__breadcrumbs-wrap{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:18px}
.giverr-single--v2 .giverr-single__breadcrumbs{font-size:12px;color:#74767e}
.giverr-single--v2 .giverr-single__breadcrumbs a{color:#74767e}
.giverr-single--v2 .giverr-single__hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:32px;align-items:start}
.giverr-single--v2 .giverr-single__main,.giverr-single--v2 .giverr-single__section,.giverr-single--v2 .giverr-single__purchase,.giverr-single--v2 .giverr-single__about-seller,.giverr-single--v2 .giverr-single__compare,.giverr-single--v2 .giverr-single__review-card,.giverr-single--v2 .giverr-single__review-score,.giverr-single--v2 .giverr-single__portfolio-card{box-shadow:none;border:1px solid #e4e5e7;border-radius:12px;background:#fff}
.giverr-single--v2 .giverr-single__main{border:0;background:transparent;padding:0}
.giverr-single--v2 h1{font-size:34px;line-height:1.15;letter-spacing:-.02em;margin:0 0 14px;max-width:900px}
.giverr-single--v2 .giverr-single__seller-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:16px}
.giverr-single--v2 .giverr-single__seller-row img{width:40px;height:40px;border-radius:50%;object-fit:cover}
.giverr-single--v2 .giverr-single__seller-copy{display:grid;gap:2px}
.giverr-single--v2 .giverr-single__seller-copy strong{font-size:15px}
.giverr-single--v2 .giverr-single__seller-copy span{font-size:13px;color:#74767e}
.giverr-single--v2 .giverr-single__seller-rating{margin-left:auto}
.giverr-single--v2 .giverr-stars{display:flex;align-items:center;gap:6px;color:#ffb33e;font-size:14px}
.giverr-single--v2 .giverr-stars__meta{color:#74767e}
.giverr-single--v2 .giverr-single__gallery-main{aspect-ratio:16/10;border-radius:14px;overflow:hidden;background:#f5f5f5}
.giverr-single--v2 .giverr-single__thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto;padding-bottom:2px}
.giverr-single--v2 .giverr-single__thumb{width:78px;height:62px;border-radius:10px;border:1px solid #d8dadd;background:#fff;flex:0 0 auto}
.giverr-single--v2 .giverr-single__thumb.is-active{border-color:#222325}
.giverr-single--v2 .giverr-single__section{padding:24px 24px;margin-top:20px}
.giverr-single--v2 .giverr-single__section h2{font-size:24px;line-height:1.2;margin:0 0 18px}
.giverr-single--v2 .giverr-single__description p,.giverr-single--v2 .giverr-single__description li{font-size:15px;line-height:1.85;color:#404145}
.giverr-single--v2 .giverr-single__meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border:1px solid #e4e5e7;border-radius:10px;overflow:hidden}
.giverr-single--v2 .giverr-single__meta-item{border:0;border-right:1px solid #e4e5e7;border-bottom:1px solid #e4e5e7;border-radius:0;padding:16px 18px;min-height:90px}
.giverr-single--v2 .giverr-single__meta-item:nth-child(3n){border-right:0}
.giverr-single--v2 .giverr-single__meta-item span{display:block;font-size:11px;text-transform:none;letter-spacing:0;color:#95979d;margin-bottom:8px}
.giverr-single--v2 .giverr-single__meta-item strong{font-size:14px;color:#404145}
.giverr-single--v2 .giverr-single__about-seller--rich{padding:24px}
.giverr-single--v2 .giverr-single__about-top{display:flex;gap:16px;align-items:flex-start;margin-bottom:14px}
.giverr-single--v2 .giverr-single__about-top img{width:72px;height:72px;border-radius:50%}
.giverr-single--v2 .giverr-single__seller-links{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0}
.giverr-single--v2 .giverr-single__seller-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:18px 0;border-top:1px solid #e4e5e7;border-bottom:1px solid #e4e5e7;margin:18px 0}
.giverr-single--v2 .giverr-single__seller-fact span{display:block;font-size:12px;color:#95979d;margin-bottom:4px}
.giverr-single--v2 .giverr-single__seller-fact strong{font-size:14px;color:#404145}
.giverr-single--v2 .giverr-single__seller-bio{font-size:14px;line-height:1.8;color:#404145}
.giverr-single--v2 .giverr-single__portfolio{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.giverr-single--v2 .giverr-single__portfolio-card{overflow:hidden}
.giverr-single--v2 .giverr-single__portfolio-body{padding:12px;display:grid;gap:6px}
.giverr-single--v2 .giverr-single__portfolio-body h3{font-size:15px;line-height:1.35;margin:0}
.giverr-single--v2 .giverr-single__portfolio-body span{color:#74767e;font-size:13px}
.giverr-single--v2 .giverr-single__compare{overflow:hidden}
.giverr-single--v2 .giverr-single__compare table{width:100%;border-collapse:collapse}
.giverr-single--v2 .giverr-single__compare th,.giverr-single--v2 .giverr-single__compare td{padding:16px;border-bottom:1px solid #e4e5e7;border-right:1px solid #e4e5e7;vertical-align:top;text-align:left}
.giverr-single--v2 .giverr-single__compare th:last-child,.giverr-single--v2 .giverr-single__compare td:last-child{border-right:0}
.giverr-single--v2 .giverr-single__compare td:first-child,.giverr-single--v2 .giverr-single__compare th:first-child{width:160px;background:#fafafa;color:#74767e;font-weight:500}
.giverr-single--v2 .giverr-single__compare-tier{font-size:13px;color:#74767e;margin-bottom:8px}
.giverr-single--v2 .giverr-single__compare strong{font-size:24px;display:block;color:#222325}
.giverr-single--v2 .giverr-single__faq details{border:0;border-bottom:1px solid #e4e5e7;border-radius:0;padding:16px 0}
.giverr-single--v2 .giverr-single__faq details:first-child{border-top:1px solid #e4e5e7}
.giverr-single--v2 .giverr-single__cta{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(90deg,#eff8ef,#f5ffcf)}
.giverr-single--v2 .giverr-single__cta h2{font-size:32px;margin:0 0 10px}
.giverr-single--v2 .giverr-single__cta p{max-width:560px;color:#50535a;margin:0}
.giverr-single--v2 .giverr-single__reviews{display:grid;grid-template-columns:240px minmax(0,1fr);gap:18px}
.giverr-single--v2 .giverr-single__review-score{padding:22px}
.giverr-single--v2 .giverr-single__review-score strong{font-size:44px;line-height:1;margin-bottom:6px;display:block}
.giverr-single--v2 .giverr-single__review-card{padding:22px}
.giverr-single--v2 .giverr-single__tag-list{display:flex;flex-wrap:wrap;gap:8px}
.giverr-single--v2 .giverr-single__tag{padding:7px 12px;border-radius:999px;background:#f5f5f5;font-size:12px;color:#555}
.giverr-single--v2 .giverr-single__sidebar{position:sticky;top:96px;display:grid;gap:16px}
.giverr-single--v2 .giverr-single__purchase{padding:0;overflow:hidden}
.giverr-single--v2 .giverr-single__tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-bottom:1px solid #e4e5e7}
.giverr-single--v2 .giverr-single__tab{padding:14px 12px;background:#fff;border:0;border-right:1px solid #e4e5e7;font-size:14px;color:#74767e;font-weight:600}
.giverr-single--v2 .giverr-single__tab:last-child{border-right:0}
.giverr-single--v2 .giverr-single__tab.is-active{color:#222325;box-shadow:inset 0 -2px 0 #1dbf73;background:#fff}
.giverr-single--v2 .giverr-single__package-panel{display:none;padding:18px 20px 20px}
.giverr-single--v2 .giverr-single__package-panel.is-active{display:block}
.giverr-single--v2 .giverr-single__purchase-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px}
.giverr-single--v2 .giverr-single__purchase-head strong{font-size:16px}
.giverr-single--v2 .giverr-single__purchase-head span{font-size:28px;font-weight:700;color:#222325}
.giverr-single--v2 .giverr-single__purchase-copy{color:#62646a;font-size:14px;line-height:1.7;margin:0 0 12px}
.giverr-single--v2 .giverr-single__purchase-meta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:14px;color:#62646a;font-size:13px}
.giverr-single--v2 .giverr-single__package-list{display:grid;gap:8px;margin:0 0 18px;padding-left:18px;color:#404145}
.giverr-single--v2 .giverr-single__package-list li{font-size:14px;line-height:1.55}
.giverr-single--v2 .giverr-single__purchase .giverr-button--block{width:100%;justify-content:center;margin-top:10px;background:#222325;border-color:#222325;color:#fff}
.giverr-single--v2 .giverr-single__purchase .giverr-button--secondary{background:#fff;color:#222325;border-color:#dadbdd}
.giverr-single--v2 .giverr-single__flex-card{padding:18px 20px}
.giverr-single--v2 .giverr-single__flex-head{display:flex;gap:12px;align-items:flex-start}
.giverr-single--v2 .giverr-single__flex-head img{width:44px;height:44px;border-radius:50%}
.giverr-single--v2 .giverr-single__flex-foot{display:flex;justify-content:space-between;align-items:center;margin-top:14px;padding-top:14px;border-top:1px solid #e4e5e7;font-size:14px}
.giverr-single--v2 .giverr-single__flex-foot a{color:#222325;font-weight:600}
@media (max-width: 1100px){.giverr-single--v2 .giverr-single__hero{grid-template-columns:minmax(0,1fr)}.giverr-single--v2 .giverr-single__sidebar{position:static}.giverr-single--v2 .giverr-single__portfolio{grid-template-columns:repeat(2,minmax(0,1fr))}.giverr-single--v2 .giverr-single__reviews{grid-template-columns:1fr}.giverr-single--v2 .giverr-single__meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.giverr-single--v2 .giverr-single__seller-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 720px){.giverr-single--v2{padding:20px 14px 40px}.giverr-single--v2 h1{font-size:28px}.giverr-single--v2 .giverr-single__promo,.giverr-single--v2 .giverr-single__breadcrumbs-wrap,.giverr-single--v2 .giverr-single__cta,.giverr-single--v2 .giverr-single__seller-row,.giverr-single--v2 .giverr-single__seller-links,.giverr-single--v2 .giverr-single__flex-foot{flex-direction:column;align-items:flex-start}.giverr-single--v2 .giverr-single__promo .giverr-button,.giverr-single--v2 .giverr-single__seller-rating{margin-left:0}.giverr-single--v2 .giverr-single__portfolio,.giverr-single--v2 .giverr-single__meta-grid,.giverr-single--v2 .giverr-single__seller-facts{grid-template-columns:1fr}.giverr-single--v2 .giverr-single__tabs{overflow:auto;display:flex}.giverr-single--v2 .giverr-single__tab{white-space:nowrap;flex:1 0 auto}.giverr-single--v2 .giverr-single__compare{overflow:auto}}
.giverr-single--ideal {
  max-width: 1180px;
  margin: 28px auto 48px;
  padding: 0 20px;
  display: grid;
  gap: 22px;
}
.giverr-single--ideal .giverr-single__promo {
  display:grid;
  grid-template-columns:72px minmax(0,1fr) auto;
  align-items:center;
  gap:22px;
  padding:20px 22px;
  border:1px solid #ead9de;
  border-radius:16px;
  background:linear-gradient(180deg,#fff 0%,#fff8fa 100%);
}
.giverr-single--ideal .giverr-single__promo-icon {
  width:52px;
  height:52px;
  border-radius:16px;
  background:linear-gradient(180deg,#f6e8ed 0%,#fefbfc 100%);
  color:#8b1e3f;
  display:grid;
  place-items:center;
  font-weight:700;
  border:1px solid #ecdbe1;
  box-shadow:0 10px 24px rgba(139,30,63,.08);
}
.giverr-single--ideal .giverr-single__promo-copy {
  display: grid;
  gap: 4px;
  flex: 1;
}
.giverr-single--ideal .giverr-single__promo-copy strong { font-size: 18px; color:#30252c; }
.giverr-single--ideal .giverr-single__promo-copy span { color:#6e6870; font-size:14px; line-height:1.55; }
.giverr-single--ideal .giverr-single__breadcrumbs-wrap {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}
.giverr-single--ideal .giverr-single__breadcrumbs { font-size:12px; color:#8a848b; }
.giverr-single--ideal .giverr-single__hero {
  display:grid;
  grid-template-columns:minmax(0,1fr) 372px;
  gap:24px;
  align-items:start;
}
.giverr-single--ideal .giverr-single__main {
  display:grid;
  gap:20px;
}
.giverr-single--ideal .giverr-single__main h1 {
  margin:0;
  font-size:39px;
  line-height:1.14;
  color:#202124;
  max-width:860px;
}
.giverr-single--ideal .giverr-single__seller-row {
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.giverr-single--ideal .giverr-single__seller-row img {
  width:36px;
  height:36px;
  border-radius:50%;
  object-fit:cover;
}
.giverr-single--ideal .giverr-single__seller-copy { display:grid; gap:3px; }
.giverr-single--ideal .giverr-single__seller-copy strong { font-size:15px; }
.giverr-single--ideal .giverr-single__seller-copy span { font-size:13px; color:#7a7379; }
.giverr-single--ideal .giverr-single__seller-stack {
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.giverr-single--ideal .giverr-single__level,
.giverr-single--ideal .giverr-single__level-inline {
  font-size:13px;
  font-weight:600;
  color:#7a4a5e;
}
.giverr-single--ideal .giverr-stars,
.giverr-single--ideal .giverr-stars__empty {
  letter-spacing:1px;
  color:#ffb33e;
  font-size:14px;
}
.giverr-single--ideal .giverr-stars__score,
.giverr-single--ideal .giverr-stars__reviews { font-size:13px; color:#433d42; margin-left:4px; }
.giverr-single--ideal .giverr-single__gallery {
  display:grid;
  gap:12px;
}
.giverr-single--ideal .giverr-single__gallery-main {
  background:#fff;
  border:1px solid #e7e3e6;
  border-radius:14px;
  overflow:hidden;
  aspect-ratio:16/9;
}
.giverr-single--ideal .giverr-single__gallery-current { width:100%; height:100%; object-fit:cover; display:block; }
.giverr-single--ideal .giverr-single__thumbs {
  display:flex;
  gap:10px;
}
.giverr-single--ideal .giverr-single__thumb {
  width:86px;
  height:62px;
  border-radius:10px;
  border:1px solid #ddd5da;
  overflow:hidden;
  padding:0;
  background:#fff;
}
.giverr-single--ideal .giverr-single__thumb.is-active { border-color:#8b1e3f; box-shadow:0 0 0 1px #8b1e3f inset; }
.giverr-single--ideal .giverr-single__section {
  background:#fff;
  border:1px solid #e7e3e6;
  border-radius:14px;
  padding:22px;
}
.giverr-single--ideal .giverr-single__section h2 {
  margin:0 0 16px;
  font-size:24px;
  color:#202124;
}
.giverr-single--ideal .giverr-single__description p { margin:0 0 14px; color:#4f4950; line-height:1.7; }
.giverr-single--ideal .giverr-single__meta-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.giverr-single--ideal .giverr-single__meta-item {
  border:1px solid #ebe5e8;
  border-radius:10px;
  padding:14px;
  min-height:84px;
  display:grid;
  gap:6px;
}
.giverr-single--ideal .giverr-single__meta-item span {
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.04em;
  color:#908890;
}
.giverr-single--ideal .giverr-single__meta-item strong { font-size:14px; color:#27232a; }
.giverr-single--ideal .giverr-single__notice {background:#fffaf9;display:grid;grid-template-columns:34px minmax(0,1fr);gap:14px;align-items:flex-start;}
.giverr-single--ideal .giverr-single__notice strong { display:block; font-size:13px; margin-bottom:6px; color:#341f29; }
.giverr-single--ideal .giverr-single__notice p { margin:0; font-size:12px; color:#625d63; line-height:1.55; }
.giverr-single--ideal .giverr-single__about-seller--ideal {
  display:grid;
  gap:16px;
}
.giverr-single--ideal .giverr-single__about-top {
  display:flex;
  gap:14px;
  align-items:flex-start;
}
.giverr-single--ideal .giverr-single__about-top img { width:64px; height:64px; border-radius:50%; }
.giverr-single--ideal .giverr-single__about-ident { display:grid; gap:4px; }
.giverr-single--ideal .giverr-single__seller-minor { font-size:13px; color:#7f7880; }
.giverr-single--ideal .giverr-single__seller-links { display:flex; gap:10px; flex-wrap:wrap; }
.giverr-single--ideal .giverr-single__seller-facts {
  border:1px solid #ebe5e8;
  border-radius:12px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.giverr-single--ideal .giverr-single__seller-fact {
  padding:12px 14px;
  border-bottom:1px solid #ebe5e8;
}
.giverr-single--ideal .giverr-single__seller-fact:nth-last-child(-n+2) { border-bottom:0; }
.giverr-single--ideal .giverr-single__seller-fact span { display:block; font-size:12px; color:#8c848c; margin-bottom:4px; }
.giverr-single--ideal .giverr-single__seller-fact strong { font-size:14px; }
.giverr-single--ideal .giverr-single__seller-bio { margin:0; font-size:14px; color:#4c474d; line-height:1.7; }
.giverr-single--ideal .giverr-single__portfolio {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.giverr-single--ideal .giverr-single__portfolio-card {
  border:1px solid #ebe5e8;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
}
.giverr-single--ideal .giverr-single__portfolio-thumb { display:block; aspect-ratio:1.4/1; }
.giverr-single--ideal .giverr-single__portfolio-body { padding:12px 14px 14px; display:grid; gap:6px; }
.giverr-single--ideal .giverr-single__portfolio-body h3 { margin:0; font-size:16px; }
.giverr-single--ideal .giverr-single__portfolio-body span { font-size:13px; color:#6e6670; }
.giverr-single--ideal .giverr-single__compare {
  overflow-x:auto;
}
.giverr-single--ideal .giverr-single__compare table {
  width:100%;
  border-collapse:collapse;
  min-width:680px;
}
.giverr-single--ideal .giverr-single__compare th,
.giverr-single--ideal .giverr-single__compare td {
  border:1px solid #ebe5e8;
  padding:12px 14px;
  vertical-align:top;
  font-size:13px;
}
.giverr-single--ideal .giverr-single__compare thead th { background:#fcfbfc; }
.giverr-single--ideal .giverr-single__compare-tier { font-size:12px; color:#8b1e3f; margin-bottom:4px; }
.giverr-single--ideal .giverr-single__extras { margin-top:14px; }
.giverr-single--ideal .giverr-single__extras h3 { margin:0 0 10px; font-size:16px; }
.giverr-single--ideal .giverr-single__package-list { list-style:none; margin:0; padding:0; display:grid; gap:8px; }
.giverr-single--ideal .giverr-single__package-list li { display:flex; justify-content:space-between; gap:10px; font-size:13px; color:#47424a; }
.giverr-single--ideal .giverr-single__faq details { border-bottom:1px solid #ede8eb; padding:14px 0; }
.giverr-single--ideal .giverr-single__faq details:last-child { border-bottom:0; }
.giverr-single--ideal .giverr-single__faq summary { cursor:pointer; font-weight:500; }
.giverr-single--ideal .giverr-single__cta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  background:linear-gradient(90deg,#f4f8dd 0%,#e9f4a8 100%);
}
.giverr-single--ideal .giverr-single__cta h2 { margin:0 0 8px; font-size:30px; line-height:1.15; }
.giverr-single--ideal .giverr-single__cta p { margin:0; color:#4f4b36; }
.giverr-single--ideal .giverr-single__tag-list { display:flex; flex-wrap:wrap; gap:8px; }
.giverr-single--ideal .giverr-single__tag { border:1px solid #e7dfe4; border-radius:999px; padding:7px 12px; font-size:12px; background:#fff; color:#544f55; }
.giverr-single--ideal .giverr-single__reviews {
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:16px;
}
.giverr-single--ideal .giverr-single__review-score,
.giverr-single--ideal .giverr-single__review-card {
  border:1px solid #ebe5e8;
  border-radius:12px;
  padding:18px;
}
.giverr-single--ideal .giverr-single__review-score strong { font-size:42px; line-height:1; display:block; margin-bottom:8px; }
.giverr-single--ideal .giverr-single__sidebar {
  position:sticky;
  top:22px;
  display:grid;
  gap:16px;
}
.giverr-single--ideal .giverr-single__purchase {
  background:#fff;
  border:1px solid #e7e3e6;
  border-radius:14px;
  overflow:hidden;
}
.giverr-single--ideal .giverr-single__tabs {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-bottom:1px solid #e7e3e6;
}
.giverr-single--ideal .giverr-single__tab {
  padding:12px 10px;
  border:0;
  background:#fff;
  font-size:13px;
  font-weight:600;
  color:#6e6670;
}
.giverr-single--ideal .giverr-single__tab.is-active { color:#202124; box-shadow: inset 0 -2px 0 #202124; }
.giverr-single--ideal .giverr-single__package-panel { display:none; padding:18px; }
.giverr-single--ideal .giverr-single__package-panel.is-active { display:grid; gap:14px; }
.giverr-single--ideal .giverr-single__purchase-head { display:flex; justify-content:flex-end; gap:12px; align-items:flex-start; min-height:40px; }
.giverr-single--ideal .giverr-single__purchase-head strong { font-size:15px; }
.giverr-single--ideal .giverr-single__purchase-head span { font-size:42px; font-weight:700; color:#2a2027; line-height:1; }
.giverr-single--ideal .giverr-single__purchase-copy { margin:0; font-size:14px; color:#5d575e; line-height:1.65; }
.giverr-single--ideal .giverr-single__purchase-meta { display:flex; gap:18px; flex-wrap:wrap; font-size:13px; color:#615b61; align-items:center; }
.giverr-single--ideal .giverr-single__purchase--mini { padding:16px 18px; }
.giverr-single--ideal .giverr-single__flex-head { display:flex; gap:12px; align-items:flex-start; }
.giverr-single--ideal .giverr-single__flex-head img { width:36px; height:36px; border-radius:50%; }
.giverr-single--ideal .giverr-single__flex-foot { display:flex; justify-content:space-between; align-items:center; margin-top:14px; font-size:13px; }
.giverr-single--ideal .giverr-single__flex-foot span { font-weight:700; }
.giverr-single--ideal .giverr-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 16px;
  border-radius:10px;
  border:1px solid #8b1e3f;
  background:#8b1e3f;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:600;
}
.giverr-single--ideal .giverr-button--secondary {
  background:#fff;
  color:#8b1e3f;
}
.giverr-single--ideal .giverr-button--block { width:100%; }
.giverr-single--ideal .giverr-button--disabled { opacity:.55; pointer-events:none; }
@media (max-width: 1024px) {
  .giverr-single--ideal .giverr-single__hero { grid-template-columns:minmax(0,1fr); }
  .giverr-single--ideal .giverr-single__sidebar { position:static; }
  .giverr-single--ideal .giverr-single__reviews { grid-template-columns:1fr; }
}
@media (max-width: 767px) {
  .giverr-single--ideal .giverr-single__promo,
  .giverr-single--ideal .giverr-single__breadcrumbs-wrap,
  .giverr-single--ideal .giverr-single__cta,
  .giverr-single--ideal .giverr-single__seller-row,
  .giverr-single--ideal .giverr-single__seller-links,
  .giverr-single--ideal .giverr-single__flex-foot { flex-direction:column; align-items:flex-start; }
  .giverr-single--ideal .giverr-single__portfolio,
  .giverr-single--ideal .giverr-single__meta-grid,
  .giverr-single--ideal .giverr-single__seller-facts { grid-template-columns:1fr; }
  .giverr-single--ideal .giverr-single__main h1 { font-size:30px; }
}


.giverr-single--ideal .giverr-single__main h1 {
  font-size: 26px;
  line-height: 1.25;
  max-width: 760px;
}
.giverr-single--ideal .giverr-single__seller-row--hero {
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:-6px;
  margin-bottom:6px;
}
.giverr-single--ideal .giverr-single__seller-row--hero img {
  width:44px;
  height:44px;
  border-radius:50%;
  object-fit:cover;
  border:1px solid #ddd6da;
}
.giverr-single--ideal .giverr-single__seller-copy--hero {
  display:grid;
  gap:4px;
}
.giverr-single--ideal .giverr-single__seller-headline {
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.giverr-single--ideal .giverr-single__seller-headline strong {
  font-size:15px;
  font-weight:700;
  color:#222;
}
.giverr-single--ideal .giverr-single__seller-rating--hero,
.giverr-single--ideal .giverr-single__seller-rating {
  display:flex;
  align-items:center;
  gap:3px;
  flex-wrap:wrap;
  font-size:13px;
}
.giverr-single--ideal .giverr-stars,
.giverr-single--ideal .giverr-stars__empty {
  color:#111;
  letter-spacing:1px;
  font-size:14px;
}
.giverr-single--ideal .giverr-stars__score,
.giverr-single--ideal .giverr-stars__reviews {
  color:#565057;
  margin-left:0;
}
.giverr-single--ideal .giverr-single__level-inline,
.giverr-single--ideal .giverr-single__level {
  color:#5c555b;
  font-size:13px;
  font-weight:600;
}
.giverr-single--ideal .giverr-single__about-top {
  align-items:center;
}
.giverr-single--ideal .giverr-single__about-top img {
  width:56px;
  height:56px;
}
.giverr-single--ideal .giverr-single__seller-online {
  display:inline-flex;
  align-items:center;
  gap:6px;
  border:1px solid #b7d8b4;
  background:#f4fbf2;
  color:#5b8f55;
  border-radius:999px;
  padding:2px 8px;
  font-size:11px;
  font-weight:600;
}
.giverr-single--ideal .giverr-single__seller-online::before {
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:#6bbf59;
}
.giverr-single--ideal .giverr-single__seller-links .giverr-button {
  min-height:36px;
  padding:8px 14px;
}
.giverr-single--ideal .giverr-single__seller-facts {
  grid-template-columns:repeat(2,minmax(0,1fr));
  background:#fff;
}
.giverr-single--ideal .giverr-single__seller-fact {
  min-height:62px;
}
.giverr-single--ideal .giverr-single__notice {background:#fffaf9;display:grid;grid-template-columns:34px minmax(0,1fr);gap:14px;align-items:flex-start;}
.giverr-single--ideal .giverr-single__section h2 {
  font-size:22px;
}
.giverr-single--ideal .giverr-single__compare thead th {
  text-align:left;
}
.giverr-single--ideal .giverr-single__compare .giverr-button {
  min-width:84px;
  min-height:34px;
  padding:7px 12px;
}
@media (max-width: 900px) {
  .giverr-single--ideal .giverr-single__hero {
    grid-template-columns:minmax(0,1fr);
  }
  .giverr-single--ideal .giverr-single__sidebar {
    position:static;
  }
}



.giverr-single__purchase-subscribe{margin:10px 0 8px;font-size:12px;line-height:1.45;color:#1f7a4d;font-weight:600}
.giverr-single__purchase-meta{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.giverr-single__purchase-meta span{position:relative;padding-left:0;color:#62646a;font-size:13px;font-weight:500}
.giverr-single__purchase-meta span + span:before{content:'•';margin-right:8px;color:#b5b6ba}


.giverr-single--ideal .giverr-single__purchase-head{justify-content:flex-end;align-items:flex-start;margin-bottom:0}
.giverr-single--ideal .giverr-single__purchase-price{display:block;font-size:40px;line-height:1;font-weight:700;color:#222325}
.giverr-single--ideal .giverr-single__purchase-copy{display:grid;gap:6px;margin:0;color:#62646a;font-size:14px;line-height:1.6}
.giverr-single--ideal .giverr-single__purchase-copy-title{display:block;font-size:28px;line-height:1.2;font-weight:700;color:#222325}
.giverr-single--ideal .giverr-single__purchase-copy p{margin:0}
.giverr-single--ideal .giverr-single__purchase-meta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;font-size:14px;color:#62646a;font-weight:600}
.giverr-single--ideal .giverr-single__purchase-meta span{display:inline-flex;align-items:center;gap:8px}
.giverr-single--ideal .giverr-single__purchase-meta span+span:before{display:none}
.giverr-single--ideal .giverr-single__purchase-meta i{font-style:normal;font-size:15px;line-height:1;color:#62646a}
.giverr-single--ideal .giverr-single__purchase-cta{display:flex;align-items:center;justify-content:center;gap:10px;background:#222325!important;border-color:#222325!important;color:#fff!important;border-radius:4px!important;min-height:42px}
.giverr-single--ideal .giverr-single__purchase-contact{display:flex;align-items:center;justify-content:center;background:#fff!important;border-color:#dadbdd!important;color:#222325!important;border-radius:4px!important;min-height:42px}
.giverr-single--ideal .giverr-single__purchase-cta span{font-size:16px;line-height:1}


.giverr-single--ideal .giverr-single__purchase-head{display:block;justify-content:flex-start;align-items:flex-start;margin:0 0 10px;text-align:left}
.giverr-single--ideal .giverr-single__purchase-price{display:block;font-size:18px;line-height:1.1;font-weight:700;color:#222325;text-align:left}
.giverr-single--ideal .giverr-single__purchase-subscribe{margin:0 0 14px;font-size:12px;line-height:1.4;color:#147a4b;font-weight:600}
.giverr-single--ideal .giverr-single__purchase-copy{display:block;margin:0 0 14px;color:#62646a;font-size:14px;line-height:1.6}
.giverr-single--ideal .giverr-single__purchase-copy-title{display:none}
.giverr-single--ideal .giverr-single__purchase-copy p{margin:0}
.giverr-single--ideal .giverr-single__purchase-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin:0 0 18px;color:#62646a;font-size:13px;font-weight:500}
.giverr-single--ideal .giverr-single__purchase-meta span{display:inline-flex;align-items:center;gap:8px}
.giverr-single--ideal .giverr-single__purchase-meta em{font-style:normal}
.giverr-single--ideal .giverr-single__purchase-meta i{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;font-style:normal;font-size:13px;line-height:1;color:#74767e}
.giverr-single--ideal .giverr-single__purchase-cta{display:flex;align-items:center;justify-content:center;gap:12px;background:#222325!important;border:1px solid #222325!important;color:#fff!important;border-radius:4px!important;min-height:44px;padding:0 16px;font-weight:600;text-decoration:none}
.giverr-single--ideal .giverr-single__purchase-cta-label{flex:1;text-align:center}
.giverr-single--ideal .giverr-single__purchase-cta-icon{font-size:16px;line-height:1}
.giverr-single--ideal .giverr-single__purchase-contact{display:flex;align-items:center;justify-content:center;gap:8px;background:#fff!important;border:1px solid #dadbdd!important;color:#222325!important;border-radius:4px!important;min-height:44px;padding:0 16px;font-weight:500;text-decoration:none;margin-top:12px}
.giverr-single--ideal .giverr-single__purchase-contact-icon{font-size:14px;line-height:1}

.giverr-single--ideal .giverr-single__promo-icon span{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:10px;background:#8b1e3f;color:#fff;font-size:15px;line-height:1;}

.giverr-single--ideal .giverr-single__promo-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:12px;border:1px solid #8b1e3f;background:#8b1e3f;color:#fff;font-size:14px;font-weight:700;text-decoration:none;box-shadow:0 10px 20px rgba(139,30,63,.18);}

.giverr-single--ideal .giverr-single__notice-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#8b1e3f;color:#fff;font-size:18px;font-weight:800;line-height:1;box-shadow:0 10px 18px rgba(139,30,63,.16);}
.giverr-single--ideal .giverr-single__notice-copy p{margin:0;font-size:12px;color:#625d63;line-height:1.55;}

.giverr-single--ideal .giverr-single__purchase-meta span{display:inline-flex;align-items:center;gap:8px;}
.giverr-single--ideal .giverr-single__purchase-meta i{font-style:normal;color:#8b1e3f;font-size:14px;}
.giverr-single--ideal .giverr-single__purchase-meta em{font-style:normal;}
.giverr-single--ideal .giverr-single__purchase-cta{background:#1f2228!important;border-color:#1f2228!important;color:#fff!important;min-height:48px!important;border-radius:10px!important;padding:0 18px!important;display:flex!important;justify-content:center!important;gap:12px!important;font-size:15px!important;font-weight:700!important;}
.giverr-single--ideal .giverr-single__purchase-contact{background:#fff!important;color:#5b2134!important;border:1px solid #d4c1c8!important;min-height:48px!important;border-radius:10px!important;padding:0 18px!important;display:flex!important;justify-content:center!important;gap:8px!important;font-size:14px!important;font-weight:600!important;}
.giverr-single--ideal .giverr-single__purchase-subscribe{color:#1f7a55;font-size:14px;font-weight:600;}

.giverr-single__review-stars-empty{font-size:18px;letter-spacing:2px;color:#222325;margin:8px 0 6px;}

.giverr-market-home--workspace-single-gig,.giverr-market-home--workspace-place-order{position:sticky!important;top:0!important;z-index:150!important;background:#fff!important;}
body.admin-bar .giverr-market-home--workspace-single-gig,body.admin-bar .giverr-market-home--workspace-place-order{top:32px!important;}
@media (max-width:782px){body.admin-bar .giverr-market-home--workspace-single-gig,body.admin-bar .giverr-market-home--workspace-place-order{top:46px!important;}}

@media (max-width: 900px){.giverr-single--ideal .giverr-single__promo{grid-template-columns:1fr;justify-items:flex-start}.giverr-single--ideal .giverr-single__promo-button{width:100%;}}

.giverr-public-flash[hidden]{display:none!important}
.giverr-public-flash{position:fixed;inset:0;z-index:10020;display:flex;align-items:center;justify-content:center;padding:24px}
.giverr-public-flash__backdrop{position:absolute;inset:0;background:rgba(20,13,17,.56)}
.giverr-public-flash__dialog{position:relative;z-index:2;width:min(560px,100%);max-width:calc(100vw - 32px);background:#fff;border:1px solid #ead7dd;border-radius:22px;padding:28px 28px 24px;box-shadow:0 28px 60px rgba(37,18,25,.24);text-align:center}
.giverr-public-flash__eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#8b1e3f;margin-bottom:10px}
.giverr-public-flash__dialog h3{margin:0 0 10px;font-size:28px;line-height:1.2;color:#2f2328;font-weight:600}
.giverr-public-flash__dialog p{margin:0 0 18px;font-size:15px;line-height:1.7;color:#6f5e66}
.giverr-public-flash__actions{display:flex;justify-content:center}
.giverr-public-flash__close{position:absolute;top:16px;right:16px;width:38px;height:38px;border-radius:999px;border:1px solid #e3ccd3;background:#fff;color:#7a1f36;font-size:24px;line-height:1;padding:0}
.giverr-public-flash--success .giverr-public-flash__dialog{border-top:4px solid #8b1e3f}
.giverr-public-flash--error .giverr-public-flash__dialog{border-top:4px solid #7a1f36}

.giverr-public-modal__dialog--wide{width:min(980px,100%);max-height:min(90vh,980px);display:flex;flex-direction:column}
.giverr-public-modal__dialog--wide .giverr-public-modal__form{overflow:auto;padding-right:4px}
.giverr-public-modal__actions{z-index:2}
@media (min-width:768px){.giverr-public-modal__dialog--wide{padding-bottom:20px}.giverr-public-modal__dialog--wide .giverr-public-modal__form{max-height:calc(90vh - 140px)}}

.giverr-market-home__topbar,.giverr-market-home--workspace .giverr-market-home__topbar,.giverr-market-home--workspace-order-detail .giverr-market-home__topbar{position:sticky;top:0;z-index:70;background:#fff;border-bottom:1px solid #e6d4da}
body.admin-bar .giverr-market-home__topbar,body.admin-bar .giverr-market-home--workspace .giverr-market-home__topbar,body.admin-bar .giverr-market-home--workspace-order-detail .giverr-market-home__topbar{top:32px}

.giverr-single--ideal .giverr-single__promo{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:20px;align-items:center;border:1px solid #ead7dd;background:linear-gradient(180deg,#fff7f9 0%,#fff 100%);border-radius:18px;padding:20px 22px;margin-bottom:22px;box-shadow:0 10px 24px rgba(80,24,40,.06)}
.giverr-single--ideal .giverr-single__promo-icon{width:58px;height:58px;border-radius:16px;background:linear-gradient(135deg,#f6e7ec 0%,#fdf2f5 100%);display:flex;align-items:center;justify-content:center;color:#8b1e3f;font-size:22px;border:1px solid #ead7dd}
.giverr-single--ideal .giverr-single__promo-icon span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:10px;background:#8b1e3f;color:#fff;font-size:15px;line-height:1}
.giverr-single--ideal .giverr-single__promo-copy{display:flex;flex-direction:column;gap:6px}
.giverr-single--ideal .giverr-single__promo-copy strong{font-size:16px;color:#36272d;font-weight:700}
.giverr-single--ideal .giverr-single__promo-copy span{font-size:14px;line-height:1.6;color:#6f5f66}
.giverr-single--ideal .giverr-single__promo-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:14px;border:1px solid #8b1e3f;background:#8b1e3f;color:#fff;font-size:14px;font-weight:700;text-decoration:none;box-shadow:0 12px 24px rgba(139,30,63,.18)}
.giverr-single--ideal .giverr-single__promo-button:hover{background:#7b1736;border-color:#7b1736;color:#fff}

.giverr-single--ideal .giverr-single__rights{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid #ead7dd;border-radius:14px;background:#fff7f9;margin-top:12px}
.giverr-single--ideal .giverr-single__rights-icon{width:28px;height:28px;border-radius:999px;background:#8b1e3f;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:17px;line-height:1;flex:0 0 28px}
.giverr-single--ideal .giverr-single__rights strong{display:block;margin-bottom:4px;color:#35272d;font-size:13px}
.giverr-single--ideal .giverr-single__rights p{margin:0;font-size:12px;line-height:1.6;color:#6f5e66}
.giverr-single--ideal .giverr-single__rights a{color:#8b1e3f;font-weight:700}

.giverr-single--ideal .giverr-single__purchase-subscribe{color:#8b1e3f}
.giverr-single--ideal .giverr-single__purchase-cta{background:#2a2529;border-color:#2a2529;color:#fff;border-radius:10px}
.giverr-single--ideal .giverr-single__purchase-contact{background:#fff;border-color:#d7c4ca;color:#6d2339;border-radius:10px}
.giverr-single--ideal .giverr-single__purchase-contact:hover{background:#fff7f9;color:#6d2339}

.giverr-button,.giverr-home-button,.giverr-single--ideal .giverr-single__promo-button,.giverr-profile__cta-strip .giverr-button{border-radius:12px}
.giverr-button:not(.giverr-button--secondary):not(.giverr-button--ghost):not(.giverr-button--disabled){background:#8b1e3f;border-color:#8b1e3f;color:#fff}
.giverr-button:not(.giverr-button--secondary):not(.giverr-button--ghost):not(.giverr-button--disabled):hover{background:#7b1736;border-color:#7b1736;color:#fff}
.giverr-button--secondary,.giverr-button--ghost{background:#fff!important;border-color:#d7c4ca!important;color:#6d2339!important}
.giverr-button--secondary:hover,.giverr-button--ghost:hover{background:#fff7f9!important;color:#6d2339!important}
.giverr-chip--alert{background:#fff2f5;color:#8b1e3f;border-color:#ead7dd}
.giverr-text-link,.giverr-notification-feed__item strong+a,.giverr-profile__portfolio-copy a{color:#8b1e3f}
.giverr-status-badge--late,.giverr-status-badge--delivered,.giverr-status-badge--approved,.giverr-status-badge--paid{background:#fff2f5;color:#8b1e3f;border:1px solid #ead7dd}

@media (max-width: 900px){
  .giverr-single--ideal .giverr-single__promo{grid-template-columns:1fr;justify-items:flex-start}
  .giverr-single--ideal .giverr-single__promo-button{width:100%}
}
@media (max-width: 767px){
  .giverr-public-flash__dialog{padding:24px 20px 20px}
  .giverr-public-flash__dialog h3{font-size:24px}
}

:root{
  --giverr-burgundy:#8b1e3f;
  --giverr-burgundy-dark:#701730;
  --giverr-burgundy-soft:#fff4f7;
  --giverr-burgundy-border:#e6cfd7;
}
.giverr-switch-modern__input:checked + .giverr-switch-modern__track,.giverr-toggle input:checked + .giverr-toggle__track,.giverr-home-header__switch,.giverr-market-home__tab.is-active,.giverr-single__tab.is-active,.giverr-home-dropdown__item:hover,.giverr-home-dropdown__card:hover,.giverr-text-link:hover,.giverr-market-home__mega-col a:hover,.giverr-market-home__catalog-col a:hover{color:var(--giverr-burgundy)!important;border-color:var(--giverr-burgundy)!important}
.giverr-switch-modern__input:checked + .giverr-switch-modern__track,.giverr-toggle input:checked + .giverr-toggle__track,.giverr-home-button,.giverr-single__promo-button,.giverr-profile__cta-strip .giverr-button:not(.giverr-button--secondary){background:var(--giverr-burgundy)!important;border-color:var(--giverr-burgundy)!important}
.giverr-home-button:hover,.giverr-single__promo-button:hover{background:var(--giverr-burgundy-dark)!important;border-color:var(--giverr-burgundy-dark)!important}
.giverr-home-header__join,.giverr-market-home__share,.giverr-profile__contact-card .giverr-button--secondary,.giverr-workspace-nav a.is-active{border-color:var(--giverr-burgundy-border)!important;color:var(--giverr-burgundy)!important}
.giverr-workspace-nav a.is-active,.giverr-market-home__tab.is-active{box-shadow:inset 0 -2px 0 var(--giverr-burgundy)!important}
.giverr-chip,.giverr-status-badge,.giverr-pill{border-color:var(--giverr-burgundy-border)!important}


.giverr-market-home__actions{position:relative;z-index:320}
.giverr-market-home__actions-logged{display:flex;align-items:center;gap:14px}
.giverr-market-home__top-item{position:relative;z-index:320}
.giverr-market-home__top-menu{z-index:360 !important}
.giverr-market-home__mega-shell{z-index:220 !important}
.giverr-market-home__top-item[data-top-dropdown="pro"] .giverr-market-home__top-menu{min-width:380px;max-width:380px}
.giverr-market-home__top-item[data-top-dropdown="explore"] .giverr-market-home__top-menu{min-width:320px;max-width:320px}
.giverr-market-home__tab{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.giverr-market-home__tab.is-active{color:var(--giverr-burgundy)!important;border-bottom-color:var(--giverr-burgundy)!important}
.giverr-market-home__top-trigger:hover,.giverr-market-home__top-trigger:focus,.giverr-market-home__top-card:hover,.giverr-market-home__top-card:focus{border-color:var(--giverr-burgundy)!important;color:var(--giverr-burgundy)!important}
.giverr-market-home__join,.giverr-market-home__actions a:hover{border-color:var(--giverr-burgundy)!important;color:var(--giverr-burgundy)!important}
.giverr-marketing-page{background:#f6f2f3;padding:42px 0 64px}
.giverr-marketing-page__wrap{width:min(1180px,calc(100vw - 32px));margin:0 auto;display:grid;gap:28px}
.giverr-marketing-page__hero{display:grid;grid-template-columns:minmax(0,1.1fr) 360px;gap:28px;align-items:center;background:#fff;border:1px solid #ead9df;border-radius:24px;padding:34px 36px;box-shadow:0 12px 30px rgba(122,31,54,.08)}
.giverr-marketing-page__eyebrow{display:inline-flex;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#7a1f36;margin-bottom:10px}
.giverr-marketing-page h1{margin:0 0 14px;font-size:42px;line-height:1.05;color:#221821}
.giverr-marketing-page p{margin:0 0 16px;color:#5f4650;font-size:17px;line-height:1.7}
.giverr-marketing-page ul{margin:0;padding-left:20px;color:#3b2a31;display:grid;gap:8px}
.giverr-marketing-page__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.giverr-marketing-page__art{min-height:240px;border-radius:24px;background:linear-gradient(145deg,#7a1f36 0%,#2d1f24 100%);position:relative;overflow:hidden}
.giverr-marketing-page__art span{position:absolute;border-radius:999px;background:rgba(255,255,255,.12)}
.giverr-marketing-page__art span:nth-child(1){width:180px;height:180px;top:-20px;right:-40px}
.giverr-marketing-page__art span:nth-child(2){width:120px;height:120px;bottom:18px;left:24px}
.giverr-marketing-page__art span:nth-child(3){width:76px;height:76px;bottom:44px;right:54px}
.giverr-marketing-page__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.giverr-marketing-page__card{background:#fff;border:1px solid #ead9df;border-radius:18px;padding:20px;box-shadow:0 10px 24px rgba(122,31,54,.05)}
.giverr-marketing-page__card h3{margin:0 0 10px;font-size:18px;color:#221821}
.giverr-marketing-page__card p{margin:0;font-size:14px;color:#604650}
@media (max-width: 960px){.giverr-marketing-page__hero{grid-template-columns:1fr}.giverr-marketing-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 640px){.giverr-marketing-page{padding:26px 0 46px}.giverr-marketing-page__wrap{width:min(100vw - 20px,100%)}.giverr-marketing-page__hero{padding:24px 18px;border-radius:18px}.giverr-marketing-page h1{font-size:32px}.giverr-marketing-page__grid{grid-template-columns:1fr}}

.giverr-market-home__nav,.giverr-market-home__mega-shell{overflow:visible !important}
.giverr-market-home__wrap{overflow:visible !important}
.giverr-market-home__tabs{padding-left:0 !important;padding-right:12px !important;scroll-padding-left:0 !important;scroll-padding-right:24px !important}
.giverr-market-home__tabs > .giverr-market-home__tab:first-child{margin-left:0 !important}
.giverr-market-home__mega-shell .giverr-market-home__wrap{padding-left:0 !important;padding-right:0 !important}
.giverr-marketplace-route .giverr-market-home__nav,.giverr-marketplace-search-route .giverr-market-home__nav{left:auto !important;right:auto !important}


.giverr-market-home__tabs{padding-left:16px !important;scroll-padding-left:16px !important}
.giverr-market-home__tabs > .giverr-market-home__tab:first-child{margin-left:0 !important}
.giverr-market-home__top-menu[data-top-menu="pro"]{min-width:320px !important;max-width:320px !important;width:320px !important}
.giverr-marketing-page{background:#f7f7f8;color:#202020;padding:0 0 56px}
.giverr-marketing-page__wrap{width:min(1240px,calc(100vw - 48px));margin:0 auto}
.giverr-marketing-page__subnav{display:flex;gap:18px;overflow:auto;padding:12px 0 10px;border-bottom:1px solid #e5e5e8;margin-bottom:18px;white-space:nowrap}
.giverr-marketing-page__subnav a{color:#666;text-decoration:none;font-size:13px}
.giverr-marketing-page__hero{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:center;background:linear-gradient(135deg,#012f18,#034d28);color:#fff;border-radius:16px;padding:40px 42px;margin:20px 0 34px}
.giverr-marketing-page__hero h1{font-size:48px;line-height:1.05;margin:0 0 16px;font-weight:700}
.giverr-marketing-page__hero p{font-size:18px;line-height:1.6;max-width:560px;margin:0 0 18px;color:#ecf4ef}
.giverr-marketing-page__cta-row{display:flex;gap:12px;flex-wrap:wrap}
.giverr-marketing-page__cta-row .giverr-button,.giverr-marketing-page__cta-row a{border-radius:10px}
.giverr-marketing-page__artboard{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.giverr-marketing-page__tile{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:14px;min-height:110px;padding:16px;display:flex;align-items:flex-end;font-weight:700}
.giverr-marketing-page__section{margin:28px 0 0}
.giverr-marketing-page__section h2{font-size:34px;line-height:1.1;margin:0 0 10px;color:#202020}
.giverr-marketing-page__section p.section-copy{font-size:16px;color:#63656a;max-width:760px;margin:0 0 22px}
.giverr-marketing-page__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.giverr-marketing-page__cards--four{grid-template-columns:repeat(4,minmax(0,1fr))}
.giverr-marketing-page__card{background:#fff;border:1px solid #ececef;border-radius:16px;padding:24px;box-shadow:0 8px 22px rgba(15,23,42,.04)}
.giverr-marketing-page__card h3{margin:0 0 10px;font-size:20px;color:#202020}
.giverr-marketing-page__card p{margin:0;color:#666;line-height:1.6;font-size:15px}
.giverr-marketing-page__process{background:#f6eef0;border-radius:18px;padding:28px 30px}
.giverr-marketing-page__steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:18px}
.giverr-marketing-page__step{background:#fff;border-radius:14px;padding:20px;border:1px solid #eee4e7;text-align:center}
.giverr-marketing-page__step strong{display:block;font-size:18px;margin-top:10px}
.giverr-marketing-page__quote{display:grid;grid-template-columns:220px 1fr;gap:22px;align-items:center;background:#fff;border:1px solid #ececef;border-radius:18px;padding:26px}
.giverr-marketing-page__quote-photo{height:220px;border-radius:16px;background:linear-gradient(135deg,#eadced,#f7f7fb)}
.giverr-marketing-page__quote h3{font-size:34px;line-height:1.15;margin:0 0 10px}
.giverr-marketing-page__footer-cta{margin-top:34px;background:linear-gradient(135deg,#024924,#05622d);color:#fff;border-radius:18px;padding:42px;text-align:center}
.giverr-marketing-page__footer-cta h2{font-size:46px;line-height:1.04;margin:0 0 16px}
.giverr-marketing-page__three-cta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:26px}
.giverr-marketing-page__three-cta .giverr-marketing-page__card{padding:22px}
.giverr-marketing-page--light .giverr-marketing-page__hero{background:linear-gradient(135deg,#0d532f,#0a6f41)}
@media (max-width: 960px){.giverr-marketing-page__hero{grid-template-columns:1fr;padding:30px}.giverr-marketing-page__hero h1{font-size:38px}.giverr-marketing-page__cards,.giverr-marketing-page__cards--four,.giverr-marketing-page__steps,.giverr-marketing-page__three-cta{grid-template-columns:1fr 1fr}.giverr-marketing-page__quote{grid-template-columns:1fr}.giverr-marketing-page__footer-cta h2{font-size:34px}}
@media (max-width: 640px){.giverr-marketing-page__wrap{width:min(100vw - 24px,100%)}.giverr-marketing-page__cards,.giverr-marketing-page__cards--four,.giverr-marketing-page__steps,.giverr-marketing-page__three-cta{grid-template-columns:1fr}.giverr-marketing-page__hero h1{font-size:30px}}

.giverr-profile__portfolio-main,.giverr-profile__portfolio-thumb,.giverr-profile__portfolio-count-card,.giverr-profile__portfolio-link{text-decoration:none;color:inherit}.giverr-profile__portfolio-main:hover img,.giverr-profile__portfolio-thumb:hover img{opacity:.96}.giverr-profile__portfolio-link:hover{color:inherit;text-decoration:none}
.giverr-briefs-page{display:grid;gap:24px;padding:24px 0}.giverr-briefs-page__head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.giverr-briefs-page__head h1{margin:0 0 8px;font-size:28px;line-height:1.1}.giverr-briefs-page__head p{margin:0;color:#687385;max-width:720px}.giverr-briefs-page__learn{font-size:13px;font-weight:600;white-space:nowrap}.giverr-brief-tabs{display:flex;gap:28px;border-bottom:1px solid #dfe3e8}.giverr-brief-tabs__item{position:relative;padding:0 0 14px;color:#6b7280;font-weight:600}.giverr-brief-tabs__item.is-active{color:#111827}.giverr-brief-tabs__item.is-active::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#111827}.giverr-brief-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}.giverr-brief-card,.giverr-brief-side-card,.giverr-brief-overview{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 6px 20px rgba(15,23,42,.04)}.giverr-brief-table{width:100%;border-collapse:collapse}.giverr-brief-table th,.giverr-brief-table td{padding:16px;border-bottom:1px solid #edf0f3;text-align:left;vertical-align:top;font-size:14px}.giverr-brief-table tr:last-child td{border-bottom:0}.giverr-brief-table tr.is-selected{background:#fafafa}.giverr-brief-table__title{display:block;font-size:15px;font-weight:700;color:#111827;margin-bottom:6px}.giverr-brief-table__title+span,.giverr-brief-table__meta{display:block;color:#6b7280;font-size:13px;margin-top:6px}.giverr-brief-status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;background:#eef2ff;color:#1d4ed8}.giverr-brief-status--inactive,.giverr-brief-status--rejected{background:#f3f4f6;color:#374151}.giverr-brief-status--hired,.giverr-brief-status--response_sent,.giverr-brief-status--live{background:#e8f7ee;color:#107c41}.giverr-brief-status--no_invites_sent{background:#fff7ed;color:#c2410c}.giverr-brief-empty{min-height:280px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;display:grid;place-items:center;text-align:center;padding:24px}.giverr-brief-empty h2{margin:0 0 10px;font-size:24px}.giverr-brief-empty p{margin:0;color:#6b7280;max-width:520px}.giverr-brief-side-card{padding:28px;display:grid;gap:16px}.giverr-brief-side-card h3{margin:0;font-size:18px}.giverr-brief-side-card ul{margin:0;padding-left:18px;display:grid;gap:12px;color:#374151}.giverr-brief-side-card a{font-weight:600}.giverr-brief-side-card__icon{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:#f3f4f6;font-size:22px}.giverr-brief-side-card__stats{display:grid;grid-template-columns:1fr 1fr;gap:14px}.giverr-brief-side-card__stats div{border:1px solid #edf0f3;border-radius:14px;padding:14px}.giverr-brief-side-card__stats strong{display:block;font-size:24px;line-height:1.1}.giverr-brief-side-card__stats span{display:block;margin-top:6px;color:#6b7280;font-size:13px}.giverr-brief-overview{padding:0;overflow:hidden}.giverr-brief-overview__head{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid #edf0f3}.giverr-brief-overview__head h2{margin:0;font-size:16px}.giverr-brief-overview__head span{display:block;margin-top:4px;font-size:13px;color:#6b7280}.giverr-brief-overview__close{font-size:28px;line-height:1;color:#4b5563}.giverr-brief-overview__body{padding:24px;display:grid;gap:20px}.giverr-brief-overview__title h3{margin:0 0 8px;font-size:24px}.giverr-brief-overview__title p{margin:0;color:#6b7280}.giverr-brief-overview__tabs{display:flex;gap:28px;border-bottom:1px solid #edf0f3;padding-bottom:14px}.giverr-brief-overview__tabs span{font-weight:600;color:#6b7280}.giverr-brief-overview__tabs .is-active{color:#111827}.giverr-brief-overview__section{display:grid;gap:10px}.giverr-brief-overview__section h4{margin:0;font-size:14px}.giverr-brief-overview__copy p{margin:0 0 10px}.giverr-brief-overview__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-top:12px;border-top:1px solid #edf0f3}.giverr-brief-overview__meta span{display:block;margin-bottom:6px;color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.giverr-brief-overview__meta strong{font-size:18px}.giverr-brief-response{display:grid;gap:12px;padding:20px;border:1px solid #edf0f3;border-radius:14px;background:#fafafa}.giverr-brief-response label{display:grid;gap:8px}.giverr-brief-response textarea{min-height:120px}.giverr-brief-response__actions{display:flex;gap:12px;flex-wrap:wrap}.giverr-brief-response--sent strong{display:block;font-size:15px}.giverr-brief-response--sent span{display:block;color:#6b7280;font-size:13px;margin-top:6px}.giverr-help-article{padding:24px 0}.giverr-help-article__top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}.giverr-help-article__crumbs{font-size:12px;color:#6b7280}.giverr-help-article__crumbs span{margin:0 6px}.giverr-help-article__search input{width:320px;max-width:100%;border:1px solid #d1d5db;border-radius:12px;padding:12px 14px}.giverr-help-article__shell{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px}.giverr-help-article__aside{border-right:1px solid #e5e7eb;padding-right:20px}.giverr-help-article__aside h3{margin:0 0 16px;font-size:22px}.giverr-help-article__aside ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.giverr-help-article__aside a{font-size:14px;color:#4b5563}.giverr-help-article__content{display:grid;gap:22px;max-width:820px}.giverr-help-article__content h1{margin:0;font-size:44px;line-height:1.06;letter-spacing:-.03em}.giverr-help-article__content h2{margin:0;font-size:28px;line-height:1.15}.giverr-help-article__content p,.giverr-help-article__content li{font-size:15px;line-height:1.75;color:#3f4652}.giverr-help-article__hero{min-height:260px;border-radius:20px;background:linear-gradient(135deg,#f8dfe8,#fbeff4);display:grid;place-items:center;overflow:hidden}.giverr-help-article__hero-card{width:min(520px,88%);background:#fff;border-radius:22px;padding:28px;text-align:center;box-shadow:0 20px 50px rgba(31,41,55,.12)}.giverr-help-article__hero-card strong{display:block;font-size:34px;line-height:1.05;margin-bottom:10px}.giverr-help-article__hero-card span{display:block;color:#6b7280;line-height:1.65}.giverr-help-article__steps{margin:0;padding-left:22px;display:grid;gap:12px}.giverr-help-article__callout,.giverr-help-article__success{border:1px solid #dce7df;border-radius:16px;padding:18px 20px;background:#f7fbf8}.giverr-help-article__callout strong{display:block;margin-bottom:8px}.giverr-help-article__checklist{margin:0;padding-left:20px;display:grid;gap:12px}.giverr-help-article__accordion{display:grid;gap:14px}.giverr-help-article__accordion details{border:1px solid #e5e7eb;border-radius:14px;background:#fff;overflow:hidden}.giverr-help-article__accordion summary{cursor:pointer;list-style:none;padding:18px 20px;font-weight:700}.giverr-help-article__accordion summary::-webkit-details-marker{display:none}.giverr-help-article__panel{padding:0 20px 18px}.giverr-page-head--earnings{align-items:flex-start}.giverr-workspace-card--earnings-activity{padding-bottom:8px}.giverr-earnings-filters{display:flex;gap:12px}.giverr-earnings-filter{border:1px solid #d1d5db;border-radius:10px;background:#fff;padding:10px 14px;font-weight:600;font-size:13px}.giverr-earnings-results{padding:0 24px 14px;color:#6b7280;font-size:13px}.giverr-earnings-activity-item{display:grid;gap:8px}.giverr-earnings-progress{width:96px;height:6px;border-radius:999px;background:#e5e7eb;overflow:hidden}.giverr-earnings-progress span{display:block;height:100%;background:#bfc5ce}.giverr-earnings-ledger td,.giverr-earnings-ledger th{vertical-align:middle}.giverr-earnings-summary__body{gap:24px}.giverr-earnings-summary__body strong{font-size:20px}.giverr-earnings-summary__body small{display:block;margin-top:8px;color:#6b7280}
@media (max-width:1024px){.giverr-brief-layout,.giverr-help-article__shell{grid-template-columns:1fr}.giverr-help-article__aside{border-right:0;padding-right:0}.giverr-brief-overview__meta{grid-template-columns:1fr}.giverr-briefs-page__head,.giverr-help-article__top{flex-direction:column;align-items:flex-start}}
@media (max-width:640px){.giverr-brief-table{display:block;overflow-x:auto}.giverr-brief-tabs{gap:18px}.giverr-help-article__content h1{font-size:34px}.giverr-help-article__content h2{font-size:24px}.giverr-help-article__hero-card strong{font-size:28px}}
.giverr-market-home--workspace-article{position:sticky!important;top:0!important;z-index:150!important;background:#fff!important}
body.admin-bar .giverr-market-home--workspace-article{top:32px!important}
@media (max-width:782px){body.admin-bar .giverr-market-home--workspace-article{top:46px!important}}
.giverr-help-article{padding:24px 0 40px}
.giverr-help-article__top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid #e5e7eb}
.giverr-help-article__crumbs{font-size:12px;color:#6b7280}
.giverr-help-article__crumbs a{color:#6b7280}
.giverr-help-article__crumbs span{margin:0 6px}
.giverr-help-article__search{display:flex;align-items:center;gap:0;max-width:360px;width:100%}
.giverr-help-article__search input{width:100%;border:1px solid #d1d5db;border-right:0;border-radius:12px 0 0 12px;padding:12px 14px;font-size:14px;background:#fff}
.giverr-help-article__search button{width:48px;height:46px;border:1px solid #d1d5db;border-left:0;border-radius:0 12px 12px 0;background:#fff;color:#374151;font-size:16px}
.giverr-help-article__shell{display:grid;grid-template-columns:220px minmax(0,760px);gap:36px;align-items:start}
.giverr-help-article__aside{border-right:1px solid #e5e7eb;padding-right:22px}
.giverr-help-article__aside-stick{position:sticky;top:110px;display:grid;gap:16px}
body.admin-bar .giverr-help-article__aside-stick{top:142px}
@media (max-width:782px){body.admin-bar .giverr-help-article__aside-stick{top:156px}}
.giverr-help-article__aside h3{margin:0;font-size:28px;line-height:1.15}
.giverr-help-article__aside ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.giverr-help-article__aside li{margin:0}
.giverr-help-article__aside a{display:block;font-size:13px;line-height:1.5;color:#6b7280}
.giverr-help-article__content{display:grid;gap:22px;max-width:760px}
.giverr-help-article__content h1{margin:0;font-size:24px;line-height:1.2;letter-spacing:-.02em}
.giverr-help-article__content h2{margin:8px 0 0;font-size:16px;line-height:1.35}
.giverr-help-article__content h3{margin:0;font-size:15px;line-height:1.4}
.giverr-help-article__content p,.giverr-help-article__content li{font-size:13px;line-height:1.7;color:#374151}
.giverr-help-article__content ul,.giverr-help-article__content ol{margin:0;padding-left:18px;display:grid;gap:8px}
.giverr-help-article__media{border-top:1px solid #e5e7eb;padding-top:18px}
.giverr-help-article__media img{display:block;width:100%;border:1px solid #e5e7eb;border-radius:0;object-fit:cover;background:#f8fafc}
.giverr-help-article__tab-card{border:1px solid #dfe3e8;background:#fff}
.giverr-help-article__tab-strip{display:flex;align-items:center;gap:0;border-bottom:1px solid #dfe3e8;background:#fafafa}
.giverr-help-article__tab-strip button{appearance:none;border:0;background:transparent;padding:12px 16px;font-size:13px;font-weight:600;color:#6b7280}
.giverr-help-article__tab-strip .is-active{background:#fff;color:#111827;box-shadow:inset 0 -2px 0 #111827}
.giverr-help-article__tab-panel{padding:16px}
.giverr-help-article__checklist{padding-left:18px}
.giverr-help-article__callout,.giverr-help-article__success{border:1px solid #cfe7d8;background:#eef9f2;border-radius:4px;padding:14px 16px}
.giverr-help-article__callout strong{display:block;margin-bottom:6px}
.giverr-help-article__accordion{display:grid;gap:0;border:1px solid #dfe3e8;border-radius:4px;overflow:hidden}
.giverr-help-article__accordion details{border-radius:0;border:0;border-bottom:1px solid #dfe3e8;background:#fff}
.giverr-help-article__accordion details:last-child{border-bottom:0}
.giverr-help-article__accordion summary{cursor:pointer;list-style:none;padding:14px 16px;font-size:13px;font-weight:600;position:relative}
.giverr-help-article__accordion summary::-webkit-details-marker{display:none}
.giverr-help-article__accordion summary::after{content:'⌃';position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:12px;color:#6b7280}
.giverr-help-article__accordion details:not([open]) summary::after{content:'⌄'}
.giverr-help-article__panel{padding:0 16px 16px}
.giverr-help-article__pager{display:grid;grid-template-columns:1fr 1fr;gap:32px;padding-top:10px}
.giverr-help-article__pager-link{display:grid;gap:6px;color:#111827}
.giverr-help-article__pager-link span{font-size:13px;color:#111827}
.giverr-help-article__pager-link strong{font-size:12px;line-height:1.6;font-weight:500;color:#4b5563}
.giverr-help-article__pager-link--next{text-align:right}
.giverr-help-article__helpful{display:grid;gap:12px;padding-top:6px;border-top:1px solid #e5e7eb}
.giverr-help-article__helpful h3{font-size:14px}
.giverr-help-article__helpful-actions{display:flex;gap:8px}
.giverr-help-article__helpful-actions button{appearance:none;border:1px solid #111827;background:#fff;color:#111827;border-radius:4px;padding:7px 16px;font-size:12px;font-weight:600}
.giverr-help-article__related{display:grid;gap:10px}
.giverr-help-article__related h3{font-size:15px}
.giverr-help-article__related ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.giverr-help-article__related a{font-size:13px;color:#4b5563}
.giverr-help-article__support{margin-top:14px;padding:40px 32px;background:#f5f5f5;display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:24px;align-items:end}
.giverr-help-article__support h3{margin:0 0 6px;font-size:30px;line-height:1.15}
.giverr-help-article__support p{margin:0 0 18px}
.giverr-help-article__support-button{display:inline-flex;align-items:center;justify-content:center;min-width:96px;padding:10px 16px;border-radius:6px;background:#111827;color:#fff;font-size:13px;font-weight:600}
.giverr-help-article__support-visual{height:140px;position:relative}
.giverr-help-article__support-visual span{position:absolute;display:block;border-radius:999px;background:#111827}
.giverr-help-article__support-visual span:nth-child(1){width:84px;height:84px;right:36px;bottom:12px;opacity:.95}
.giverr-help-article__support-visual span:nth-child(2){width:42px;height:42px;right:0;bottom:8px;background:#22c55e}
.giverr-help-article__support-visual span:nth-child(3){width:54px;height:6px;left:10px;bottom:0;background:#111827;border-radius:6px}
@media (max-width:1024px){.giverr-help-article__shell{grid-template-columns:1fr}.giverr-help-article__aside{border-right:0;padding-right:0}.giverr-help-article__aside-stick{position:static}.giverr-help-article__pager{grid-template-columns:1fr}.giverr-help-article__pager-link--next{text-align:left}.giverr-help-article__support{grid-template-columns:1fr}}
@media (max-width:640px){.giverr-help-article__top{align-items:flex-start;flex-direction:column}.giverr-help-article__search{max-width:100%}.giverr-help-article__content h1{font-size:21px}.giverr-help-article__support{padding:28px 20px}.giverr-help-article__support h3{font-size:24px}}
.giverr-article-archive{display:grid;gap:26px;padding:28px 0 44px}.giverr-article-archive__hero{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;padding:28px 30px;border:1px solid #e5e7eb;border-radius:24px;background:linear-gradient(135deg,#ffffff,#f7fafc)}.giverr-article-archive__eyebrow{display:inline-flex;margin-bottom:10px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.giverr-article-archive__hero h1{margin:0 0 10px;font-size:32px;line-height:1.1}.giverr-article-archive__hero p{margin:0;max-width:760px;font-size:14px;line-height:1.75;color:#586174}.giverr-article-archive__cta{display:inline-flex;align-items:center;justify-content:center;min-width:136px;padding:12px 18px;border-radius:12px;background:#111827;color:#fff;font-size:13px;font-weight:700}.giverr-article-archive__filters{display:flex;gap:10px;flex-wrap:wrap}.giverr-article-archive__filter{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border:1px solid #dbe2ea;border-radius:999px;background:#fff;color:#4b5563;font-size:12px;font-weight:700}.giverr-article-archive__filter.is-active{background:#111827;border-color:#111827;color:#fff}.giverr-article-archive__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.giverr-article-card{display:grid;grid-template-rows:auto 1fr;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 10px 32px rgba(15,23,42,.05)}.giverr-article-card__thumb{display:block;aspect-ratio:1.35;background:#f5f7fb}.giverr-article-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.giverr-article-archive__placeholder{width:100%;height:100%;min-height:220px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.giverr-article-card__body{display:grid;align-content:start;gap:12px;padding:18px}.giverr-article-card__tag{display:inline-flex;justify-self:start;padding:6px 10px;border-radius:999px;background:#f3f4f6;color:#374151;font-size:11px;font-weight:700}.giverr-article-card__body h2{margin:0;font-size:17px;line-height:1.35}.giverr-article-card__body p{margin:0;font-size:13px;line-height:1.7;color:#586174}.giverr-article-card__link{font-size:13px;font-weight:700;color:#111827}.giverr-article-archive__pagination .page-numbers{display:flex;gap:10px;list-style:none;padding:0;margin:0;flex-wrap:wrap}.giverr-article-archive__pagination a,.giverr-article-archive__pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 12px;border:1px solid #dbe2ea;border-radius:12px;background:#fff;color:#111827;font-size:13px;font-weight:700}.giverr-article-archive__pagination .current{background:#111827;border-color:#111827;color:#fff}.giverr-article-archive__empty{grid-column:1/-1;padding:60px 24px;border:1px dashed #dbe2ea;border-radius:20px;background:#fff;text-align:center}.giverr-help-article__header{display:grid;gap:12px}.giverr-help-article__header p{margin:0}.giverr-help-article__section{display:grid;gap:14px}.giverr-help-article__list--check{list-style:none;padding-left:0}.giverr-help-article__list--check li{position:relative;padding-left:26px}.giverr-help-article__list--check li::before{content:'✓';position:absolute;left:0;top:0;color:#111827;font-weight:700}.giverr-help-article__article{display:grid;gap:24px}
@media (max-width:1200px){.giverr-article-archive__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:960px){.giverr-article-archive__hero{flex-direction:column;align-items:flex-start}.giverr-article-archive__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.giverr-article-archive__grid{grid-template-columns:1fr}.giverr-article-archive__hero{padding:22px}.giverr-article-archive__hero h1{font-size:26px}}


.giverr-single__gallery-main {
  position: relative;
}
.giverr-single__gallery-main img,
.giverr-single__gallery-current,
.giverr-single--ideal .giverr-single__gallery-current {
  object-fit: cover !important;
  object-position: center center !important;
  background-position: center center;
  background-repeat: no-repeat;
}
.giverr-lightbox__dialog {
  width: min(94vw, 1440px);
  max-width: min(94vw, 1440px);
  max-height: calc(100vh - 32px);
  padding: 56px 0 20px;
  box-sizing: border-box;
}
.giverr-lightbox__stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-height: calc(100vh - 108px);
}
.giverr-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(0,0,0,.45);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.giverr-lightbox__nav--prev { left: 16px; }
.giverr-lightbox__nav--next { right: 16px; }
.giverr-lightbox__thumbs {
  display: flex;
  gap: 10px;
  max-width: min(88vw, 1100px);
  overflow-x: auto;
  padding: 4px 2px 2px;
}
.giverr-lightbox__thumb {
  flex: 0 0 auto;
  width: 86px;
  height: 64px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
}
.giverr-lightbox__thumb.is-active {
  border-color: #fff;
}
.giverr-lightbox__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.giverr-lightbox__image {
  max-width: min(92vw, 1360px);
  max-height: calc(100vh - 190px);
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center center;
}
.giverr-lightbox__close {
  top: 0;
  right: 0;
}
body.giverr-lightbox-open {
  overflow: hidden;
}
@media (max-width: 767px) {
  .giverr-lightbox {
    padding: 18px;
  }
  .giverr-lightbox__dialog {
    width: 100%;
    max-height: calc(100vh - 20px);
    padding: 50px 0 16px;
  }
  .giverr-lightbox__nav {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }
  .giverr-lightbox__nav--prev { left: 6px; }
  .giverr-lightbox__nav--next { right: 6px; }
  .giverr-lightbox__thumb {
    width: 72px;
    height: 54px;
  }
  .giverr-lightbox__image {
    max-height: calc(100vh - 170px);
  }
}


.giverr-single__gallery-main,
.giverr-single__gallery-main img,
.giverr-single__gallery-current,
.giverr-single--ideal .giverr-single__gallery-current {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.giverr-lightbox {
  padding: 16px !important;
  box-sizing: border-box;
}
.giverr-lightbox__dialog {
  width: min(94vw, 1120px) !important;
  max-width: min(94vw, 1120px) !important;
  max-height: calc(100vh - 32px) !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.giverr-lightbox__viewer {
  position: relative !important;
  width: min(94vw, 1120px) !important;
  max-width: 100% !important;
}
.giverr-lightbox__stage {
  position: relative !important;
  width: 100% !important;
  height: min(82vh, 820px) !important;
  max-height: calc(100vh - 32px) !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  background: #000 !important;
}
.giverr-lightbox__image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #000 !important;
}
.giverr-lightbox__close {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  z-index: 7 !important;
}
.giverr-lightbox__nav {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 6 !important;
}
.giverr-lightbox__nav--prev {
  left: 10px !important;
}
.giverr-lightbox__nav--next {
  right: 10px !important;
}
.giverr-lightbox__thumbs {
  display: none !important;
}
body.giverr-lightbox-open {
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .giverr-lightbox {
    padding: 8px !important;
  }
  .giverr-lightbox__dialog {
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
    max-height: calc(100vh - 16px) !important;
  }
  .giverr-lightbox__viewer {
    width: 100% !important;
  }
  .giverr-lightbox__stage {
    height: calc(100vh - 16px) !important;
    max-height: calc(100vh - 16px) !important;
    border-radius: 8px !important;
  }
  .giverr-lightbox__close {
    top: 8px !important;
    right: 8px !important;
  }
  .giverr-lightbox__nav--prev {
    left: 8px !important;
  }
  .giverr-lightbox__nav--next {
    right: 8px !important;
  }
}


.giverr-lightbox__stage {
  position: relative !important;
  overflow: hidden !important;
  background: #000 !important;
}
.giverr-lightbox__image {
  object-fit: contain !important;
  object-position: center center !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
}


.giverr-single__gallery {
  min-width: 0 !important;
}
.giverr-single__gallery-main {
  position: relative !important;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #f3f4f6 !important;
}
.giverr-single__gallery-main img,
.giverr-single__gallery-current,
.giverr-single--ideal .giverr-single__gallery-current {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f3f4f6 !important;
}
.giverr-single__thumb,
.giverr-single__thumb img {
  background: #f3f4f6 !important;
}
@media (max-width: 1024px) {
  .giverr-single__gallery-main {
    aspect-ratio: 4 / 3 !important;
  }
}
@media (max-width: 767px) {
  .giverr-single__gallery-main {
    aspect-ratio: 1 / 1 !important;
  }
}

.giverr-order-form__intro{
  display:grid;
  gap:10px;
  margin-bottom:24px;
}
.giverr-order-form__intro h2{
  margin:0;
}
.giverr-order-form__intro p{
  margin:0;
  color:#4b5563;
}
.giverr-order-form__gig{
  display:grid;
  grid-template-columns:minmax(220px,320px) minmax(0,1fr);
  gap:20px;
  align-items:stretch;
}
.giverr-order-form__gig-media{
  border:1px solid #e5e7eb;
  border-radius:18px;
  overflow:hidden;
  background:#f8fafc;
  min-height:220px;
}
.giverr-order-form__gig-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
}
.giverr-order-form__gig-copy{
  display:grid;
  align-content:center;
  gap:18px;
}
.giverr-order-form__gig-copy strong{
  font-size:28px;
  line-height:1.2;
}
.giverr-order-form__seller{
  display:flex;
  align-items:center;
  gap:14px;
}
.giverr-order-form__seller-avatar,
.giverr-order-form__seller-avatar-image{
  width:64px;
  height:64px;
  border-radius:999px;
  overflow:hidden;
  flex:0 0 64px;
}
.giverr-order-form__seller-copy{
  display:grid;
  gap:4px;
}
.giverr-order-form__seller-copy span{
  font-weight:700;
  color:#111827;
}
.giverr-order-form__seller-copy small{
  color:#6b7280;
  font-size:13px;
}
.giverr-order-form__requirements-toggle{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin:0 0 18px;
  padding:16px 18px;
  border:1px solid #e5e7eb;
  border-radius:18px;
  background:#fff;
}
.giverr-order-form__requirements-toggle-copy{
  display:grid;
  gap:6px;
}
.giverr-order-form__requirements-toggle-copy strong{
  font-size:15px;
  color:#111827;
}
.giverr-order-form__requirements-toggle-copy p{
  margin:0;
  color:#6b7280;
  font-size:13px;
  line-height:1.6;
}
.giverr-order-form__switch{
  position:relative;
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
}
.giverr-order-form__switch input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.giverr-order-form__switch-track{
  width:54px;
  height:30px;
  border-radius:999px;
  background:#9ca3af;
  position:relative;
  transition:background .2s ease;
}
.giverr-order-form__switch-thumb{
  width:24px;
  height:24px;
  border-radius:999px;
  background:#fff;
  position:absolute;
  top:3px;
  left:3px;
  transition:transform .2s ease;
  box-shadow:0 2px 6px rgba(17,24,39,.18);
}
.giverr-order-form__switch input:checked + .giverr-order-form__switch-track{
  background:#16a34a;
}
.giverr-order-form__switch input:checked + .giverr-order-form__switch-track .giverr-order-form__switch-thumb{
  transform:translateX(24px);
}
.giverr-dashboard-modal{
  position:fixed;
  inset:0;
  z-index:99999;
}
.giverr-dashboard-modal[hidden]{
  display:none !important;
}
.giverr-dashboard-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(17,24,39,.52);
}
.giverr-dashboard-modal__dialog{
  position:relative;
  max-width:560px;
  margin:12vh auto 0;
  background:#fff;
  border-radius:24px;
  padding:28px 28px 24px;
  box-shadow:0 24px 80px rgba(17,24,39,.2);
  display:grid;
  gap:14px;
}
.giverr-dashboard-modal__close{
  position:absolute;
  top:16px;
  right:16px;
  width:40px;
  height:40px;
  border-radius:999px;
  border:1px solid #d1d5db;
  background:#fff;
  color:#111827;
  font-size:24px;
  line-height:1;
}
.giverr-dashboard-modal__eyebrow{
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#6b7280;
}
.giverr-dashboard-modal__dialog h3{
  margin:0;
  font-size:32px;
  line-height:1.15;
  color:#111827;
}
.giverr-dashboard-modal__dialog p{
  margin:0;
  color:#4b5563;
  line-height:1.7;
}
.giverr-dashboard-modal__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:8px;
}
@media (max-width: 767px) {
  .giverr-order-form__gig{
    grid-template-columns:minmax(0,1fr);
  }
  .giverr-order-form__gig-copy strong{
    font-size:22px;
  }
  .giverr-dashboard-modal__dialog{
    margin:8vh 16px 0;
    padding:24px 20px 20px;
  }
  .giverr-dashboard-modal__dialog h3{
    font-size:26px;
  }
}


.giverr-order-form__intro{
  display:grid;
  gap:6px;
  margin-bottom:18px;
}
.giverr-order-form__intro h2{
  margin:0;
  font-size:24px;
  line-height:1.2;
}
.giverr-order-form__intro p{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:#4b5563;
}
.giverr-order-form__gig{
  grid-template-columns:50px minmax(0,1fr) !important;
  gap:12px !important;
  align-items:center !important;
  margin-bottom:18px !important;
  padding:14px 16px !important;
  border-radius:16px !important;
  min-height:0 !important;
  background:#fff !important;
}
.giverr-order-form__gig-media{
  width:50px !important;
  height:50px !important;
  min-height:50px !important;
  border-radius:10px !important;
  overflow:hidden !important;
  background:#f3f4f6 !important;
}
.giverr-order-form__gig-copy{
  gap:8px !important;
}
.giverr-order-form__gig-copy strong{
  display:block !important;
  margin:0 !important;
  font-size:15px !important;
  line-height:1.4 !important;
  font-weight:700 !important;
}
.giverr-order-form__seller{
  gap:10px !important;
  align-items:center !important;
}
.giverr-order-form__seller-avatar,
.giverr-order-form__seller-avatar-image{
  width:32px !important;
  height:32px !important;
  flex:0 0 32px !important;
}
.giverr-order-form__seller-copy{
  gap:2px !important;
}
.giverr-order-form__seller-copy span{
  font-size:13px !important;
  line-height:1.3 !important;
}
.giverr-order-form__seller-copy small,
.giverr-order-form__seller-meta small{
  display:block !important;
  font-size:12px !important;
  line-height:1.35 !important;
  color:#6b7280 !important;
}
.giverr-order-form__seller-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.giverr-order-form__seller-meta small{
  display:inline-block !important;
}
.giverr-order-form__requirements-toggle{
  align-items:center !important;
  padding:14px 16px !important;
  gap:12px !important;
}
.giverr-order-form__switch-track{
  background:#9ca3af !important;
}
.giverr-order-form__switch input:checked + .giverr-order-form__switch-track{
  background:#16a34a !important;
}
.giverr-dashboard-modal{
  display:grid;
  place-items:center;
  padding:24px;
}
.giverr-dashboard-modal__dialog{
  margin:0 auto !important;
  width:min(100%, 520px);
  text-align:center;
  justify-items:center;
  padding:34px 28px 28px !important;
}
.giverr-dashboard-modal__eyebrow{
  justify-self:center;
}
.giverr-dashboard-modal__dialog h3{
  font-size:30px !important;
}
.giverr-dashboard-modal__dialog p{
  max-width:380px;
}
.giverr-dashboard-modal__actions{
  width:100%;
  justify-content:center;
}
.giverr-dashboard-modal__actions .giverr-button{
  min-width:140px;
}
@media (max-width: 767px) {
  .giverr-order-form__gig{
    grid-template-columns:50px minmax(0,1fr) !important;
  }
  .giverr-dashboard-modal{
    padding:16px;
  }
  .giverr-dashboard-modal__dialog{
    padding:28px 20px 22px !important;
  }
  .giverr-dashboard-modal__dialog h3{
    font-size:24px !important;
  }
}

.giverr-order-form--enhanced .giverr-order-form__intro h2{font-size:24px !important;line-height:1.2 !important;margin:0 !important;}
.giverr-order-form--enhanced .giverr-order-form__intro p{font-size:14px !important;line-height:1.6 !important;margin:0 !important;max-width:none !important;}
.giverr-order-form--enhanced .giverr-order-form__gig{display:grid !important;grid-template-columns:50px minmax(0,1fr) !important;align-items:center !important;gap:12px !important;padding:12px 14px !important;margin:0 0 18px !important;border:1px solid #e5e7eb !important;border-radius:14px !important;background:#fff !important;}
.giverr-order-form--enhanced .giverr-order-form__gig-media{width:50px !important;height:50px !important;min-height:50px !important;max-height:50px !important;border-radius:8px !important;overflow:hidden !important;background:#f3f4f6 !important;}
.giverr-order-form--enhanced .giverr-order-form__gig-media img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center center !important;display:block !important;}
.giverr-order-form--enhanced .giverr-order-form__gig-copy{display:grid !important;gap:6px !important;align-content:center !important;}
.giverr-order-form--enhanced .giverr-order-form__gig-copy strong{font-size:14px !important;line-height:1.35 !important;font-weight:700 !important;margin:0 !important;}
.giverr-order-form--enhanced .giverr-order-form__seller{display:flex !important;align-items:center !important;gap:8px !important;}
.giverr-order-form--enhanced .giverr-order-form__seller-avatar,.giverr-order-form--enhanced .giverr-order-form__seller-avatar-image{width:28px !important;height:28px !important;flex:0 0 28px !important;border-radius:999px !important;overflow:hidden !important;}
.giverr-order-form--enhanced .giverr-order-form__seller-copy{display:grid !important;gap:1px !important;}
.giverr-order-form--enhanced .giverr-order-form__seller-copy span{font-size:12px !important;line-height:1.3 !important;font-weight:600 !important;}
.giverr-order-form--enhanced .giverr-order-form__seller-copy > small{font-size:11px !important;line-height:1.3 !important;color:#6b7280 !important;}
.giverr-order-form--enhanced .giverr-order-form__seller-meta{display:flex !important;flex-wrap:wrap !important;gap:6px 10px !important;}
.giverr-order-form--enhanced .giverr-order-form__seller-meta small{font-size:11px !important;line-height:1.3 !important;color:#6b7280 !important;display:inline-block !important;}
.giverr-order-form--enhanced .giverr-order-form__requirements-toggle{display:flex !important;align-items:center !important;gap:12px !important;padding:14px 16px !important;margin:0 0 16px !important;border:1px solid #e5e7eb !important;border-radius:14px !important;background:#fff !important;}
.giverr-order-form--enhanced .giverr-order-form__requirements-toggle-copy strong{display:block !important;font-size:14px !important;line-height:1.4 !important;}
.giverr-order-form--enhanced .giverr-order-form__requirements-toggle-copy p{font-size:12px !important;line-height:1.55 !important;color:#6b7280 !important;margin:4px 0 0 !important;}
.giverr-order-form--enhanced .giverr-order-form__switch-track{background:#9ca3af !important;}
.giverr-order-form--enhanced .giverr-order-form__switch input:checked + .giverr-order-form__switch-track{background:#16a34a !important;}
.giverr-order-form--enhanced [data-giverr-requirements-panel="1"][hidden]{display:none !important;}
.giverr-dashboard-modal{display:grid !important;place-items:center !important;padding:24px !important;}
.giverr-dashboard-modal__dialog{text-align:center !important;justify-items:center !important;width:min(100%,520px) !important;padding:34px 28px 28px !important;border-radius:22px !important;}
.giverr-dashboard-modal__dialog h3{font-size:28px !important;line-height:1.2 !important;margin:0 !important;}
.giverr-dashboard-modal__dialog p{max-width:420px !important;font-size:14px !important;line-height:1.65 !important;}
.giverr-dashboard-modal__actions{justify-content:center !important;width:100% !important;}

.giverr-order-form--enhanced .giverr-order-form__gig{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) !important;
  gap:12px !important;
  padding:14px 16px !important;
}
.giverr-order-form--enhanced .giverr-order-form__gig-title{
  display:block !important;
  font-size:14px !important;
  line-height:1.35 !important;
  font-weight:700 !important;
  margin:0 !important;
}
.giverr-order-form--enhanced .giverr-order-form__gig-summary{
  display:grid !important;
  grid-template-columns:100px minmax(0,1fr) !important;
  gap:14px !important;
  align-items:center !important;
}
.giverr-order-form--enhanced .giverr-order-form__gig-media{
  width:100px !important;
  height:100px !important;
  min-height:100px !important;
  max-height:100px !important;
  border-radius:10px !important;
}
.giverr-order-form--enhanced .giverr-order-form__seller{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
}
.giverr-order-form--enhanced .giverr-order-form__seller-avatar,
.giverr-order-form--enhanced .giverr-order-form__seller-avatar-image{
  width:48px !important;
  height:48px !important;
  flex:0 0 48px !important;
  border-radius:999px !important;
  overflow:hidden !important;
}
.giverr-order-form--enhanced .giverr-order-form__seller-copy{
  display:grid !important;
  gap:4px !important;
  align-content:center !important;
}
.giverr-order-form--enhanced .giverr-order-form__seller-headline{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  flex-wrap:wrap !important;
}
.giverr-order-form--enhanced .giverr-order-form__seller-headline span{
  font-size:14px !important;
  line-height:1.3 !important;
  font-weight:700 !important;
  color:#111 !important;
}
.giverr-order-form--enhanced .giverr-order-form__seller-headline small{
  font-size:13px !important;
  line-height:1.3 !important;
  color:#6b7280 !important;
  margin:0 !important;
}
.giverr-order-form--enhanced .giverr-order-form__seller-rating{
  display:flex !important;
  align-items:center !important;
  gap:6px !important;
  flex-wrap:wrap !important;
  font-size:13px !important;
  line-height:1.3 !important;
  color:#6b7280 !important;
}
.giverr-order-form--enhanced .giverr-order-form__seller-rating .giverr-stars{
  letter-spacing:1px !important;
}
.giverr-order-form--enhanced .giverr-order-form__seller-rating .giverr-stars__score,
.giverr-order-form--enhanced .giverr-order-form__seller-rating .giverr-stars__reviews{
  font-size:13px !important;
  line-height:1.3 !important;
  color:#6b7280 !important;
}
@media (max-width: 767px){
  .giverr-order-form--enhanced .giverr-order-form__gig-summary{
    grid-template-columns:100px minmax(0,1fr) !important;
    align-items:start !important;
  }
}

body.woocommerce-order-pay .entry-content>.woocommerce,
.woocommerce-order-pay .entry-content>.woocommerce,
.woocommerce-order-pay .site-main .woocommerce{
  max-width:620px !important;
  margin:28px auto 56px !important;
  padding:0 !important;
}
body.woocommerce-order-pay .woocommerce-order-pay,
.woocommerce-order-pay .woocommerce-order-pay{
  display:block !important;
  padding:28px 28px 30px !important;
  border:1px solid #e5e7eb !important;
  border-radius:24px !important;
  background:#fff !important;
  box-shadow:0 18px 46px rgba(15,23,42,.06) !important;
}
body.woocommerce-order-pay h1.entry-title,
body.woocommerce-order-pay .page-title,
.woocommerce-order-pay h1.entry-title,
.woocommerce-order-pay .page-title{
  font-size:48px !important;
  line-height:1.05 !important;
  margin:0 0 18px !important;
  color:#111827 !important;
}
body.woocommerce-order-pay .shop_table,
.woocommerce-order-pay .shop_table{
  border:none !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
body.woocommerce-order-pay .shop_table thead th,
.woocommerce-order-pay .shop_table thead th{
  background:transparent !important;
  border-top:none !important;
  border-bottom:1px solid #e5e7eb !important;
  color:#111827 !important;
  font-size:11px !important;
  letter-spacing:.08em !important;
  padding:0 0 12px !important;
}
body.woocommerce-order-pay .shop_table tbody td,
body.woocommerce-order-pay .shop_table tbody th,
body.woocommerce-order-pay .shop_table tfoot td,
body.woocommerce-order-pay .shop_table tfoot th,
.woocommerce-order-pay .shop_table tbody td,
.woocommerce-order-pay .shop_table tbody th,
.woocommerce-order-pay .shop_table tfoot td,
.woocommerce-order-pay .shop_table tfoot th{
  padding:10px 0 !important;
  border-top:none !important;
  background:transparent !important;
  color:#111827 !important;
}
body.woocommerce-order-pay .shop_table tfoot tr:first-child th,
body.woocommerce-order-pay .shop_table tfoot tr:first-child td,
.woocommerce-order-pay .shop_table tfoot tr:first-child th,
.woocommerce-order-pay .shop_table tfoot tr:first-child td{
  padding-top:2px !important;
}
body.woocommerce-order-pay .shop_table .product-name,
.woocommerce-order-pay .shop_table .product-name{
  font-weight:500 !important;
}
body.woocommerce-order-pay .shop_table tfoot tr:last-child th,
body.woocommerce-order-pay .shop_table tfoot tr:last-child td,
.woocommerce-order-pay .shop_table tfoot tr:last-child th,
.woocommerce-order-pay .shop_table tfoot tr:last-child td{
  border-top:1px solid #e5e7eb !important;
  padding-top:14px !important;
  font-weight:700 !important;
}
body.woocommerce-order-pay #payment,
.woocommerce-order-pay #payment{
  margin-top:18px !important;
  border:none !important;
  background:transparent !important;
  border-radius:0 !important;
  overflow:visible !important;
}
body.woocommerce-order-pay .giverr-pay-heading,
.woocommerce-order-pay .giverr-pay-heading{
  margin:0 0 12px !important;
  font-size:18px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  color:#111827 !important;
}
body.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs,
.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin:0 !important;
  padding:0 !important;
  border:none !important;
  background:transparent !important;
}
body.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs > li.giverr-pay-tab,
.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs > li.giverr-pay-tab{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  margin:0 !important;
  padding:12px 14px !important;
  border:1px solid #e5e7eb !important;
  border-radius:12px !important;
  background:#fff !important;
  cursor:pointer !important;
}
body.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs > li.giverr-pay-tab.is-selected,
body.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs > li.giverr-pay-tab:has(input:checked),
.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs > li.giverr-pay-tab.is-selected,
.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs > li.giverr-pay-tab:has(input:checked){
  border-color:#3cc56f !important;
  background:#effbf3 !important;
}
body.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs > li.giverr-pay-tab input[type="radio"],
.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs > li.giverr-pay-tab input[type="radio"]{
  margin:0 !important;
  accent-color:#3cc56f !important;
}
body.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs > li.giverr-pay-tab label,
.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs > li.giverr-pay-tab label{
  margin:0 !important;
  font-size:15px !important;
  line-height:1.1 !important;
  color:#111827 !important;
  font-weight:500 !important;
}
body.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs > li.giverr-pay-tab img,
.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs > li.giverr-pay-tab img{
  display:none !important;
}

body.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs > li.giverr-pay-tab > .payment_box,
.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs > li.giverr-pay-tab > .payment_box{
  display:none;
  width:100%;
  margin-top:18px !important;
  padding:0 !important;
  border:none !important;
  background:transparent !important;
  box-shadow:none !important;
}
body.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs > li.giverr-pay-tab.is-selected > .payment_box,
.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs > li.giverr-pay-tab.is-selected > .payment_box{
  display:block !important;
}
body.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs > li.giverr-pay-tab .payment_box p,
.woocommerce-order-pay #payment ul.payment_methods.giverr-pay-tabs > li.giverr-pay-tab .payment_box p{
  margin-top:0 !important;
}
body.woocommerce-order-pay #payment .giverr-pay-method-box,
.woocommerce-order-pay #payment .giverr-pay-method-box{
  margin-top:18px !important;
}
body.woocommerce-order-pay #payment .giverr-pay-method-box > .payment_box,
.woocommerce-order-pay #payment .giverr-pay-method-box > .payment_box{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  border:none !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#111827 !important;
}
body.woocommerce-order-pay #payment .giverr-pay-method-box > .payment_box::before,
.woocommerce-order-pay #payment .giverr-pay-method-box > .payment_box::before{display:none !important;}
body.woocommerce-order-pay #payment .wc-credit-card-form,
body.woocommerce-order-pay #payment .payment_box .form-row,
.woocommerce-order-pay #payment .wc-credit-card-form,
.woocommerce-order-pay #payment .payment_box .form-row{
  margin-bottom:18px !important;
}
body.woocommerce-order-pay #payment .form-row label,
.woocommerce-order-pay #payment .form-row label{
  display:block !important;
  margin:0 0 10px !important;
  color:#111827 !important;
  font-size:15px !important;
  font-weight:600 !important;
}
body.woocommerce-order-pay #payment .form-row-wide,
.woocommerce-order-pay #payment .form-row-wide{
  width:100% !important;
}
body.woocommerce-order-pay #payment .form-row-first,
body.woocommerce-order-pay #payment .form-row-last,
.woocommerce-order-pay #payment .form-row-first,
.woocommerce-order-pay #payment .form-row-last{
  width:calc(50% - 10px) !important;
  float:none !important;
  display:inline-block !important;
  vertical-align:top !important;
}
body.woocommerce-order-pay #payment .form-row-first,
.woocommerce-order-pay #payment .form-row-first{margin-right:16px !important;}
body.woocommerce-order-pay #payment input.input-text,
body.woocommerce-order-pay #payment select,
.woocommerce-order-pay #payment input.input-text,
.woocommerce-order-pay #payment select{
  min-height:56px !important;
  border:1px solid #d0d5dd !important;
  border-radius:10px !important;
  padding:14px 16px !important;
  font-size:16px !important;
  background:#fff !important;
  box-shadow:none !important;
}
body.woocommerce-order-pay #payment .woocommerce-SavedPaymentMethods-saveNew,
body.woocommerce-order-pay #payment .save-source,
.woocommerce-order-pay #payment .woocommerce-SavedPaymentMethods-saveNew,
.woocommerce-order-pay #payment .save-source{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin:6px 0 0 !important;
  color:#6b7280 !important;
  font-size:14px !important;
}
body.woocommerce-order-pay #payment .place-order,
.woocommerce-order-pay #payment .place-order{
  margin-top:14px !important;
  padding:0 !important;
  background:transparent !important;
}
body.woocommerce-order-pay #payment .place-order .button,
body.woocommerce-order-pay #payment .place-order button,
body.woocommerce-order-pay #payment #place_order,
.woocommerce-order-pay #payment .place-order .button,
.woocommerce-order-pay #payment .place-order button,
.woocommerce-order-pay #payment #place_order{
  min-height:62px !important;
  border:none !important;
  border-radius:10px !important;
  background:#39c56b !important;
  color:#fff !important;
  font-size:18px !important;
  font-weight:700 !important;
  box-shadow:none !important;
}
body.woocommerce-order-pay #payment .place-order .button:hover,
body.woocommerce-order-pay #payment .place-order button:hover,
body.woocommerce-order-pay #payment #place_order:hover,
.woocommerce-order-pay #payment .place-order .button:hover,
.woocommerce-order-pay #payment .place-order button:hover,
.woocommerce-order-pay #payment #place_order:hover{
  background:#34b761 !important;
  transform:none !important;
}
body.woocommerce-order-pay #payment .terms,
body.woocommerce-order-pay #payment .woocommerce-privacy-policy-text,
.woocommerce-order-pay #payment .terms,
.woocommerce-order-pay #payment .woocommerce-privacy-policy-text{
  margin-top:16px !important;
  color:#6b7280 !important;
  font-size:13px !important;
  line-height:1.7 !important;
}
@media (max-width: 767px){
  body.woocommerce-order-pay .woocommerce-order-pay,
  .woocommerce-order-pay .woocommerce-order-pay{padding:22px 18px 24px !important;}
  body.woocommerce-order-pay h1.entry-title,
  body.woocommerce-order-pay .page-title,
  .woocommerce-order-pay h1.entry-title,
  .woocommerce-order-pay .page-title{font-size:36px !important;}
  body.woocommerce-order-pay #payment .form-row-first,
  body.woocommerce-order-pay #payment .form-row-last,
  .woocommerce-order-pay #payment .form-row-first,
  .woocommerce-order-pay #payment .form-row-last{
    width:100% !important;
    display:block !important;
    margin-right:0 !important;
  }
}

.giverr-order-payment-shell{padding:0;border:0;background:transparent;box-shadow:none}
.giverr-order-payment-shell .giverr-embedded-pay{padding:0;background:transparent}
.giverr-order-payment-shell .giverr-embedded-pay__form{display:block;width:100%;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.giverr-order-payment-shell .giverr-embedded-pay__details{display:grid;gap:18px;padding:22px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;margin:0 0 22px}
.giverr-order-payment-shell .giverr-embedded-pay__form>h3{margin:0 0 18px;font-size:24px;line-height:1.2;color:#111827}
.giverr-order-payment-shell .giverr-embedded-pay__table{margin:0 0 18px;width:100%;border-collapse:collapse;border-spacing:0;border:0;background:transparent}
.giverr-order-payment-shell .giverr-embedded-pay__table thead th{padding:0 0 10px;border:0;background:transparent;color:#6b7280;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.giverr-order-payment-shell .giverr-embedded-pay__table tbody td,.giverr-order-payment-shell .giverr-embedded-pay__table tbody th{padding:6px 0;border:0;border-top:1px solid #eceff3;font-size:14px;line-height:1.5;color:#111827;background:transparent}
.giverr-order-payment-shell .giverr-embedded-pay__table tbody tr:first-child td,.giverr-order-payment-shell .giverr-embedded-pay__table tbody tr:first-child th{border-top:1px solid #dfe4ea}
.giverr-order-payment-shell .giverr-embedded-pay__table .product-name{text-align:left}
.giverr-order-payment-shell .giverr-embedded-pay__table .product-quantity{text-align:center;width:72px}
.giverr-order-payment-shell .giverr-embedded-pay__table .product-total{text-align:right;width:140px}
.giverr-order-payment-shell .giverr-embedded-pay__table .order-total th,.giverr-order-payment-shell .giverr-embedded-pay__table .order-total td{font-weight:700;padding-top:10px}
.giverr-order-payment-shell #payment{margin-top:8px;border:0;background:transparent}
.giverr-order-payment-shell #payment ul.payment_methods{display:flex;align-items:center;gap:18px;flex-wrap:wrap;padding:0 0 18px;border:0;background:transparent}
.giverr-order-payment-shell #payment ul.payment_methods li{display:inline-flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;border-radius:0}
.giverr-order-payment-shell #payment ul.payment_methods li:hover{background:transparent}
.giverr-order-payment-shell #payment ul.payment_methods label{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#374151}
.giverr-order-payment-shell #payment div.payment_box{margin:0 0 16px;padding:0;border:0;background:transparent;color:inherit}
.giverr-order-payment-shell #payment .payment_box fieldset,.giverr-order-payment-shell #payment .payment_box .wc-credit-card-form{display:block;padding:0;margin:0}
.giverr-order-payment-shell #payment .payment_box .form-row{margin:0 0 14px}
.giverr-order-payment-shell #payment .payment_box .form-row-first,.giverr-order-payment-shell #payment .payment_box .form-row-last{width:calc(50% - 8px)}
.giverr-order-payment-shell #payment .payment_box .form-row-first{float:left}
.giverr-order-payment-shell #payment .payment_box .form-row-last{float:right}
.giverr-order-payment-shell #payment .payment_box::after{content:'';display:block;clear:both}
.giverr-order-payment-shell #payment .payment_box .form-row-wide{clear:both;width:100%}
.giverr-order-payment-shell #payment .payment_box label{display:block;margin:0 0 8px;color:#111827;font-size:14px;font-weight:600}
.giverr-order-payment-shell #payment .payment_box input.input-text,.giverr-order-payment-shell #payment .payment_box select{min-height:50px;border:1px solid #cfd5dc;border-radius:6px;padding:12px 14px;font-size:14px;background:#fff}
.giverr-order-payment-shell #payment .payment_box .woocommerce-SavedPaymentMethods{margin:8px 0 0;padding:0}
.giverr-order-payment-shell #payment .place-order{padding:8px 0 0;background:transparent}
.giverr-order-payment-shell #payment #place_order{min-height:52px;border:0;border-radius:4px;background:#3ec16f;color:#fff;box-shadow:none;font-size:16px;font-weight:700}
.giverr-order-payment-shell #payment #place_order:hover{background:#34b463;transform:none}
.giverr-order-payment-shell .woocommerce-privacy-policy-text{margin-top:16px;color:#8b9098;font-size:13px;line-height:1.6}
.giverr-order-payment-shell .payment_box p{margin:0 0 12px}
@media (max-width:767px){.giverr-order-payment-shell .giverr-embedded-pay__form{padding:20px}.giverr-order-payment-shell #payment ul.payment_methods{gap:12px}.giverr-order-payment-shell #payment .payment_box .form-row-first,.giverr-order-payment-shell #payment .payment_box .form-row-last{float:none;width:100%}}

.giverr-order-payment-shell .giverr-embedded-pay__method-label{margin:0 0 10px;color:#111827;font-size:14px;font-weight:700}
.giverr-order-payment-shell .giverr-embedded-pay__details>.giverr-order-form__section{padding:0;margin:18px 0 0;border:0;border-radius:0;background:transparent;box-shadow:none}
.giverr-order-payment-shell .giverr-embedded-pay__details>.giverr-order-form__requirements-toggle{margin:18px 0 0}
.giverr-order-payment-shell .giverr-embedded-pay__details>.giverr-order-form__section .giverr-order-form__section-head{margin-bottom:16px}
.giverr-order-payment-shell .giverr-embedded-pay__details>.giverr-order-form__section .giverr-order-form__section-head .giverr-order-form__eyebrow{display:none}
.giverr-order-payment-shell .giverr-embedded-pay__table .order_item td,.giverr-order-payment-shell .giverr-embedded-pay__table .order_item th{vertical-align:top}
.giverr-order-payment-shell #payment .payment_methods{margin:0 0 18px !important}

.giverr-order-payment-shell .giverr-embedded-pay__table .order-total .product-total{text-align:right}
.giverr-order-payment-shell #payment .payment_method_cod .payment_box p{display:none}

.giverr-order-form--enhanced .giverr-order-payment-shell{margin:0 !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important}
.giverr-order-form--enhanced .giverr-order-payment-shell .giverr-embedded-pay{margin:0 !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important}
.giverr-order-form--enhanced .giverr-order-payment-shell .giverr-embedded-pay__form{margin:0 !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important}
.giverr-order-form--enhanced .giverr-order-payment-shell .giverr-embedded-pay__details{margin:0 0 20px !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important}
.giverr-order-form--enhanced .giverr-order-payment-shell #payment{margin:0 !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important}
.giverr-order-form--enhanced .giverr-order-payment-shell #payment .place-order{padding:8px 0 0 !important;margin:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important}

.giverr-admin-impersonation{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.giverr-admin-impersonation .giverr-button{margin:0}
.giverr-table-wrap--admin-dashboard .giverr-table--admin-orders,.giverr-table-wrap--admin-dashboard .giverr-table--admin-performance,.giverr-table-wrap--admin-dashboard .giverr-table--admin-buyers{table-layout:auto!important;width:max-content;min-width:100%}
.giverr-table-wrap--admin-dashboard .giverr-table--admin-orders th,.giverr-table-wrap--admin-dashboard .giverr-table--admin-orders td,.giverr-table-wrap--admin-dashboard .giverr-table--admin-performance th,.giverr-table-wrap--admin-dashboard .giverr-table--admin-performance td,.giverr-table-wrap--admin-dashboard .giverr-table--admin-buyers th,.giverr-table-wrap--admin-dashboard .giverr-table--admin-buyers td{font-size:12px!important;line-height:1.35!important;white-space:nowrap!important;width:auto!important;min-width:0!important;max-width:none!important;text-transform:none!important}
.giverr-table-wrap--admin-dashboard .giverr-table--admin-orders td:first-child,.giverr-table-wrap--admin-dashboard .giverr-table--admin-performance td:first-child,.giverr-table-wrap--admin-dashboard .giverr-table--admin-buyers td:first-child{white-space:normal!important}
.giverr-table-wrap--admin-dashboard a,.giverr-table-wrap--admin-dashboard a:hover,.giverr-table-wrap--admin-dashboard a:focus{text-decoration:none!important}
.giverr-admin-order-key__item--rejected{background:#f6e8eb;color:#b42318}
.giverr-admin-order-key__item--pending-payment{background:#f3ecff;color:#6b2bd9}
.giverr-admin-order-key__item--refunded{background:#f2f2f2;color:#b42318}
.giverr-admin-order-row--rejected td{background:#f6e8eb!important;color:#b42318!important}
.giverr-admin-order-row--pending-payment td{background:#f3ecff!important;color:#6b2bd9!important}
.giverr-admin-order-row--refunded td{background:#f2f2f2!important;color:#b42318!important}
section.giverr-auth{max-width:980px!important;margin:32px auto!important;min-height:auto!important}
section.giverr-auth .giverr-auth__split--art{flex:0 0 42%!important;min-height:520px!important}
section.giverr-auth .giverr-auth__split--form{flex:0 0 58%!important}
section.giverr-auth .giverr-auth__art,section.giverr-auth .giverr-auth__panel{min-height:auto!important;padding:28px!important}
section.giverr-auth .giverr-auth__brand img{max-width:180px!important}
section.giverr-auth .giverr-auth__panel h2{font-size:28px!important}
section.giverr-auth .giverr-auth__social,section.giverr-auth .giverr-auth__form input,section.giverr-auth .giverr-auth__form textarea,section.giverr-auth .giverr-auth__form select{min-height:46px!important}
@media (max-width:900px){section.giverr-auth{max-width:100%!important;margin:18px auto!important}section.giverr-auth .giverr-auth__art,section.giverr-auth .giverr-auth__panel{padding:20px!important}}
