/*   
Theme Name: Dunlop Dealer Portal 2.0
Theme URI: http://www.dunlopprodealer.com
Description: Updated Dunlop Pro Dealer 2.0 theme based on the live DPD platform with DMT-inspired frontend upgrades.
Author: Insivia
Author URI: http://www.insivia.com
Version: 3.1.62
*/

#gform_19 .gfield_checkbox .gchoice { margin-top: 8px; margin-bottom: 0; }
#gform_19 .gfield_checkbox input[type="checkbox"] { margin-top: 0; line-height: 30px; height:30px }
#gform_19 .gfield_checkbox .gfield { margin-top: 0; }
#gform_19 .gfield_checkbox .gfield .ginput_container_text > input { box-shadow: none; background-color: #f3f2f2 !important; margin-top: 0; }

.dpd-finder-local-status,
.dpd-finder-local-motorcycle-note {
  margin: 0 0 24px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 242, 0, 0.35);
  border-radius: 14px;
  background: rgba(255, 242, 0, 0.08);
  color: #1f2429;
}

.dpd-finder-local-status p,
.dpd-finder-local-motorcycle-note p,
.dpd-finder-local-fitment-copy {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.dpd-finder-local-fitment-copy {
  margin-bottom: 12px;
}

.dpd-v2-commerce-surface,
.dpd-v2-embedded-content,
.dpd-v2-library-surface {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px rgba(16, 25, 36, 0.08);
  overflow: hidden;
}

.dpd-v2-commerce-surface .woocommerce,
.dpd-v2-embedded-content .woocommerce,
.dpd-v2-commerce-surface .woocommerce-page,
.dpd-v2-embedded-content .woocommerce-page {
  margin: 0;
}

.dpd-rewards-store-shell .dpd-v2-commerce-surface {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.dpd-rewards-store-shell .swag-store-sec2-in.dpd-v2-commerce-surface ul.products {
  display: block !important;
}

.dpd-rewards-store-shell .swag-store-sec2-in.dpd-v2-commerce-surface ul.products::after,
.dpd-rewards-store-shell .swag-store-sec2-in.dpd-v2-commerce-surface::after,
.dpd-rewards-store-shell .swag-store-pro-sec1 .product::after {
  content: "";
  display: block;
  clear: both;
}

.dpd-rewards-store-shell .swag-store-sec2-in.dpd-v2-commerce-surface ul.products li.product {
  float: left !important;
  width: 20% !important;
  max-width: none !important;
  margin: 20px 0 0 !important;
  padding: 0 10px !important;
  justify-self: auto;
}

.dpd-rewards-store-shell .swag-store-sec2-in.dpd-v2-commerce-surface ul.products li.product .onsale,
.dpd-rewards-store-shell .swag-store-pro-sec1 .onsale {
  display: none;
}

.dpd-rewards-store-shell .swag-store-sec2-in.dpd-v2-commerce-surface ul.products li.product img,
.dpd-rewards-store-shell .swag-store-pro-sec1 .woocommerce-product-gallery img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.dpd-rewards-store-shell .swag-store-pro-sec1 .woocommerce-product-gallery,
.dpd-rewards-store-shell .swag-store-pro-sec1 .woocommerce-product-gallery__wrapper,
.dpd-rewards-store-shell .swag-store-pro-sec1 .summary.entry-summary {
  opacity: 1 !important;
}

.dpd-rewards-store-shell .swag-store-pro-sec1 .dpd-v2-prepaid-slider {
  margin: 0 0 20px;
}

.dpd-rewards-store-shell .swag-store-pro-sec1 .dpd-v2-prepaid-slider small {
  color: #737373;
}

.dpd-v2-commerce-surface ul.products,
.dpd-v2-embedded-content ul.products {
  margin: 0;
  padding: 0;
  width: 100%;
}

.dpd-v2-commerce-surface .woocommerce-info,
.dpd-v2-commerce-surface .woocommerce-message,
.dpd-v2-commerce-surface .woocommerce-error,
.dpd-v2-embedded-content .woocommerce-info,
.dpd-v2-embedded-content .woocommerce-message,
.dpd-v2-embedded-content .woocommerce-error {
  margin-bottom: 24px;
}

.dpd-v2-commerce-terms {
  max-height: 360px;
  overflow: auto;
}

.dpd-v2-library-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.dpd-v2-library-heading h4 {
  margin: 0;
}

.dpd-v2-section-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.dpd-v2-library-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.dpd-v2-library-grid--featured {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.dpd-v2-library-grid--resource {
  gap: 10px;
}

.dpd-v2-library-grid--video {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.dpd-v2-module-form-shell {
  min-height: 160px;
}

.dpd-v2-module-form-shell .gform_wrapper,
.dpd-v2-module-form-shell .gravity-theme {
  margin-bottom: 0;
}

.dpd-v2-module-actions {
  margin-top: 24px;
}

.dpd-v2-library-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: #f7f9fc;
  overflow: hidden;
}

.dpd-v2-library-grid--featured .dpd-v2-library-card {
  background: linear-gradient(180deg, #fffdf6 0%, #f7f9fc 100%);
  box-shadow: 0 10px 22px rgba(16, 25, 36, 0.05);
}

.dpd-v2-library-card__media {
  aspect-ratio: 16 / 9;
  margin: 0;
  background: #e9eef5;
}

.dpd-v2-library-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dpd-v2-library-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
}

.dpd-v2-library-card__body h5 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}

.dpd-v2-library-grid--featured .dpd-v2-library-card__media {
  aspect-ratio: 1.7 / 1;
}

.dpd-v2-library-grid--featured .dpd-v2-library-card__body h5 {
  font-size: 20px;
}

.dpd-v2-library-grid--video .dpd-v2-library-card {
  border-radius: 16px;
}

.dpd-v2-library-grid--video .dpd-v2-library-card__media {
  aspect-ratio: 2.1 / 1;
}

.dpd-v2-library-grid--video .dpd-v2-library-card__body {
  gap: 6px;
  padding: 10px 11px;
}

.dpd-v2-library-grid--video .dpd-v2-library-card__body h5 {
  font-size: 16px;
  line-height: 1.3;
}

.dpd-v2-table-thumb {
  display: block;
  width: 96px;
  max-width: 100%;
  border-radius: 14px;
  background: #eef2f7;
}

.dpd-v2-table-scroll {
  overflow-x: auto;
}

.dpd-v2-resource-note {
  margin-top: -4px;
  color: #58626c;
  font-size: 15px;
  line-height: 1.65;
}

.dpd-v2-resource-note p {
  margin: 0;
}

.dpd-v2-reference-stack {
  display: grid;
  gap: 10px;
}

.dpd-v2-reference-block {
  padding: 14px 16px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 22px rgba(16, 25, 36, 0.05);
}

.dpd-v2-reference-block__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.dpd-v2-reference-block__head h4 {
  margin: 0;
  color: #202a33;
  font-size: 18px;
  line-height: 1.35;
}

.dpd-v2-resource-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.dpd-v2-resource-link {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 22px rgba(16, 25, 36, 0.05);
}

.dpd-v2-resource-link h5 {
  margin: 0;
  color: #202a33;
  font-size: 17px;
  line-height: 1.4;
}

.dpd-v2-promo-card__body {
  display: grid;
  align-content: center;
  gap: 10px;
}

.dpd-v2-promo-card__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dpd-v2-promo-card__copy {
  color: #47505c;
  font-size: 15px;
  line-height: 1.55;
}

.dpd-v2-promo-card__copy p {
  margin: 0 0 10px;
}

.dpd-v2-promo-card__copy p:last-child {
  margin-bottom: 0;
}

.dpd-v2-promo-feed--featured {
  grid-template-columns: 1fr;
}

.dpd-v2-promo-card--featured {
  grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
  padding: 22px;
}

.dpd-v2-promo-download-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.dpd-v2-promo-download-card {
  display: grid;
  gap: 14px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  box-shadow: 0 18px 40px rgba(15, 20, 27, 0.08);
}

.dpd-v2-promo-download-card__header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.dpd-v2-promo-download-card__dates {
  color: #596473;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dpd-v2-promo-download-card__body {
  display: grid;
  gap: 10px;
}

.dpd-v2-promo-download-card__body h4 {
  margin: 0;
  color: #151b21;
  font-size: 22px;
  line-height: 1.14;
}

.dpd-v2-promo-download-card__body p {
  margin: 0;
  color: #4a5563;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 969px) {
  .dpd-v2-commerce-surface,
  .dpd-v2-embedded-content,
  .dpd-v2-library-surface {
    padding: 20px;
    border-radius: 22px;
  }

  .dpd-v2-library-grid {
    grid-template-columns: 1fr;
  }

  .dpd-v2-library-grid--featured,
  .dpd-v2-library-grid--video,
  .dpd-v2-resource-links {
    grid-template-columns: 1fr;
  }

  .dpd-v2-section-inline-actions {
    justify-content: flex-start;
  }

  .dpd-v2-resource-note {
    font-size: 14px;
    line-height: 1.55;
  }

  .dpd-v2-reference-block {
    padding: 16px;
    border-radius: 20px;
  }

  .dpd-v2-reference-block__head h4,
  .dpd-v2-resource-link h5 {
    font-size: 16px;
  }

  .dpd-v2-resource-links {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dpd-v2-promo-card--featured {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }

  .dpd-v2-promo-download-grid {
    grid-template-columns: 1fr;
  }
}

.dpd-v2-shop-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 26px;
}

.dpd-v2-shop-toolbar__copy h4 {
  margin: 0 0 6px;
  color: #151b21;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.05;
}

.dpd-v2-shop-toolbar__copy p:last-child {
  margin: 0;
  color: #4e5560;
}

.dpd-v2-shop-toolbar__controls {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.dpd-v2-shop-ordering {
  margin: 0;
}

.dpd-v2-shop-ordering select {
  min-width: 220px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 14px;
  background: #fff;
  color: #151b21;
}

.dpd-v2-grid-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dpd-v2-grid-toggle a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.04);
  color: #151b21;
  text-decoration: none;
}

.dpd-v2-grid-toggle a.active {
  border-color: rgba(255, 242, 0, 0.8);
  background: rgba(255, 242, 0, 0.22);
}

.dpd-v2-grid-toggle em {
  font-style: normal;
}

.dpd-v2-commerce-surface ul.products,
.dpd-v2-embedded-content ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  align-items: stretch;
  justify-content: flex-start;
}

.dpd-v2-commerce-surface ul.products li.product,
.dpd-v2-embedded-content ul.products li.product {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  list-style: none;
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
  visibility: visible !important;
  justify-self: stretch;
}

.dpd-v2-commerce-surface ul.products li.product.first,
.dpd-v2-commerce-surface ul.products li.product.last,
.dpd-v2-embedded-content ul.products li.product.first,
.dpd-v2-embedded-content ul.products li.product.last {
  opacity: 1 !important;
  animation: none !important;
}

.dpd-v2-commerce-surface .first,
.dpd-v2-embedded-content .first {
  opacity: 1 !important;
  animation: none !important;
}

.dpd-v2-product-card__frame {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  height: 100%;
  padding: 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 251, 0.96));
  box-shadow: 0 18px 40px rgba(15, 20, 27, 0.08);
}

.dpd-v2-product-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  padding: 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 20px;
  background: #f7f9fc;
  overflow: hidden;
}

.dpd-v2-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dpd-v2-product-card .onsale {
  position: absolute;
  top: 12px;
  left: 12px;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: #151b21;
  color: #fff;
  line-height: 1;
  min-height: 0;
}

.dpd-v2-product-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
}

.dpd-v2-product-card__body h3 {
  margin: 0;
  color: #151b21;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.08;
}

.dpd-v2-product-card__body h3 a {
  color: inherit;
  text-decoration: none;
}

.dpd-v2-product-card__summary {
  margin: 0;
  color: #4e5560;
}

.dpd-v2-product-card__actions,
.dpd-v2-commerce-surface .dpd-v2-action-row--product {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
}

.dpd-v2-commerce-surface .mock-btn.button,
.dpd-v2-commerce-surface .button.mock-btn,
.dpd-v2-commerce-surface .mock-btn.small.button,
.dpd-v2-commerce-surface .woocommerce a.button,
.dpd-v2-commerce-surface .woocommerce button.button,
.dpd-v2-commerce-surface .woocommerce input.button,
.dpd-v2-commerce-surface .checkout-button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 14px;
  background: #151b21;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
}

.dpd-v2-commerce-surface .woocommerce a.button.alt,
.dpd-v2-commerce-surface .woocommerce button.button.alt,
.dpd-v2-commerce-surface .woocommerce input.button.alt,
.dpd-v2-commerce-surface .checkout-button.button {
  background: #fff200;
  border-color: #fff200;
  color: #111 !important;
}

.dpd-v2-commerce-surface .woocommerce a.button.disabled,
.dpd-v2-commerce-surface .woocommerce a.button:disabled,
.dpd-v2-commerce-surface .woocommerce button.button:disabled,
.dpd-v2-commerce-surface .woocommerce input.button:disabled {
  opacity: 0.55;
}

.dpd-v2-commerce-surface .shop_table,
.dpd-v2-commerce-surface .woocommerce-checkout-review-order-table,
.dpd-v2-commerce-surface .woocommerce-orders-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.dpd-v2-commerce-surface .shop_table th,
.dpd-v2-commerce-surface .shop_table td,
.dpd-v2-commerce-surface .woocommerce-checkout-review-order-table th,
.dpd-v2-commerce-surface .woocommerce-checkout-review-order-table td,
.dpd-v2-commerce-surface .woocommerce-orders-table th,
.dpd-v2-commerce-surface .woocommerce-orders-table td {
  padding: 16px 18px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  vertical-align: middle;
}

.dpd-v2-commerce-surface .shop_table thead th,
.dpd-v2-commerce-surface .woocommerce-checkout-review-order-table thead th,
.dpd-v2-commerce-surface .woocommerce-orders-table thead th {
  border-top: 0;
  background: #fffdf4;
  color: #151b21;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.dpd-v2-commerce-surface .product-thumbnail img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 14px;
  background: #f4f7fb;
  padding: 8px;
}

.dpd-v2-commerce-surface .coupon,
.dpd-v2-commerce-surface .actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.dpd-v2-commerce-surface .coupon input,
.dpd-v2-commerce-surface .coupon .input-text,
.dpd-v2-commerce-surface .woocommerce form .form-row input.input-text,
.dpd-v2-commerce-surface .woocommerce form .form-row textarea,
.dpd-v2-commerce-surface .woocommerce form .form-row select,
.dpd-v2-commerce-surface .select2-container--default .select2-selection--single {
  min-height: 48px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 14px;
  background: #fff;
  color: #151b21;
  box-shadow: none;
}

.dpd-v2-commerce-surface .woocommerce form .form-row textarea {
  min-height: 120px;
  padding: 14px 16px;
}

.dpd-v2-commerce-surface .woocommerce form .form-row input.input-text,
.dpd-v2-commerce-surface .woocommerce form .form-row select,
.dpd-v2-commerce-surface .coupon input,
.dpd-v2-commerce-surface .coupon .input-text {
  padding: 0 16px;
}

.dpd-v2-commerce-surface .woocommerce-billing-fields__field-wrapper,
.dpd-v2-commerce-surface .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dpd-v2-commerce-surface .woocommerce form .form-row-first,
.dpd-v2-commerce-surface .woocommerce form .form-row-last,
.dpd-v2-commerce-surface .woocommerce form .form-row-wide {
  width: 100%;
}

.dpd-v2-commerce-surface .swag-cart-sec2 {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 22px;
  margin-top: 22px;
}

.dpd-v2-commerce-surface .swag-cart-sec2-left,
.dpd-v2-commerce-surface .swag-cart-sec2-right {
  float: none;
  width: auto;
}

.dpd-v2-commerce-surface .swag-cart-sec2-left-in,
.dpd-v2-commerce-surface .swag-cart-sec2-right-in {
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 251, 0.96));
  box-shadow: 0 18px 40px rgba(15, 20, 27, 0.06);
}

.dpd-v2-commerce-surface .swag-cart-sec2-left-icon img {
  width: 72px;
  height: auto;
}

.dpd-v2-commerce-surface .swag-cart-sec2-left-con h4,
.dpd-v2-commerce-surface .swag-cart-sec2-right-top-left {
  color: #151b21;
  font-size: 18px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dpd-v2-commerce-surface .swag-cart-sec2-right-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.dpd-v2-commerce-surface .swag-cart-sec2-right-top-right {
  color: #4e5560;
  text-align: right;
}

.dpd-v2-commerce-surface .swag-cart-sec2-right-top-right .cart_totals {
  display: block;
  color: #151b21;
  font-size: clamp(42px, 4vw, 56px);
  font-weight: 700;
  line-height: 0.95;
}

.dpd-v2-single-product__grid {
  display: none;
}

.dpd-v2-single-product__shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(360px, 1.18fr);
  gap: 22px;
  align-items: start;
}

.dpd-v2-single-product__after {
  display: grid;
  gap: 22px;
  margin-top: 22px;
}

.dpd-v2-single-product__media-card,
.dpd-v2-single-product__summary-card,
.dpd-v2-single-product__after .woocommerce-tabs,
.dpd-v2-single-product__after .related.products {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 251, 0.96));
  box-shadow: 0 18px 40px rgba(15, 20, 27, 0.06);
}

.dpd-v2-single-product__media,
.dpd-v2-single-product__summary {
  min-width: 0;
}

.dpd-v2-single-product .swag-store-pro-sec1-pro,
.dpd-v2-single-product .swag-store-pro-sec1-con {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.dpd-v2-single-product .swag-store-pro-sec1-pro-in,
.dpd-v2-single-product .swag-store-pro-sec1-con-in {
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.dpd-v2-single-product .swag-store-pro-points {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  color: #151b21;
  float: none;
}

.dpd-v2-single-product .swag-store-pro-points span {
  color: #151b21;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 700;
  line-height: 0.95;
}

.dpd-v2-single-product .woocommerce-product-gallery,
.dpd-v2-single-product .woocommerce-product-gallery__wrapper,
.dpd-v2-single-product .summary.entry-summary {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.dpd-v2-single-product__media .woocommerce-product-gallery {
  margin-bottom: 0 !important;
  opacity: 1 !important;
}

.dpd-v2-single-product__media .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.dpd-v2-single-product__media .flex-control-thumbs li {
  width: auto !important;
  margin: 0 !important;
}

.dpd-v2-single-product__media .flex-control-thumbs img {
  border-radius: 14px;
  background: #f4f7fb;
  padding: 8px;
}

.dpd-v2-single-product__summary .product_title {
  margin-top: 0;
  color: #151b21;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 0.98;
}

.dpd-v2-single-product__summary .price {
  display: block !important;
  color: #151b21;
  font-size: 28px;
  font-weight: 700;
}

.dpd-v2-single-product__summary .product_meta {
  display: block !important;
  margin-bottom: 18px;
  color: #5d6772;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dpd-v2-single-product__summary form.cart {
  display: block;
  margin-top: 20px;
}

.dpd-v2-single-product__summary form.cart .button,
.dpd-v2-single-product__summary .single_add_to_cart_button.button {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.dpd-v2-single-product__summary form.cart .quantity {
  display: inline-flex;
  margin: 0 12px 12px 0;
  vertical-align: middle;
}

.dpd-v2-single-product .dpd-v2-prepaid-slider {
  margin: 0 0 20px;
}

.dpd-v2-single-product .dpd-v2-prepaid-slider small {
  display: block;
  color: #5d6772;
}

.dpd-v2-single-product__summary .quantity .qty {
  width: 88px !important;
  height: 48px !important;
  line-height: 48px !important;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 14px;
  background: #fff !important;
  color: #151b21 !important;
}

@media (max-width: 1024px) {
  .dpd-v2-single-product__shell,
  .dpd-v2-single-product__redeem-layout,
  .dpd-v2-commerce-surface .swag-cart-sec2 {
    grid-template-columns: 1fr;
  }

  .dpd-v2-single-product__shell--redeem {
    grid-template-columns: 1fr;
  }

  .dpd-v2-single-product__summary {
    order: -1;
  }

  .dpd-v2-single-product__media {
    order: 1;
  }

  .dpd-rewards-store-shell .swag-store-sec2-in.dpd-v2-commerce-surface ul.products li.product {
    width: 33.3333% !important;
  }
}

@media (max-width: 768px) {
  .dpd-rewards-store-shell--product .swag-store-mobile-top {
    display: none !important;
  }

  .dpd-rewards-store-shell--product .bg-header-main {
    min-height: 0 !important;
  }

  .dpd-rewards-store-shell--product .bg-header-left .main-content-sec {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .dpd-rewards-store-shell--product .bg-header-left p {
    font-size: 14px;
    line-height: 1.55;
  }

  .dpd-rewards-store-shell--product .main-content-area-right-content {
    padding-top: 10px;
  }

  .dpd-rewards-store-shell--product .main-content-sub-nav {
    margin-top: 8px !important;
    min-height: 54px !important;
    padding: 0 14px !important;
  }

  .dpd-rewards-store-shell--product .dpd-v2-commerce-breadcrumb {
    margin-bottom: 6px;
  }

  .dpd-rewards-store-shell--product .dpd-v2-single-product__shell--redeem {
    gap: 10px;
    padding: 12px;
    border-radius: 22px;
  }

  .dpd-v2-single-product__summary-card--redeem {
    gap: 14px;
  }

  .dpd-rewards-store-shell--product .dpd-v2-single-product__media-card,
  .dpd-rewards-store-shell--product .dpd-v2-single-product__summary-card--redeem {
    padding: 4px !important;
  }

  .dpd-v2-single-product__redeem-card {
    padding: 16px 14px;
  }

  .dpd-v2-shop-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .dpd-v2-shop-toolbar__controls {
    justify-content: flex-start;
  }

  .dpd-v2-commerce-surface ul.products,
  .dpd-v2-embedded-content ul.products,
  .dpd-v2-commerce-surface .woocommerce-billing-fields__field-wrapper,
  .dpd-v2-commerce-surface .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .dpd-v2-commerce-surface .shop_table th,
  .dpd-v2-commerce-surface .shop_table td,
  .dpd-v2-commerce-surface .woocommerce-checkout-review-order-table th,
  .dpd-v2-commerce-surface .woocommerce-checkout-review-order-table td,
  .dpd-v2-commerce-surface .woocommerce-orders-table th,
  .dpd-v2-commerce-surface .woocommerce-orders-table td {
    padding: 14px 12px;
  }

  .dpd-rewards-store-shell .swag-store-sec2-in.dpd-v2-commerce-surface ul.products li.product {
    width: 50% !important;
    padding: 0 8px !important;
  }

  .dpd-v2-single-product__redeem-balance strong {
    font-size: 42px;
  }

  .dpd-v2-single-product__redeem-value {
    align-items: start;
    flex-direction: column;
    gap: 6px;
  }

  .dpd-v2-single-product__redeem-note {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .dpd-rewards-store-shell .swag-store-sec2-in.dpd-v2-commerce-surface ul.products li.product {
    width: 100% !important;
    padding: 0 !important;
  }
}

/* Off-road refinement + motion system 3.1.60 */
body[data-dpd-accent="dirt"],
body[data-theme-mode="offroad"] {
  --dpd-accent: #c77633;
  --dpd-accent-contrast: #fff8ef;
  --dpd-accent-soft: rgba(199, 118, 51, 0.16);
}

body[data-theme-mode="offroad"]::before,
body[data-theme-mode="offroad"]::after,
body[data-theme-mode="offroad"] #sub-page-main-content-wrapper::after,
body.dashboard-accent-enabled[data-accent-mode="offroad"] #sub-page-main-content-wrapper::after,
body[data-theme-mode="offroad"] .main-content-sec .border-dotted-heading h2 span::after,
body[data-theme-mode="offroad"] .db-white-box::after {
  content: none !important;
  display: none !important;
}

body[data-theme-mode="offroad"] #sub-page-main-content-wrapper .main-content-sec,
body.dashboard-accent-enabled[data-accent-mode="offroad"] #sub-page-main-content-wrapper .main-content-sec {
  background-image: none !important;
}

body[data-theme-mode="offroad"] .dpd-v2-portal-shell,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .main-content-area,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .main-content-area-right {
  background:
    radial-gradient(circle at 10% 0%, rgba(199, 118, 51, 0.08), transparent 24%),
    radial-gradient(circle at 90% 6%, rgba(74, 105, 91, 0.08), transparent 22%),
    linear-gradient(180deg, #f6f0e8 0%, #eee7dd 54%, #f8f5ef 100%) !important;
  color: #182129 !important;
}

body[data-theme-mode="offroad"] .dpd-v2-portal-shell .main-content-sec,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .mock-panel,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .mock-kpi-card,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .dpd-v2-empty-state,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .training-portal-table-in,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .lms-course-header,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .lms-body,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .lms-navigation,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .lms-quiz-container,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .lms-completion-message,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .bg-header-main,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .video-header-content,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .swag-store-sec2-in,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .disclaimerBox {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 245, 239, 0.96)) !important;
  border: 1px solid rgba(24, 33, 41, 0.08) !important;
  box-shadow: 0 22px 58px rgba(18, 24, 31, 0.08) !important;
}

body[data-theme-mode="offroad"] .dpd-v2-portal-shell .video-header-content,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .bg-header-main {
  background-color: #131a1f !important;
  background-blend-mode: multiply !important;
  box-shadow: 0 30px 70px rgba(13, 18, 24, 0.18) !important;
}

body[data-theme-mode="offroad"] .dpd-v2-portal-shell .dashboard-head-left h1,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .dashboard-head-left h4,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .bg-header-left h4,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .bg-header-left p,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .bg-header-left .bttn a {
  color: #f8fbfc !important;
}

body[data-theme-mode="offroad"] .dpd-v2-portal-shell .dashboard-head-left span,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .dashboard-head-left p,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .dashboard-head-left .dpd-v2-hero-kicker,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .dashboard-head-left .dpd-v2-hero-badge + span {
  color: #8ae1d4 !important;
}

body[data-theme-mode="offroad"] .dpd-v2-portal-shell .dashboard-head-left h4 {
  color: #e1a66f !important;
}

body[data-theme-mode="offroad"] .dpd-v2-portal-shell .dashboard-head-right-in,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .bg-header-gray-box {
  background: linear-gradient(180deg, rgba(17, 23, 29, 0.88), rgba(21, 28, 35, 0.92)) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 20px 44px rgba(9, 14, 18, 0.24) !important;
}

body[data-theme-mode="offroad"] .dpd-v2-nav-shell .main-content-area-left-nav {
  background:
    linear-gradient(180deg, rgba(28, 25, 22, 0.98) 0%, rgba(18, 20, 23, 0.99) 100%),
    radial-gradient(circle at 20% 0%, rgba(199, 118, 51, 0.16), transparent 34%) !important;
  border-right: 1px solid rgba(247, 234, 214, 0.08) !important;
  box-shadow: 18px 0 38px rgba(17, 17, 17, 0.14) !important;
}

body[data-theme-mode="offroad"] .dpd-v2-nav-header {
  background: linear-gradient(135deg, #8b5529 0%, #4d3421 100%) !important;
  border-bottom: 1px solid rgba(255, 239, 211, 0.14) !important;
}

body[data-theme-mode="offroad"] .dpd-v2-nav-top {
  background: linear-gradient(180deg, rgba(27, 30, 35, 0.98) 0%, rgba(18, 19, 21, 0.98) 100%) !important;
  border-bottom: 1px solid rgba(247, 234, 214, 0.08) !important;
}

body[data-theme-mode="offroad"] .dpd-v2-nav-badge,
body[data-theme-mode="offroad"] .dpd-v2-nav-top-name,
body[data-theme-mode="offroad"] .dpd-v2-nav-top-meta,
body[data-theme-mode="offroad"] .dpd-v2-nav-shell h3,
body[data-theme-mode="offroad"] .dpd-v2-nav-shell .dpd-v2-nav-title,
body[data-theme-mode="offroad"] .dpd-v2-nav-shell .dpd-v2-nav-kicker {
  color: rgba(244, 235, 224, 0.9) !important;
}

body[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item a {
  background: transparent !important;
  border: 1px solid transparent !important;
  border-bottom-color: transparent !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  color: #f5ede2 !important;
  margin: 0 10px 10px !important;
  min-height: 56px !important;
  padding: 14px 16px !important;
  transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease !important;
}

body[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item a:hover {
  background: rgba(199, 118, 51, 0.1) !important;
  border-color: rgba(199, 118, 51, 0.18) !important;
  color: #fffaf4 !important;
  transform: translateX(4px);
}

body[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item.is-current a {
  background: linear-gradient(90deg, rgba(199, 118, 51, 0.18), rgba(199, 118, 51, 0.04)) !important;
  border-color: rgba(240, 203, 114, 0.2) !important;
  box-shadow: inset 3px 0 0 #f0cb72, 0 16px 28px rgba(9, 14, 18, 0.18) !important;
  color: #fffdf9 !important;
}

body[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item .dpd-v2-nav-icon,
body[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item .dpd-v2-nav-icon-image,
body[data-theme-mode="offroad"] .sidebar-icon {
  color: #f0cb72 !important;
}

body.dpd-v2-sidebar-collapsed[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item a,
body.dpd-sidebar-collapsed[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item a {
  justify-content: center !important;
  margin: 0 6px 12px !important;
  min-height: 54px !important;
  padding: 0 !important;
}

body.dpd-v2-sidebar-collapsed[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item .dpd-v2-nav-icon,
body.dpd-sidebar-collapsed[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item .dpd-v2-nav-icon {
  font-size: 19px !important;
  margin: 0 !important;
}

body[data-theme-mode="offroad"] #header-login {
  background: linear-gradient(90deg, #12171c 0%, #161d22 100%) !important;
  box-shadow: 0 18px 42px rgba(14, 18, 24, 0.14) !important;
}

body[data-theme-mode="offroad"] #header-login .left-sec {
  background: linear-gradient(180deg, #ffea00 0%, #f3d700 100%) !important;
}

#header-login .right-sec .bttn1 a,
#header-login .right-sec .bttn2 a,
#header-login .right-sec .bttn3 > a,
.dpd-v2-nav-shell .menu-item a,
.dpd-v2-portal-shell .mock-panel,
.dpd-v2-portal-shell .mock-kpi-card,
.dpd-v2-portal-shell .db-white-box,
.dpd-v2-portal-shell .mock-btn,
.dpd-v2-portal-shell .bttn a {
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.dpd-v2-nav-shell .menu-item a {
  position: relative;
}

.dpd-v2-nav-shell .dpd-v2-nav-count {
  align-items: center;
  background: linear-gradient(180deg, #ffea00 0%, #f3d700 100%);
  border: 2px solid #111820;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(17, 24, 32, 0.18);
  color: #111820;
  display: inline-flex;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-left: auto;
  min-width: 22px;
  padding: 5px 7px 4px;
  text-transform: uppercase;
}

.dpd-v2-nav-shell .menu-item.has-notification a {
  border-color: rgba(255, 208, 71, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 234, 0, 0.08);
}

body.dpd-v2-sidebar-collapsed .dpd-v2-nav-shell .dpd-v2-nav-count,
body.dpd-sidebar-collapsed .dpd-v2-nav-shell .dpd-v2-nav-count {
  margin-left: 0;
  position: absolute;
  right: 4px;
  top: 4px;
}

#header-login .right-sec .bttn1 a:hover,
#header-login .right-sec .bttn2 a:hover,
#header-login .right-sec .bttn3 > a:hover,
.dpd-v2-portal-shell .mock-panel:hover,
.dpd-v2-portal-shell .mock-kpi-card:hover,
.dpd-v2-portal-shell .db-white-box:hover {
  transform: translateY(-2px);
}

#header-login .right-sec .bttn3 {
  max-width: min(38vw, 380px);
  padding: 0 10px !important;
}

#header-login .right-sec .bttn3 > a {
  min-width: 0 !important;
  width: 100% !important;
}

#header-login .right-sec .bttn3 > a > span:last-of-type {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#header-login .right-sec .bttn3 > a i.fa-angle-down {
  flex: 0 0 auto;
}

#header-login .right-sec .bttn3 .acc-dropdown {
  max-width: min(92vw, 560px) !important;
  width: min(92vw, 560px) !important;
}

.acc-avatar-grid--selector {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.acc-avatar-option--chip {
  align-content: start;
  min-height: 110px !important;
  padding: 10px 8px !important;
}

.acc-avatar-option--chip .acc-avatar-caption,
.acc-avatar-option--mark .acc-avatar-caption {
  font-size: 10px !important;
  letter-spacing: 0.12em !important;
  line-height: 1.15 !important;
  min-height: 24px;
  white-space: normal !important;
  word-break: break-word;
}

.acc-palette-swatches--compact {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-items: start;
}

.acc-palette-swatch {
  align-items: center;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.acc-signout a,
.acc-view-profile a {
  width: 100%;
}

.video-header-content,
.bg-header-main {
  overflow: hidden;
  position: relative;
}

.dpd-v2-hero-motion {
  bottom: -16px;
  opacity: 0.26;
  pointer-events: none;
  position: absolute;
  right: clamp(160px, 18vw, 260px);
  width: clamp(180px, 22vw, 280px);
  z-index: 1;
}

.dpd-v2-hero-motion .dpd-v2-animated-graphic {
  margin: 0;
  max-width: none;
  width: 100%;
}

.dpd-v2-hero-motion::before {
  background: radial-gradient(circle, rgba(199, 118, 51, 0.2), transparent 68%);
  content: "";
  inset: 14% 12% 8%;
  opacity: 0.75;
  position: absolute;
  z-index: -1;
}

.dpd-v2-animated-graphic--hero svg {
  filter: drop-shadow(0 24px 36px rgba(11, 17, 22, 0.18));
}

.dpd-v2-hero-motion--admin {
  right: clamp(170px, 16vw, 250px);
}

.dpd-v2-hero-motion--rsm {
  right: clamp(150px, 15vw, 230px);
}

.dpd-v2-hero-motion--parent {
  right: clamp(170px, 17vw, 245px);
}

.dpd-v2-hero-motion--rewards {
  bottom: -6px;
  opacity: 0.2;
  right: clamp(220px, 23vw, 340px);
  width: clamp(220px, 24vw, 320px);
}

.dpd-v2-portal-shell .main-content-area-right-title {
  box-shadow: 0 18px 42px rgba(18, 24, 31, 0.08);
}

.dpd-v2-portal-shell .border-dotted-heading h2 span {
  box-shadow: none !important;
}

.dpd-v2-notification-section {
  padding-top: 0 !important;
}

.dpd-v2-notification-strip {
  align-items: center;
  background: linear-gradient(135deg, #111922 0%, #172531 56%, #1d3340 100%);
  border: 1px solid rgba(77, 214, 207, 0.16);
  border-radius: 26px;
  box-shadow: 0 24px 48px rgba(10, 16, 22, 0.16);
  color: #edf5f8;
  display: grid;
  gap: 18px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  overflow: hidden;
  padding: 22px 24px;
  position: relative;
}

.dpd-v2-notification-strip::before {
  background: linear-gradient(180deg, rgba(255, 234, 0, 0.9) 0%, rgba(255, 234, 0, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 6px;
}

.dpd-v2-notification-strip__lead {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.dpd-v2-notification-strip__icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: #ffea00;
  display: inline-flex;
  font-size: 21px;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.dpd-v2-notification-strip__count {
  align-items: center;
  background: linear-gradient(180deg, #ffea00 0%, #f3d700 100%);
  border-radius: 999px;
  box-shadow: 0 12px 22px rgba(255, 234, 0, 0.18);
  color: #12171c;
  display: inline-flex;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.08em;
  min-width: 52px;
  padding: 12px 14px 10px;
}

.dpd-v2-notification-strip__body {
  min-width: 0;
}

.dpd-v2-notification-strip__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.dpd-v2-notification-strip__label,
.dpd-v2-notification-strip__date,
.dpd-v2-notification-strip__status {
  color: rgba(222, 236, 242, 0.78);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dpd-v2-notification-strip__label {
  color: #84f4e7;
  font-weight: 700;
}

.dpd-v2-notification-strip h3 {
  color: #ffffff;
  font-size: clamp(21px, 2.6vw, 28px);
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.dpd-v2-notification-strip p {
  color: rgba(231, 240, 244, 0.86);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  max-width: 72ch;
}

.dpd-v2-notification-strip__actions {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  text-align: right;
}

.dpd-v2-notification-strip__actions .mock-btn {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.dpd-v2-notification-strip__actions .mock-btn:hover {
  background: #ffea00;
  border-color: #ffea00;
  color: #12171c;
}

@media (max-width: 980px) {
  .dpd-v2-notification-strip {
    grid-template-columns: 1fr;
    padding: 20px 20px 22px;
  }

  .dpd-v2-notification-strip__lead,
  .dpd-v2-notification-strip__actions {
    justify-content: flex-start;
    text-align: left;
  }

  .dpd-v2-notification-strip__actions {
    align-items: flex-start;
  }
}

.dpd-v2-rewards-store-shell .main-content-area-right-content,
.dpd-rewards-store-shell .main-content-area-right-content {
  padding-top: 24px;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-sub-nav {
  background: #171c21 !important;
  box-shadow: 0 18px 40px rgba(12, 17, 22, 0.18) !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-sub-nav ul li a {
  color: #7d8896 !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-sub-nav ul li.active a,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-sub-nav ul li a:hover {
  color: #f8fafc !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-prepaid-slider,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell #yith_wapo_groups_container,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .yith_wapo_group_total,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell form.cart,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-single-product__summary-card {
  background: linear-gradient(180deg, #171b20 0%, #232a31 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 22px !important;
  box-shadow: 0 20px 44px rgba(9, 14, 18, 0.2) !important;
  color: #eef4f7 !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .product_title,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .woocommerce-product-details__short-description,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .woocommerce-product-details__short-description p,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .nyp-amount,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-prepaid-slider small,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .yith_wapo_group_total td,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .yith_wapo_group_total .price,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .swag-store-pro-points,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .swag-store-pro-points span,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .woocommerce-Price-amount {
  color: #eef4f7 !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell input[type="text"],
body[data-theme-mode="offroad"] .dpd-rewards-store-shell input[type="number"],
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .nyp input,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .qty {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(199, 118, 51, 0.24) !important;
  border-radius: 12px !important;
  color: #11181f !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .single_add_to_cart_button.button,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .checkout-button.button,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .button.alt,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell form.cart .button {
  background: linear-gradient(135deg, #d9923f 0%, #bf6e2c 100%) !important;
  border-color: transparent !important;
  box-shadow: 0 16px 28px rgba(143, 78, 27, 0.24) !important;
  color: #fffaf4 !important;
}

body[data-theme-mode="offroad"] .dpd-v2-portal-footer,
body[data-theme-mode="offroad"] .disclaimers-main {
  background: #000000 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body[data-theme-mode="offroad"] .footer-nav a,
body[data-theme-mode="offroad"] .footer-nav span,
body[data-theme-mode="offroad"] .disclaimers-main-in {
  color: rgba(240, 235, 227, 0.74) !important;
}

body[data-theme-mode="offroad"] .footer-social-icons a {
  color: #ffe800 !important;
}

@keyframes dpdV2FadeRise {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes dpdV2HeroDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -10px, 0) scale(1.02);
  }
}

@keyframes dpdV2GlowPulse {
  0%,
  100% {
    opacity: 0.42;
  }
  50% {
    opacity: 0.8;
  }
}

@keyframes dpdV2OffroadSweep {
  0% {
    opacity: 0.35;
    transform: scaleX(0.16);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0.74;
    transform: scaleX(0.82);
  }
}

@keyframes dpdV2OffroadFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .dpd-v2-portal-shell .main-content-area-right-title,
  .dpd-v2-portal-shell .dpd-v2-role-banner,
  .dpd-v2-portal-shell .video-header-content,
  .dpd-v2-portal-shell .main-content-sub-nav,
  .dpd-v2-portal-shell .main-content-sec {
    animation: dpdV2FadeRise 0.78s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .dpd-v2-portal-shell .main-content-sec:nth-of-type(2) { animation-delay: 0.04s; }
  .dpd-v2-portal-shell .main-content-sec:nth-of-type(3) { animation-delay: 0.08s; }
  .dpd-v2-portal-shell .main-content-sec:nth-of-type(4) { animation-delay: 0.12s; }
  .dpd-v2-portal-shell .main-content-sec:nth-of-type(5) { animation-delay: 0.16s; }
  .dpd-v2-portal-shell .main-content-sec:nth-of-type(6) { animation-delay: 0.2s; }

  .dpd-v2-portal-shell .mock-kpi-row > *,
  .dpd-v2-portal-shell .mock-grid-2 > *,
  .dpd-v2-portal-shell .mock-grid-3 > *,
  .dpd-v2-portal-shell .dpd-v2-action-card,
  .dpd-v2-portal-shell .db-white-box,
  .dpd-v2-portal-shell .mock-panel {
    animation: dpdV2FadeRise 0.82s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .dpd-v2-portal-shell .mock-kpi-row > *:nth-child(2),
  .dpd-v2-portal-shell .mock-grid-2 > *:nth-child(2),
  .dpd-v2-portal-shell .mock-grid-3 > *:nth-child(2),
  .dpd-v2-portal-shell .row > aside:nth-child(2) .db-white-box {
    animation-delay: 0.06s;
  }

  .dpd-v2-portal-shell .mock-kpi-row > *:nth-child(3),
  .dpd-v2-portal-shell .mock-grid-3 > *:nth-child(3),
  .dpd-v2-portal-shell .row > aside:nth-child(3) .db-white-box {
    animation-delay: 0.12s;
  }

  .dpd-v2-hero-motion {
    animation: dpdV2HeroDrift 9s ease-in-out infinite;
  }

  .dpd-v2-hero-motion::before {
    animation: dpdV2GlowPulse 5s ease-in-out infinite;
  }
}

@media (max-width: 1180px) {
  #header-login .right-sec .bttn3 {
    max-width: min(44vw, 360px);
  }
}

@media (max-width: 1100px) {
  .dpd-v2-hero-motion {
    display: none;
  }
}

@media (max-width: 900px) {
  #header-login .right-sec .bttn3 {
    max-width: none;
  }

  .acc-avatar-grid--selector,
  .acc-palette-swatches--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .acc-avatar-option--chip {
    min-height: 96px !important;
  }
}

@media (max-width: 640px) {
  #header-login .right-sec .bttn3 > a > span:last-of-type {
    font-size: 12px !important;
    letter-spacing: 0.1em !important;
  }

  .acc-avatar-grid--selector,
  .acc-palette-swatches--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Off-road polish + commerce parity 3.1.62 */
body[data-theme-mode="offroad"] .dpd-v2-portal-shell,
body[data-theme-mode="offroad"] #sub-page-main-content-wrapper,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell {
  background:
    radial-gradient(circle at 14% 8%, rgba(199, 118, 51, 0.14), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(255, 226, 110, 0.08), transparent 22%),
    linear-gradient(180deg, #efe7db 0%, #ece3d6 42%, #e7ddd0 100%) !important;
}

body[data-theme-mode="offroad"] .dpd-v2-nav-shell {
  background: transparent !important;
}

body[data-theme-mode="offroad"] .dpd-v2-nav-shell .main-content-area-left-nav {
  background: linear-gradient(180deg, #23170f 0%, #17120d 100%) !important;
  border-radius: 0 22px 22px 0 !important;
  box-shadow: 18px 0 38px rgba(13, 15, 18, 0.12) !important;
  margin-top: 0 !important;
  min-height: calc(100vh - 72px) !important;
  padding-bottom: 28px !important;
}

body[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu {
  padding-bottom: 8px !important;
}

body[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item a {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)) !important;
  border: 1px solid rgba(214, 145, 74, 0.14) !important;
  border-radius: 16px !important;
  box-shadow: inset 0 1px 0 rgba(255, 226, 170, 0.03) !important;
  min-height: 50px !important;
}

body[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item a:hover,
body[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item.is-current a {
  background: linear-gradient(180deg, rgba(199, 118, 51, 0.16), rgba(23, 18, 13, 0.42)) !important;
  border-color: rgba(224, 170, 100, 0.24) !important;
  box-shadow: 0 14px 28px rgba(10, 14, 18, 0.18) !important;
  transform: translateX(2px) !important;
}

body[data-theme-mode="offroad"] .dpd-v2-nav-shell .dpd-v2-nav-count {
  border-color: #1a140f;
  box-shadow: 0 12px 24px rgba(255, 202, 87, 0.22);
}

body[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item.has-notification a {
  background: linear-gradient(180deg, rgba(240, 203, 114, 0.12), rgba(214, 145, 74, 0.02)) !important;
  border-color: rgba(240, 203, 114, 0.22) !important;
}

body[data-theme-mode="offroad"] .dpd-v2-notification-strip {
  background: linear-gradient(135deg, #171311 0%, #221916 48%, #2b211b 100%);
  border-color: rgba(255, 214, 150, 0.16);
  box-shadow: 0 24px 48px rgba(12, 8, 6, 0.2);
  color: #f8efe5;
}

body[data-theme-mode="offroad"] .dpd-v2-notification-strip::before {
  background: linear-gradient(180deg, rgba(240, 203, 114, 0.9) 0%, rgba(240, 203, 114, 0) 100%);
}

body[data-theme-mode="offroad"] .dpd-v2-notification-strip__icon {
  background: rgba(240, 203, 114, 0.08);
  border-color: rgba(240, 203, 114, 0.12);
  color: #f0cb72;
}

body[data-theme-mode="offroad"] .dpd-v2-notification-strip__count {
  background: linear-gradient(180deg, #f0cb72 0%, #d6914a 100%);
  color: #15100c;
}

body[data-theme-mode="offroad"] .dpd-v2-notification-strip__label {
  color: #f0cb72;
}

body[data-theme-mode="offroad"] .dpd-v2-notification-strip p,
body[data-theme-mode="offroad"] .dpd-v2-notification-strip__date,
body[data-theme-mode="offroad"] .dpd-v2-notification-strip__status {
  color: rgba(245, 232, 219, 0.8);
}

body[data-theme-mode="offroad"] .dpd-v2-notification-strip__actions .mock-btn {
  background: rgba(240, 203, 114, 0.08);
  border-color: rgba(240, 203, 114, 0.22);
  color: #fff9f2;
}

body[data-theme-mode="offroad"] #header-login {
  overflow: visible !important;
}

body[data-theme-mode="offroad"] #header-login .right-sec {
  align-items: center !important;
  gap: 10px !important;
  overflow: visible !important;
  padding-right: 12px !important;
}

body[data-theme-mode="offroad"] #header-login .right-sec .bttn1,
body[data-theme-mode="offroad"] #header-login .right-sec .bttn2,
body[data-theme-mode="offroad"] #header-login .right-sec .bttn3 {
  margin-left: 0 !important;
}

body[data-theme-mode="offroad"] #header-login .right-sec .bttn3 {
  max-width: min(40vw, 420px) !important;
}

body[data-theme-mode="offroad"] #header-login .right-sec .bttn3 > a {
  border-color: rgba(20, 27, 34, 0.1) !important;
  box-shadow: 0 14px 30px rgba(15, 20, 26, 0.08) !important;
  gap: 14px !important;
  min-height: 58px !important;
  padding-right: 18px !important;
}

body[data-theme-mode="offroad"] #header-login .right-sec .bttn3 .acc-dropdown {
  padding: 24px 24px 28px !important;
}

body[data-theme-mode="offroad"] .acc-appearance-header {
  gap: 16px !important;
}

body[data-theme-mode="offroad"] .acc-appearance-launch {
  background: linear-gradient(180deg, #151b21 0%, #0d1116 100%) !important;
  border-radius: 999px !important;
  color: #f6f0e7 !important;
}

body[data-theme-mode="offroad"] .acc-appearance-panel--approved {
  gap: 20px !important;
}

body[data-theme-mode="offroad"] .acc-avatar-option--chip,
body[data-theme-mode="offroad"] .acc-avatar-option--mark {
  background: linear-gradient(180deg, #fffdfa 0%, #f5eee4 100%) !important;
  border-color: rgba(97, 74, 48, 0.18) !important;
}

body[data-theme-mode="offroad"] .acc-avatar-option--chip.is-active,
body[data-theme-mode="offroad"] .acc-avatar-option--mark.is-active {
  background: linear-gradient(180deg, #fff7de 0%, #f2e4c6 100%) !important;
  border-color: rgba(199, 118, 51, 0.38) !important;
}

body[data-theme-mode="offroad"] .acc-avatar-option--chip .acc-avatar-caption,
body[data-theme-mode="offroad"] .acc-avatar-option--mark .acc-avatar-caption,
body[data-theme-mode="offroad"] .acc-appearance-copy {
  color: #5b635f !important;
}

body[data-theme-mode="offroad"] .acc-palette-swatches--compact {
  grid-template-columns: repeat(5, 44px) !important;
}

body[data-theme-mode="offroad"] .swag-store-bg-header,
body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left,
body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left .main-content-sec,
body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left h4,
body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left p,
body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left .bttn,
body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left .bttn a {
  background-image: none !important;
}

body[data-theme-mode="offroad"] .swag-store-bg-header {
  background-color: #12181d !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 28px 28px 0 0 !important;
  box-shadow: 0 24px 60px rgba(12, 16, 22, 0.16) !important;
}

body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left .main-content-sec,
body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left .main-content-sec {
  background: none !important;
  box-shadow: none !important;
}

body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left .main-content-sec::before,
body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left .main-content-sec::after,
body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left .main-content-sec span.dots {
  content: none !important;
  display: none !important;
}

body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left {
  padding-right: 28px !important;
}

body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left h4 {
  color: #fff9f1 !important;
  font-size: clamp(34px, 3vw, 48px) !important;
  letter-spacing: 0.1em !important;
  line-height: 1.02 !important;
  margin: 0 0 18px !important;
  max-width: 13ch !important;
  text-shadow: none !important;
}

body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left p {
  color: rgba(240, 234, 225, 0.78) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  margin: 0 !important;
  max-width: 520px !important;
  text-shadow: none !important;
}

body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left .bttn {
  margin-top: 26px !important;
}

body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left .bttn a {
  align-items: center !important;
  background: linear-gradient(135deg, rgba(199, 118, 51, 0.16), rgba(90, 59, 33, 0.18)) !important;
  border: 1px solid rgba(224, 170, 100, 0.34) !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 40px rgba(10, 14, 18, 0.14) !important;
  color: #fffaf3 !important;
  display: inline-flex !important;
  justify-content: center !important;
  letter-spacing: 0.18em !important;
  min-height: 56px !important;
  min-width: 300px !important;
  max-width: none !important;
  padding: 0 28px !important;
  text-shadow: none !important;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease !important;
}

body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left .bttn a:hover {
  background: linear-gradient(135deg, rgba(214, 145, 74, 0.28), rgba(96, 61, 30, 0.28)) !important;
  box-shadow: 0 22px 46px rgba(10, 14, 18, 0.18) !important;
  transform: translateY(-2px) !important;
}

body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-gray-box {
  background: linear-gradient(180deg, rgba(15, 20, 25, 0.84), rgba(20, 26, 31, 0.92)) !important;
}

body[data-theme-mode="offroad"] .dpd-v2-hero-motion--rewards {
  bottom: 6px;
  opacity: 0.18;
  right: clamp(250px, 24vw, 360px);
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-sub-nav {
  align-items: center !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 0 0 22px 22px !important;
  display: flex !important;
  margin: 18px 0 0 !important;
  min-height: 72px !important;
  padding: 0 30px !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-sub-nav ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 34px !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-sub-nav ul li {
  margin: 0 !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-sub-nav ul li a {
  font-size: 13px !important;
  letter-spacing: 0.18em !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-sub-nav ul li.active a::after {
  background: linear-gradient(90deg, #f0cb72 0%, #c77633 100%) !important;
  bottom: -22px !important;
  height: 3px !important;
  transform-origin: left center;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-area-right-content,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-area-right,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-area,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .single-prod-main-sec {
  padding-bottom: 0 !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-sec,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell #sub-page-main-content-wrapper .main-content-sec {
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  margin-bottom: 26px !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-sec::before,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-sec::after,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-sec .dots,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-sec .border-dotted-heading h2::before,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-sec .border-dotted-heading h2 span::after {
  content: none !important;
  display: none !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .border-dotted-heading,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .mobile h2,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell > h2 {
  margin-bottom: 18px !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .border-dotted-heading h2 span,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .mobile h2 span,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell h2 > a > span {
  background: rgba(255, 242, 0, 0.08) !important;
  border: 1px solid rgba(199, 118, 51, 0.22) !important;
  border-radius: 12px !important;
  color: #151c22 !important;
  display: inline-flex !important;
  letter-spacing: 0.18em !important;
  padding: 12px 16px !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .swag-store-sec2-in.dpd-v2-commerce-surface,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-single-product__media-card,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-single-product__summary-card,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-single-product__after .woocommerce-tabs,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-single-product__after .related.products,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .disclaimerBox,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-empty-state--orders {
  background: linear-gradient(180deg, rgba(255, 254, 250, 0.99), rgba(245, 239, 231, 0.98)) !important;
  border: 1px solid rgba(24, 33, 41, 0.08) !important;
  border-radius: 28px !important;
  box-shadow: 0 22px 54px rgba(18, 24, 31, 0.08) !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .swag-store-sec2-in.dpd-v2-commerce-surface {
  padding: 38px 42px 42px !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .swag-store-sec2-in.dpd-v2-commerce-surface ul.products {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .swag-store-sec2-in.dpd-v2-commerce-surface ul.products li.product {
  flex: 0 1 300px !important;
  margin: 0 !important;
  max-width: 300px !important;
  padding: 0 !important;
  width: min(100%, 300px) !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-product-card__frame {
  background: linear-gradient(180deg, #fffefa 0%, #f5eee5 100%) !important;
  border: 1px solid rgba(20, 28, 34, 0.08) !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 42px rgba(18, 24, 31, 0.08) !important;
  padding: 20px !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-product-card__media {
  background: linear-gradient(180deg, #fff8d9 0%, #f4ead0 100%) !important;
  border-color: rgba(199, 118, 51, 0.16) !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-card-kicker {
  color: #8f5e31 !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-product-card__body h3,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .product_title {
  color: #141b21 !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-product-card__summary,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .woocommerce-product-details__short-description,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .woocommerce-product-details__short-description p,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .disclaimerBox,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .disclaimerBox p,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .disclaimerBox li {
  color: #5b6670 !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-product-card__actions a,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .swag-store-sec2 .bttn a,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-empty-state--orders .mock-btn {
  align-items: center !important;
  background: #151c22 !important;
  border: 1px solid rgba(18, 26, 32, 0.14) !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 28px rgba(18, 24, 31, 0.12) !important;
  color: #fffdf8 !important;
  display: inline-flex !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  justify-content: center !important;
  letter-spacing: 0.18em !important;
  min-height: 48px !important;
  min-width: 168px !important;
  padding: 0 18px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-product-card__actions a:hover,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .swag-store-sec2 .bttn a:hover,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-empty-state--orders .mock-btn:hover,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .single_add_to_cart_button.button:hover,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .checkout-button.button:hover,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .button.alt:hover,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell form.cart .button:hover {
  background: linear-gradient(135deg, #d9923f 0%, #bf6e2c 100%) !important;
  border-color: transparent !important;
  transform: translateY(-2px);
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-single-product__shell {
  gap: 26px !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-single-product__summary-card {
  padding: 28px !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .swag-store-pro-points,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .swag-store-pro-points span {
  color: #151c22 !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-prepaid-slider,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell #yith_wapo_groups_container,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .yith_wapo_group_total,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell form.cart {
  background: linear-gradient(180deg, #161b20 0%, #242b32 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 22px !important;
  box-shadow: 0 20px 44px rgba(9, 14, 18, 0.2) !important;
  padding: 22px !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .nyp,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .nyp label,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .nyp .minimum-price,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .nyp .suggested-price,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .woocommerce-nyp-message,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .ywapo_group_container h3,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .ywapo_label,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .yith_wapo_group_total td,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .yith_wapo_group_total th,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .yith_wapo_group_total .price {
  color: #eef4f7 !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .nyp .minimum-price {
  opacity: 0.8 !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .nyp .nyp-input,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .ywapo_input,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .ywapo_input_container input[type="number"],
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .ywapo_input_container input[type="text"] {
  background: rgba(255, 255, 255, 0.97) !important;
  border: 1px solid rgba(199, 118, 51, 0.24) !important;
  border-radius: 12px !important;
  color: #11181f !important;
  min-height: 48px !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .nyp-error .nyp-input,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .woocommerce-nyp-message .woocommerce-error {
  border-color: rgba(229, 93, 93, 0.44) !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .single_add_to_cart_button.button,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .checkout-button.button,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .button.alt,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell form.cart .button {
  min-width: 220px !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .product .nyp-disabled,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .nyp-disabled {
  opacity: 0.45 !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .woocommerce-message,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .woocommerce-info {
  align-items: center !important;
  background: linear-gradient(180deg, rgba(255, 254, 250, 0.98), rgba(246, 239, 231, 0.96)) !important;
  border: 1px solid rgba(20, 28, 34, 0.08) !important;
  border-radius: 20px !important;
  box-shadow: 0 16px 38px rgba(18, 24, 31, 0.06) !important;
  color: #24303b !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  justify-content: space-between !important;
  padding: 20px 22px !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell .woocommerce-message .button,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .woocommerce-info .button,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .woocommerce-message .wc-forward,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell .woocommerce-info .wc-forward {
  order: 2;
}

body[data-theme-mode="offroad"] .dpd-v2-portal-shell .mock-panel:hover,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .mock-kpi-card:hover,
body[data-theme-mode="offroad"] .dpd-v2-portal-shell .db-white-box:hover,
body[data-theme-mode="offroad"] .dpd-v2-product-card__frame:hover,
body[data-theme-mode="offroad"] .dpd-v2-single-product__media-card:hover,
body[data-theme-mode="offroad"] .dpd-v2-single-product__summary-card:hover {
  box-shadow: 0 26px 60px rgba(18, 24, 31, 0.11) !important;
  transform: translateY(-4px);
}

body[data-theme-mode="offroad"] .dpd-v2-portal-footer {
  margin-top: 0 !important;
}

body[data-theme-mode="offroad"] .dpd-v2-portal-footer .footer-in {
  min-height: 80px !important;
}

body[data-theme-mode="offroad"] .disclaimers-main {
  margin-top: 0 !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell + .dpd-v2-portal-footer,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell ~ .dpd-v2-portal-footer {
  margin-top: 0 !important;
}

@media (prefers-reduced-motion: no-preference) {
  body[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item a,
  body[data-theme-mode="offroad"] #header-login .right-sec .bttn3 > a,
  body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left .bttn a,
  body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-gray-box,
  body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-product-card__frame,
  body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-single-product__media-card,
  body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-single-product__summary-card {
    will-change: transform, box-shadow;
  }

  body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left h4,
  body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left p,
  body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left .bttn,
  body[data-theme-mode="offroad"] .dpd-rewards-store-shell .border-dotted-heading,
  body[data-theme-mode="offroad"] .dpd-rewards-store-shell .dpd-v2-empty-state--orders {
    animation: dpdV2FadeRise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left p {
    animation-delay: 0.08s;
  }

  body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left .bttn,
  body[data-theme-mode="offroad"] .dpd-rewards-store-shell .border-dotted-heading {
    animation-delay: 0.14s;
  }

  body[data-theme-mode="offroad"] .dpd-v2-hero-motion--rewards,
  body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-gray-box {
    animation: dpdV2OffroadFloat 8s ease-in-out infinite;
  }

  body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-sub-nav ul li.active a::after {
    animation: dpdV2OffroadSweep 2.8s ease-in-out infinite;
  }
}

@media (max-width: 1024px) {
  body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left h4 {
    max-width: none !important;
  }

  body[data-theme-mode="offroad"] .dpd-rewards-store-shell .swag-store-sec2-in.dpd-v2-commerce-surface {
    padding: 28px !important;
  }

  body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-sub-nav {
    padding: 0 22px !important;
  }
}

@media (max-width: 900px) {
  body[data-theme-mode="offroad"] #header-login .right-sec {
    padding-right: 8px !important;
  }

  body[data-theme-mode="offroad"] .dpd-v2-nav-shell .main-content-area-left-nav {
    border-radius: 0 !important;
  }
}

@media (max-width: 640px) {
  body[data-theme-mode="offroad"] .swag-store-bg-header .bg-header-left .bttn a,
  body[data-theme-mode="offroad"] .dpd-rewards-store-shell .single_add_to_cart_button.button,
  body[data-theme-mode="offroad"] .dpd-rewards-store-shell .checkout-button.button,
  body[data-theme-mode="offroad"] .dpd-rewards-store-shell .button.alt,
  body[data-theme-mode="offroad"] .dpd-rewards-store-shell form.cart .button {
    min-width: 100% !important;
    width: 100% !important;
  }

  body[data-theme-mode="offroad"] .dpd-rewards-store-shell .swag-store-sec2-in.dpd-v2-commerce-surface {
    padding: 22px !important;
  }

  body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-sub-nav {
    border-radius: 0 !important;
    padding: 14px 18px !important;
  }

  body[data-theme-mode="offroad"] .dpd-rewards-store-shell .main-content-sub-nav ul {
    gap: 18px !important;
  }
}

body.dpd-v2-sidebar-collapsed .dpd-v2-nav-shell .dpd-v2-nav-count,
body.dpd-sidebar-collapsed .dpd-v2-nav-shell .dpd-v2-nav-count {
  align-items: center !important;
  background: #fff200 !important;
  border: 2px solid #1b2128 !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 18px rgba(11, 16, 21, 0.18) !important;
  color: #000000 !important;
  display: inline-flex !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  height: 20px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-width: 20px !important;
  padding: 0 5px !important;
  position: absolute !important;
  right: -5px !important;
  top: -5px !important;
  z-index: 5 !important;
}

body.dpd-v2-sidebar-collapsed[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item a,
body.dpd-sidebar-collapsed[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item a {
  align-items: center !important;
  gap: 0 !important;
  justify-content: center !important;
  margin: 0 auto 12px !important;
  min-height: 54px !important;
  padding: 0 !important;
  width: 54px !important;
}

body.dpd-v2-sidebar-collapsed[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item .dpd-v2-nav-label,
body.dpd-sidebar-collapsed[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item .dpd-v2-nav-label {
  color: #f8fbff !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  font-size: 10px !important;
  letter-spacing: 0.14em !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

body.dpd-v2-sidebar-collapsed[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item .dpd-v2-nav-icon,
body.dpd-sidebar-collapsed[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item .dpd-v2-nav-icon {
  flex: 0 0 18px !important;
  font-size: 18px !important;
  margin: 0 !important;
}

/* Sidebar section heading color correction 3.1.63 */
body.dmt-family-shell:not(.mode-app) .dpd-v2-nav-shell h3,
body.dmt-family-shell:not(.mode-app) .main-content-area-left-nav h3,
body[data-theme-mode="light"] .dpd-v2-nav-shell h3,
body[data-theme-mode="offroad"] .dpd-v2-nav-shell h3 {
  color: #fff200 !important;
}

/* Design audit polish 3.1.64 */
#header-login .right-sec {
  align-items: center !important;
  gap: 12px !important;
}

#header-login .right-sec .bttn3 {
  max-width: min(44vw, 480px) !important;
}

#header-login .right-sec .bttn3 > a {
  align-items: center !important;
  background: linear-gradient(180deg, #f8fafc 0%, #eef3f7 100%) !important;
  border: 1px solid rgba(17, 22, 27, 0.12) !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 30px rgba(13, 18, 24, 0.1) !important;
  gap: 12px !important;
  min-height: 60px !important;
  padding: 0 18px !important;
}

#header-login .right-sec .bttn3 > a > span:last-of-type {
  color: #141a21 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
}

#header-login .right-sec .bttn3 > a i.fa-angle-down {
  color: #4b5560 !important;
  flex: 0 0 auto !important;
  font-size: 16px !important;
}

#header-login .right-sec .bttn3 > a .dpd-user-badge,
.acc-dropdown .acc-drop-pic .dpd-user-badge {
  flex: 0 0 50px !important;
  height: 50px !important;
  width: 50px !important;
}

#header-login .right-sec .bttn3 > a .dpd-user-badge img,
.acc-dropdown .acc-drop-pic .dpd-user-badge img,
.my-acc-title-right-icon .dpd-user-badge img {
  height: 24px !important;
  max-height: 24px !important;
  max-width: 24px !important;
  width: 24px !important;
}

#header-login .right-sec .bttn3 .acc-dropdown {
  border-radius: 24px !important;
  box-shadow: 0 24px 56px rgba(10, 15, 22, 0.16) !important;
  padding: 26px 26px 22px !important;
  width: min(92vw, 500px) !important;
}

.acc-dropdown .acc-dropdown-tab {
  align-items: center !important;
  gap: 16px !important;
}

.acc-drop-pic {
  height: 76px !important;
  width: 76px !important;
}

.acc-dropdown .acc-drop-pic .dpd-user-badge {
  height: 76px !important;
  width: 76px !important;
}

.acc-drop-cont h4 {
  color: #121820 !important;
  font-size: clamp(24px, 2vw, 30px) !important;
  letter-spacing: 0.08em !important;
  line-height: 1.02 !important;
  margin: 0 !important;
}

.acc-drop-cont p,
.acc-appearance-copy {
  color: #57616b !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  margin: 4px 0 0 !important;
}

.acc-appearance-header {
  align-items: center !important;
  display: flex !important;
  gap: 14px !important;
  justify-content: space-between !important;
}

.acc-appearance-launch {
  align-items: center !important;
  background: #000000 !important;
  border-radius: 999px !important;
  color: #f3f6f8 !important;
  display: inline-flex !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  min-height: 38px !important;
  padding: 0 18px !important;
  text-transform: uppercase !important;
}

.acc-appearance-panel--approved {
  gap: 18px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.acc-avatar-grid--selector {
  gap: 14px !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.acc-avatar-option--chip,
.acc-avatar-option--mark {
  min-height: 120px !important;
  padding: 14px 8px !important;
}

.acc-avatar-option--chip .acc-avatar-icon,
.acc-avatar-option--chip .acc-avatar-initials,
.acc-avatar-option--mark .acc-avatar-icon,
.acc-avatar-option--mark .acc-avatar-initials {
  height: 50px !important;
  width: 50px !important;
}

.acc-avatar-option--chip .acc-avatar-caption,
.acc-avatar-option--mark .acc-avatar-caption {
  color: #1c242c !important;
  font-size: 9px !important;
  letter-spacing: 0.11em !important;
  line-height: 1.25 !important;
  min-height: 32px !important;
  overflow-wrap: anywhere !important;
  text-align: center !important;
}

.acc-palette-swatches--compact {
  gap: 12px !important;
}

.acc-palette-swatch {
  height: 46px !important;
  width: 46px !important;
}

.acc-palette-swatch span {
  height: 24px !important;
  width: 24px !important;
}

.dpd-v2-nav-shell .menu-item i,
.dpd-v2-nav-shell .menu-item .dpd-v2-nav-icon,
.dpd-v2-nav-shell .menu-item .dpd-v2-nav-icon-image {
  font-size: 17px !important;
  height: 18px !important;
  width: 18px !important;
}

.dpd-v2-notification-strip {
  gap: 22px !important;
}

.dpd-v2-notification-strip__label {
  align-items: center !important;
  background: rgba(255, 234, 0, 0.12) !important;
  border: 1px solid rgba(255, 234, 0, 0.24) !important;
  border-radius: 999px !important;
  color: #ffea00 !important;
  display: inline-flex !important;
  font-weight: 700 !important;
  min-height: 34px !important;
  padding: 0 12px !important;
}

.dpd-v2-notification-strip__date,
.dpd-v2-notification-strip__status {
  color: rgba(227, 238, 243, 0.82) !important;
}

.dpd-v2-notification-strip__actions .mock-btn {
  min-height: 48px !important;
  padding: 0 22px !important;
}

@media (min-width: 970px) {
  #sub-page-main-content-wrapper.dpd-v2-portal-shell .main-content-area-right-content {
    padding-left: 18px !important;
    padding-right: 28px !important;
  }
}

body[data-dpd-accent="dark"] .dpd-v2-portal-shell,
body[data-theme-mode="dark"] .dpd-v2-portal-shell {
  background:
    radial-gradient(circle at top right, rgba(88, 99, 114, 0.16), transparent 28%),
    linear-gradient(180deg, #0f1419 0%, #141a21 48%, #192129 100%) !important;
  color: #edf4f8 !important;
}

body[data-dpd-accent="dark"] .dpd-v2-portal-shell .main-content-sec,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .mock-panel,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .mock-kpi-card,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .db-white-box,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .table-responsive,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .dpd-v2-table-scroll,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .training-portal-table-in,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .lms-course-header,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .lms-body,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .lms-navigation,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .lms-quiz-container,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .lms-completion-message,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .dpd-v2-notification-strip,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .video-header-content,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .bg-header-main,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .main-content-sec,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .mock-panel,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .mock-kpi-card,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .db-white-box,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .table-responsive,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .dpd-v2-table-scroll,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .training-portal-table-in,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .lms-course-header,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .lms-body,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .lms-navigation,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .lms-quiz-container,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .lms-completion-message,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .dpd-v2-notification-strip,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .video-header-content,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .bg-header-main {
  background: linear-gradient(180deg, rgba(20, 26, 32, 0.98), rgba(27, 35, 43, 0.96)) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 22px 52px rgba(4, 8, 12, 0.28) !important;
  color: #edf4f8 !important;
}

body[data-dpd-accent="dark"] .dpd-v2-portal-shell .mock-panel h2,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .mock-panel h3,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .mock-panel h4,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .mock-kpi-card .value,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .main-content-sec h2,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .main-content-sec h3,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .main-content-sec h4,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .mock-panel h2,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .mock-panel h3,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .mock-panel h4,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .mock-kpi-card .value,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .main-content-sec h2,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .main-content-sec h3,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .main-content-sec h4 {
  color: #f8fbfd !important;
}

body[data-dpd-accent="dark"] .dpd-v2-portal-shell .mock-panel p,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .mock-panel li,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .mock-panel .sub,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .mock-kpi-card .label,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .mock-kpi-card .delta,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .main-content-sec p,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .main-content-sec li,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .table-responsive td,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .table-responsive th,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .mock-panel p,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .mock-panel li,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .mock-panel .sub,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .mock-kpi-card .label,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .mock-kpi-card .delta,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .main-content-sec p,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .main-content-sec li,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .table-responsive td,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .table-responsive th {
  color: rgba(228, 238, 244, 0.82) !important;
}

body[data-dpd-accent="dark"] .dpd-v2-portal-shell .mock-btn,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .bttn a,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .mock-btn,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .bttn a {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f7fbfd !important;
}

body[data-dpd-accent="dark"] .dpd-v2-portal-shell .mock-btn:hover,
body[data-dpd-accent="dark"] .dpd-v2-portal-shell .bttn a:hover,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .mock-btn:hover,
body[data-theme-mode="dark"] .dpd-v2-portal-shell .bttn a:hover {
  background: #fff200 !important;
  border-color: #fff200 !important;
  color: #000000 !important;
}

@media (max-width: 900px) {
  #header-login .right-sec .bttn3 .acc-dropdown {
    padding: 22px 18px 18px !important;
    width: min(94vw, 420px) !important;
  }

  .acc-appearance-panel--approved {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  .acc-avatar-grid--selector {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Final dark-nav and badge geometry corrections 3.1.65 */
body[data-theme-mode="dark"] .dpd-v2-nav-shell h3,
body[data-theme-mode="dark"] .dpd-v2-nav-shell .dpd-v2-nav-title,
body[data-theme-mode="dark"] .dpd-v2-nav-shell .dpd-v2-nav-kicker,
body[data-theme-mode="dark"] .dpd-v2-nav-shell .dpd-v2-nav-top-name,
body[data-theme-mode="dark"] .dpd-v2-nav-shell .dpd-v2-nav-top-meta,
body[data-theme-mode="dark"] .dpd-v2-nav-shell .menu-item a,
body[data-theme-mode="dark"] .dpd-v2-nav-shell .menu-item a span:not(.dpd-nav-count),
body[data-theme-mode="dark"] .dpd-v2-nav-shell .menu-item .dpd-v2-nav-label,
body[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item a,
body[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item a span:not(.dpd-nav-count),
body[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item .dpd-v2-nav-label {
  color: #eef4f7 !important;
}

body[data-theme-mode="dark"] .dpd-v2-nav-shell h3,
body[data-theme-mode="dark"] .main-content-area-left-nav h3 {
  color: #fff200 !important;
}

body[data-theme-mode="dark"] .dpd-v2-nav-shell .menu-item a {
  background: transparent !important;
  border-color: transparent !important;
}

body[data-theme-mode="dark"] .dpd-v2-nav-shell .menu-item a:hover,
body[data-theme-mode="dark"] .dpd-v2-nav-shell .menu-item a:focus-visible {
  background: rgba(255, 242, 0, 0.08) !important;
  border-color: rgba(255, 242, 0, 0.18) !important;
  color: #ffffff !important;
}

body[data-theme-mode="dark"] .dpd-v2-nav-shell .menu-item.is-current a {
  background: rgba(255, 242, 0, 0.12) !important;
  border-color: rgba(255, 242, 0, 0.22) !important;
  box-shadow: inset 4px 0 0 #fff200 !important;
  color: #ffffff !important;
}

body[data-theme-mode="dark"] .dpd-v2-nav-shell .menu-item .dpd-v2-nav-icon,
body[data-theme-mode="dark"] .dpd-v2-nav-shell .menu-item .dpd-v2-nav-icon-image,
body[data-theme-mode="dark"] .dpd-v2-nav-shell .menu-item i.dpd-v2-nav-icon,
body[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item .dpd-v2-nav-icon,
body[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item .dpd-v2-nav-icon-image,
body[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item i.dpd-v2-nav-icon {
  color: #fff200 !important;
  opacity: 1 !important;
}

#header-login .right-sec .bttn3 > a .dpd-user-badge,
.acc-dropdown .acc-drop-pic .dpd-user-badge,
.my-acc-title-right-icon .dpd-user-badge {
  align-items: center !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  flex-shrink: 0 !important;
  justify-content: center !important;
  overflow: hidden !important;
  position: relative !important;
}

#header-login .right-sec .bttn3 > a .dpd-user-badge {
  flex-basis: 52px !important;
  height: 52px !important;
  max-height: 52px !important;
  max-width: 52px !important;
  min-height: 52px !important;
  min-width: 52px !important;
  width: 52px !important;
}

.acc-drop-pic {
  align-items: center !important;
  display: inline-flex !important;
  height: 78px !important;
  justify-content: center !important;
  width: 78px !important;
}

.acc-dropdown .acc-drop-pic .dpd-user-badge,
.my-acc-title-right-icon .dpd-user-badge {
  height: 78px !important;
  max-height: 78px !important;
  max-width: 78px !important;
  min-height: 78px !important;
  min-width: 78px !important;
  width: 78px !important;
}

#header-login .right-sec .bttn3 > a .dpd-user-badge img {
  height: 24px !important;
  max-height: 24px !important;
  max-width: 24px !important;
  width: 24px !important;
}

.acc-dropdown .acc-drop-pic .dpd-user-badge img,
.my-acc-title-right-icon .dpd-user-badge img {
  height: 30px !important;
  max-height: 30px !important;
  max-width: 30px !important;
  width: 30px !important;
}

/* Accent rail removal 3.1.66 */
.dpd-v2-notification-strip::before,
body[data-theme-mode="offroad"] .dpd-v2-notification-strip::before {
  content: none !important;
  display: none !important;
}

body[data-theme-mode="offroad"] .dpd-v2-nav-shell .menu-item.is-current a,
body[data-theme-mode="dark"] .dpd-v2-nav-shell .menu-item.is-current a,
.dpd-v2-nav-shell .menu-item.is-current a {
  box-shadow: none !important;
}

.dpd-v2-portal-shell .bg-header-main,
.dpd-v2-portal-shell .video-header-content,
.dpd-v2-portal-shell .mock-panel,
.dpd-v2-portal-shell .mock-kpi-card,
.dpd-v2-portal-shell .db-white-box,
.dpd-v2-portal-shell .table-responsive,
.dpd-v2-portal-shell .dpd-v2-table-scroll,
.dpd-v2-portal-shell .dashboard-head-right-in,
.dpd-v2-portal-shell .training-portal-table-in,
.dpd-v2-portal-shell .lms-course-header,
.dpd-v2-portal-shell .lms-body,
.dpd-v2-portal-shell .lms-navigation,
.dpd-v2-portal-shell .lms-quiz-container,
.dpd-v2-portal-shell .lms-completion-message {
  border-left: 0 !important;
  border-inline-start: 0 !important;
}

.dpd-v2-portal-shell .bg-header-main::before,
.dpd-v2-portal-shell .bg-header-main::after,
.dpd-v2-portal-shell .mock-panel::before,
.dpd-v2-portal-shell .mock-panel::after,
.dpd-v2-portal-shell .mock-kpi-card::before,
.dpd-v2-portal-shell .mock-kpi-card::after,
.dpd-v2-portal-shell .db-white-box::before,
.dpd-v2-portal-shell .db-white-box::after,
.dpd-v2-portal-shell .table-responsive::before,
.dpd-v2-portal-shell .table-responsive::after,
.dpd-v2-portal-shell .dpd-v2-table-scroll::before,
.dpd-v2-portal-shell .dpd-v2-table-scroll::after,
.dpd-v2-portal-shell .dashboard-head-right-in::before,
.dpd-v2-portal-shell .dashboard-head-right-in::after {
  content: none !important;
  display: none !important;
}

/* Dashboard instrument cluster 3.1.68 */
.dpd-v2-instrument-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.dpd-v2-instrument-card {
  --dpd-gauge-color: #ffd400;
  background: linear-gradient(180deg, #131a21 0%, #10161c 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 28px;
  box-shadow: 0 22px 44px rgba(12, 17, 22, 0.14);
  color: #f4f7fb;
  min-height: 100%;
  overflow: hidden;
  padding: 22px;
  position: relative;
}

.dpd-v2-instrument-card::after {
  background: radial-gradient(circle at top right, rgba(255, 228, 73, 0.18), transparent 48%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.dpd-v2-instrument-card.is-ok {
  --dpd-gauge-color: #22d8b4;
}

.dpd-v2-instrument-card.is-neutral {
  --dpd-gauge-color: #ffd34f;
}

.dpd-v2-instrument-card.is-bad {
  --dpd-gauge-color: #ff6f61;
}

.dpd-v2-instrument-card__header,
.dpd-v2-instrument-card__status-body,
.dpd-v2-instrument-card__copy,
.dpd-v2-instrument-card__gauge {
  position: relative;
  z-index: 1;
}

.dpd-v2-instrument-card__status-body {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 104px minmax(0, 1fr);
}

.dpd-v2-instrument-card__gauge {
  align-items: center;
  display: flex;
  justify-content: center;
}

.dpd-v2-instrument-card__gauge-ring {
  align-items: center;
  background:
    radial-gradient(circle at center, #10161c 58%, transparent 59%),
    conic-gradient(from -90deg, var(--dpd-gauge-color) calc(var(--dpd-gauge-value, 70) * 1%), rgba(255, 255, 255, 0.08) 0);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 18px 34px rgba(4, 10, 14, 0.24);
  display: grid;
  height: 104px;
  padding: 12px;
  place-items: center;
  width: 104px;
}

.dpd-v2-instrument-card__gauge-core {
  align-items: center;
  background: linear-gradient(180deg, #1b232b 0%, #0f141a 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.dpd-v2-instrument-card__gauge-value {
  color: #ffffff;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
}

.dpd-v2-instrument-card__gauge-value small {
  font-size: 13px;
  font-weight: 700;
  margin-left: 2px;
  opacity: 0.72;
}

.dpd-v2-instrument-card__copy {
  display: grid;
  gap: 6px;
}

.dpd-v2-instrument-card__label {
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.dpd-v2-instrument-card__state {
  color: #ffffff;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.dpd-v2-instrument-card__delta {
  color: rgba(226, 233, 241, 0.76);
  font-size: 14px;
  line-height: 1.5;
}

.dpd-v2-instrument-grid--integrations {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.dpd-v2-status-card {
  background: linear-gradient(180deg, #131a21 0%, #10161c 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  box-shadow: 0 22px 44px rgba(12, 17, 22, 0.14);
  color: #f4f7fb;
  display: grid;
  gap: 18px;
  min-height: 220px;
  overflow: hidden;
  padding: 22px;
  position: relative;
}

.dpd-v2-status-card::before {
  background: linear-gradient(90deg, var(--dpd-status-color, #ffd34f), rgba(255, 255, 255, 0) 72%);
  content: "";
  height: 2px;
  left: 22px;
  position: absolute;
  right: 22px;
  top: 0;
}

.dpd-v2-status-card::after {
  background: radial-gradient(circle at top right, rgba(255, 228, 73, 0.12), transparent 44%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.dpd-v2-status-card.is-ok {
  --dpd-status-color: #22d8b4;
}

.dpd-v2-status-card.is-neutral {
  --dpd-status-color: #ffd34f;
}

.dpd-v2-status-card.is-bad {
  --dpd-status-color: #ff6f61;
}

.dpd-v2-status-card__header,
.dpd-v2-status-card__body {
  position: relative;
  z-index: 1;
}

.dpd-v2-status-card__header {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.dpd-v2-status-card__signal {
  align-items: flex-end;
  display: inline-flex;
  gap: 5px;
  min-width: 32px;
}

.dpd-v2-status-card__signal span {
  background: color-mix(in srgb, var(--dpd-status-color, #ffd34f) 82%, white 18%);
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
  display: block;
  opacity: 0.95;
  width: 5px;
}

.dpd-v2-status-card__signal span:nth-child(1) {
  height: 10px;
}

.dpd-v2-status-card__signal span:nth-child(2) {
  height: 16px;
}

.dpd-v2-status-card__signal span:nth-child(3) {
  height: 22px;
}

.dpd-v2-status-card__body {
  display: grid;
  gap: 10px;
}

.dpd-v2-status-card__label {
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.dpd-v2-status-card__title {
  color: #ffffff;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.08;
  text-transform: uppercase;
}

.dpd-v2-status-card__detail {
  color: rgba(226, 233, 241, 0.88);
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

#dealer-session-console .dpd-v2-table-scroll {
  max-height: 620px;
}

#dealer-session-console .mock-toolbar {
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .dpd-v2-instrument-card__status-body {
    grid-template-columns: 1fr;
  }

  .dpd-v2-instrument-card__gauge {
    justify-content: flex-start;
  }

  .dpd-v2-status-card__header {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Admin dashboard fold 3.1.69 */
.dpd-v2-admin-metric-fold {
  margin-top: -72px;
  position: relative;
  z-index: 4;
}

.dpd-v2-service-overview {
  background: linear-gradient(180deg, rgba(14, 20, 27, 0.96) 0%, rgba(12, 18, 24, 0.94) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  box-shadow: 0 20px 38px rgba(8, 14, 18, 0.2);
  display: grid;
  gap: 14px;
  margin-left: auto;
  max-width: 290px;
  padding: 20px 22px;
}

.dpd-v2-service-overview > span {
  color: rgba(226, 233, 241, 0.68);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.dpd-v2-service-overview__summary {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dpd-v2-service-overview__metric {
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  display: grid;
  gap: 4px;
  justify-items: center;
  min-height: 74px;
  padding: 10px 8px;
  text-align: center;
}

.dpd-v2-service-overview__metric strong {
  color: #ffffff;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}

.dpd-v2-service-overview__metric small {
  color: rgba(226, 233, 241, 0.72);
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.dpd-v2-service-overview__metric.is-ok strong {
  color: #22d8b4;
}

.dpd-v2-service-overview__metric.is-neutral strong {
  color: #ffd34f;
}

.dpd-v2-service-overview__metric.is-bad strong {
  color: #ff6f61;
}

.dpd-v2-service-overview__copy {
  color: rgba(226, 233, 241, 0.8);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.dpd-v2-service-overview__rail {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  display: flex;
  gap: 4px;
  height: 8px;
  overflow: hidden;
}

.dpd-v2-service-overview__rail span {
  border-radius: 999px;
  display: block;
  height: 100%;
}

.dpd-v2-service-overview__rail .is-ok {
  background: linear-gradient(90deg, #22d8b4 0%, #6cf0d4 100%);
}

.dpd-v2-service-overview__rail .is-neutral {
  background: linear-gradient(90deg, #ffd34f 0%, #ffe28c 100%);
}

.dpd-v2-service-overview__rail .is-bad {
  background: linear-gradient(90deg, #ff6f61 0%, #ff9a8f 100%);
}

.dpd-v2-service-overview__toggles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dpd-v2-service-overview__toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: rgba(233, 240, 244, 0.76);
  display: inline-flex;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  min-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
}

.dpd-v2-service-overview__toggle.is-active {
  background: rgba(34, 216, 180, 0.14);
  border-color: rgba(34, 216, 180, 0.32);
  color: #84f4e7;
}

.dpd-v2-instrument-grid--metrics {
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dpd-v2-instrument-grid--metrics .dpd-v2-instrument-card {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 106px minmax(0, 1fr);
  min-height: 180px;
  padding: 20px;
}

.dpd-v2-instrument-grid--metrics .dpd-v2-instrument-card__gauge {
  justify-content: flex-start;
}

.dpd-v2-instrument-grid--metrics .dpd-v2-instrument-card__copy {
  align-content: center;
  gap: 8px;
}

.dpd-v2-instrument-grid--metrics .dpd-v2-instrument-card__state {
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.08;
}

.dpd-v2-instrument-grid--metrics .dpd-v2-instrument-card__delta {
  color: rgba(226, 233, 241, 0.84);
  font-size: 13px;
  line-height: 1.45;
}

.dpd-v2-service-status-panel {
  border-radius: 26px;
  padding: 16px 18px;
}

.dpd-v2-service-status-panel__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dpd-v2-service-status-panel__item {
  align-items: flex-start;
  background: linear-gradient(180deg, #fbfcfe 0%, #f2f5f9 100%);
  border: 1px solid rgba(14, 20, 27, 0.08);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  min-height: 132px;
  padding: 16px;
  position: relative;
}

.dpd-v2-service-status-panel__item::before {
  background: var(--dpd-status-panel-color, #aab4bf);
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 16px;
  position: absolute;
  top: 16px;
  width: 8px;
}

/* Dashboard control surfaces 3.1.71 */
.dpd-v2-notification-strip {
  gap: 10px !important;
  grid-template-columns: 60px minmax(0, 1fr) minmax(156px, 176px) !important;
  padding: 10px 12px !important;
}

.dpd-v2-notification-strip__lead {
  align-self: stretch;
  background: linear-gradient(180deg, rgba(9, 15, 21, 0.64) 0%, rgba(14, 23, 30, 0.78) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  flex-direction: column;
  min-height: 68px;
  padding: 8px 6px;
}

.dpd-v2-notification-strip__icon {
  box-shadow: inset 0 0 0 4px rgba(255, 234, 0, 0.06);
}

.dpd-v2-notification-strip__count {
  min-height: 34px;
  min-width: 34px;
  padding: 8px 10px 7px;
}

.dpd-v2-notification-strip__body {
  display: grid;
  gap: 6px;
}

.dpd-v2-notification-strip__toggle-bank {
  display: none;
}

.dpd-v2-notification-strip__toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: rgba(232, 239, 243, 0.78);
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  min-height: 32px;
  padding: 0 12px;
  text-transform: uppercase;
}

.dpd-v2-notification-strip__toggle.is-active {
  background: rgba(255, 234, 0, 0.14);
  border-color: rgba(255, 234, 0, 0.3);
  color: #ffea00;
}

.dpd-v2-notification-strip__actions {
  align-items: stretch;
  background: linear-gradient(180deg, rgba(11, 18, 24, 0.64) 0%, rgba(13, 20, 27, 0.78) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  gap: 6px;
  justify-content: center;
  min-height: 68px;
  padding: 8px;
}

.dpd-v2-notification-strip__status {
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  display: inline-flex;
  min-height: 28px;
  padding: 0 10px;
}

.dpd-v2-notification-strip__buttons {
  display: grid;
  gap: 6px;
}

.dpd-v2-notification-strip__button {
  align-items: center;
  background: linear-gradient(180deg, rgba(19, 28, 36, 0.92) 0%, rgba(13, 20, 27, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #f0f5f7;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.18em;
  min-height: 30px;
  padding: 0 16px;
  text-transform: uppercase;
}

.dpd-v2-notification-strip__button--ghost {
  display: none;
}

.dpd-v2-notification-strip__actions .mock-btn {
  min-height: 30px !important;
  width: 100%;
}

.dpd-v2-notification-strip h3 {
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.04;
  margin: 0;
}

.dpd-v2-notification-strip p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dpd-v2-service-overview {
  gap: 8px;
  max-width: 248px;
  padding: 14px 16px;
}

.dpd-v2-service-overview__summary {
  gap: 8px;
}

.dpd-v2-service-overview__metric {
  min-height: 58px;
}

.dpd-v2-service-overview__metric strong {
  font-size: 22px;
}

.dpd-v2-service-overview__copy {
  color: rgba(226, 233, 241, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.dpd-v2-service-overview .db-right-btns {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dpd-v2-service-overview .db-right-btns .bttn {
  align-items: center;
  background: linear-gradient(180deg, rgba(18, 26, 33, 0.96) 0%, rgba(12, 18, 24, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #edf4f8;
  display: inline-flex;
  font-size: 9px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.22em;
  min-height: 32px;
  text-transform: uppercase;
}

.dpd-v2-service-overview .db-right-btns .bttn:hover {
  background: #ffea00;
  border-color: #ffea00;
  color: #12171c;
}

@media (max-width: 980px) {
  .dpd-v2-notification-strip {
    grid-template-columns: 1fr !important;
  }

  .dpd-v2-notification-strip__lead,
  .dpd-v2-notification-strip__actions {
    min-height: 0;
  }

  .dpd-v2-notification-strip__lead {
    flex-direction: row;
    justify-content: flex-start;
    padding: 12px 14px;
  }

  .dpd-v2-notification-strip__actions {
    text-align: left;
  }
}

.dpd-v2-service-status-panel__item.is-ok {
  --dpd-status-panel-color: #22d8b4;
}

.dpd-v2-service-status-panel__item.is-neutral {
  --dpd-status-panel-color: #ffd34f;
}

.dpd-v2-service-status-panel__item.is-bad {
  --dpd-status-panel-color: #ff6f61;
}

.dpd-v2-service-status-panel__copy {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding-left: 16px;
}

.dpd-v2-service-status-panel__label {
  color: rgba(16, 22, 28, 0.58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dpd-v2-service-status-panel__title {
  color: #111921;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.dpd-v2-service-status-panel__detail {
  color: rgba(40, 52, 64, 0.8);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1240px) {
  .dpd-v2-admin-metric-fold {
    margin-top: -40px;
  }

  .dpd-v2-instrument-grid--metrics,
  .dpd-v2-service-status-panel__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .dpd-v2-admin-metric-fold {
    margin-top: 0;
  }

  .dpd-v2-instrument-grid--metrics,
  .dpd-v2-service-status-panel__grid {
    grid-template-columns: 1fr;
  }

  .dpd-v2-instrument-grid--metrics .dpd-v2-instrument-card {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .dpd-v2-service-overview {
    max-width: none;
  }
}

/* Tire finder approved sales tip states 3.1.72 */
.dpd-finder-drawer-family {
  align-items: center;
  background: rgba(255, 234, 0, 0.12);
  border: 1px solid rgba(255, 234, 0, 0.26);
  border-radius: 999px;
  color: #141a20;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  min-height: 34px;
  padding: 0 14px;
  text-transform: uppercase;
}

.dpd-finder-tip--empty {
  align-items: center;
  background: linear-gradient(180deg, #fffef8 0%, #f6f2e8 100%);
  border: 1px dashed rgba(17, 22, 27, 0.16);
  justify-content: center;
  min-height: 108px;
}

.dpd-finder-tip--empty p {
  color: #505b66;
  margin: 0;
  text-align: center;
}

/* Dashboard component cleanup 3.1.73 */
.dpd-v2-dealer-metric-fold,
.dpd-v2-wallet-metric-fold,
.dpd-v2-module-metric-fold {
  margin-top: -32px;
  position: relative;
  z-index: 2;
}

.dpd-v2-dealer-command .dpd-v2-action-card-grid--dealer,
.dpd-v2-wallet-command .dpd-v2-action-card-grid--wallet,
.dpd-v2-training-command .dpd-v2-action-card-grid--training,
.dpd-v2-module-command .dpd-v2-action-card-grid--module {
  align-items: stretch;
}

.dpd-v2-action-card-grid--dealer .dpd-v2-action-card,
.dpd-v2-action-card-grid--wallet .dpd-v2-action-card,
.dpd-v2-action-card-grid--training .dpd-v2-action-card,
.dpd-v2-action-card-grid--module .dpd-v2-action-card {
  min-height: 100%;
  padding-top: 22px;
}

.dpd-v2-action-card-grid--dealer .dpd-v2-action-card h4,
.dpd-v2-action-card-grid--wallet .dpd-v2-action-card h4,
.dpd-v2-action-card-grid--training .dpd-v2-action-card h4,
.dpd-v2-action-card-grid--module .dpd-v2-action-card h4 {
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.12;
}

.dpd-v2-action-card-grid--dealer .dpd-v2-action-card p,
.dpd-v2-action-card-grid--wallet .dpd-v2-action-card p,
.dpd-v2-action-card-grid--training .dpd-v2-action-card p,
.dpd-v2-action-card-grid--module .dpd-v2-action-card p {
  color: #4a5562;
}

.dpd-v2-training-hero-copy {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 2px 0 0 !important;
}

.dpd-v2-training-hero-copy h4 {
  margin: 0 0 8px;
  color: #f5f8fb;
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dpd-v2-training-hero-copy p:last-child {
  margin: 0;
  max-width: 500px;
  color: rgba(238, 243, 247, 0.84);
  font-size: 13px;
  line-height: 1.5;
}

.dpd-v2-training-progress-summary {
  display: grid;
  gap: 10px;
}

.dpd-v2-training-progress-summary__headline {
  display: grid;
  gap: 4px;
}

.dpd-v2-training-progress-summary__headline strong {
  color: #ffea00;
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 0.92;
  letter-spacing: 0.04em;
}

.dpd-v2-training-progress-summary__headline p {
  margin: 0;
  color: rgba(238, 243, 247, 0.86);
  font-size: 12px;
  line-height: 1.45;
}

.dpd-v2-training-progress-summary__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.dpd-v2-training-progress-summary__meta span {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  color: rgba(238, 243, 247, 0.84);
  display: inline-flex;
  font-size: 10px;
  gap: 6px;
  letter-spacing: 0.12em;
  min-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
}

.dpd-v2-training-progress-summary__meta strong {
  color: #ffffff;
  font-size: 11px;
}

.dpd-v2-training-flow {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.95fr);
}

.dpd-v2-training-flow__primary,
.dpd-v2-training-mini {
  border: 1px solid rgba(18, 24, 29, 0.08);
  border-radius: 20px;
  box-shadow: 0 10px 22px rgba(10, 22, 37, 0.05);
}

.dpd-v2-training-flow__primary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 252, 0.98));
  display: grid;
  gap: 14px;
  padding: 24px 24px;
}

.dpd-v2-training-flow__primary h3 {
  margin: 0;
  color: #13181d;
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.02;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dpd-v2-training-flow__primary > p {
  margin: 0;
  color: #58626c;
  font-size: 15px;
  line-height: 1.7;
  max-width: 720px;
}

.dpd-v2-training-flow__details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dpd-v2-training-flow__details span {
  align-items: center;
  background: rgba(17, 24, 39, 0.04);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  color: #202a33;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  min-height: 34px;
  padding: 0 10px;
  text-transform: uppercase;
}

.dpd-v2-training-flow__secondary {
  display: grid;
  gap: 10px;
}

.dpd-v2-training-mini {
  background: rgba(255, 255, 255, 0.94);
  display: grid;
  gap: 10px;
  padding: 16px 18px;
}

.dpd-v2-training-mini--compact {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(18, 24, 29, 0.05);
  border-radius: 16px;
  box-shadow: none;
  gap: 6px;
  padding: 12px 14px;
}

.dpd-v2-training-mini h4 {
  margin: 0;
  color: #13181d;
  font-size: 18px;
  line-height: 1.3;
}

.dpd-v2-training-mini--compact h4 {
  font-size: 14px;
  line-height: 1.35;
}

.dpd-v2-training-mini--compact .dpd-v2-card-kicker {
  margin-bottom: 0;
}

.dpd-v2-training-mini--compact ul {
  display: grid;
  gap: 4px;
}

.dpd-v2-training-mini ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dpd-v2-training-mini li {
  color: #58626c;
  font-size: 14px;
  line-height: 1.65;
  padding-left: 16px;
  position: relative;
}

.dpd-v2-training-mini li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff200;
}

.dpd-v2-training-mini--compact li {
  font-size: 12px;
  line-height: 1.45;
}

.dpd-v2-training-mini--compact .dpd-v2-action-row {
  gap: 6px;
}

.dpd-v2-training-mini--compact .mock-btn.small {
  min-height: 34px;
  padding: 0 10px;
}

.dpd-training-v2-page .training-portal2-sec {
  padding-top: 0;
}

.dpd-training-v2-page .training-portal-table-in {
  padding: 20px 22px;
}

.dpd-training-v2-page .training-portal-table .table > tbody > tr {
  transition: background 0.18s ease, box-shadow 0.18s ease;
}

.dpd-training-v2-page .training-portal-table .table > tbody > tr.is-priority td {
  background: linear-gradient(180deg, rgba(255, 242, 0, 0.15), rgba(255, 249, 202, 0.62));
}

.dpd-training-v2-page .training-portal-table .table > tbody > tr.is-in-progress td {
  background: linear-gradient(180deg, rgba(42, 223, 188, 0.12), rgba(231, 252, 247, 0.92));
}

.dpd-training-v2-page .training-portal-table .table > tbody > tr.is-priority.is-in-progress td {
  background: linear-gradient(180deg, rgba(42, 223, 188, 0.14), rgba(255, 246, 179, 0.82));
}

.dpd-training-v2-page .training-portal-table .table > tbody > tr.is-priority td.training-portal-name,
.dpd-training-v2-page .training-portal-table .table > tbody > tr.is-in-progress td.training-portal-name {
  color: #10161c;
  font-weight: 800;
}

.dpd-training-v2-page .training-portal-table .table > tbody > tr.is-priority td:first-child {
  box-shadow: inset 4px 0 0 #ffea00;
}

.dpd-training-v2-page .training-portal-table .table > tbody > tr.is-in-progress td:first-child {
  box-shadow: inset 4px 0 0 #22d8b4;
}

.dpd-training-v2-page .training-portal-table .table > tbody > tr.is-priority.is-in-progress td:first-child {
  box-shadow: inset 4px 0 0 #22d8b4;
}

.dpd-training-v2-page .training-portal-table .table > tbody > tr > td.training-portal-status span {
  min-width: 108px;
}

.dpd-training-v2-page .training-portal-table .table > tbody > tr > td.training-portal-status.status-in-progress span {
  background: #ffea00;
  border-color: #ffea00;
  color: #000000;
}

.dpd-training-v2-page .training-portal-table .table > tbody > tr > td.training-portal-status.status-completed span {
  background: #22d8b4;
  border-color: #22d8b4;
  color: #000000;
}

.dpd-training-v2-page .training-portal-table .table > tbody > tr > td.training-portal-status.status-failed span {
  background: rgba(255, 103, 94, 0.14);
  border-color: rgba(255, 103, 94, 0.42);
  color: #8c1f1f;
}

.dpd-training-v2-page .course-start-btn {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.16);
  border-radius: 999px;
  color: #000000;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.16em;
  min-height: 38px;
  min-width: 116px;
  padding: 0 14px;
  text-transform: uppercase;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.dpd-training-v2-page .course-start-btn.is-continue {
  background: #000000;
  border-color: #000000;
  box-shadow: 0 12px 22px rgba(10, 15, 20, 0.18);
  color: #ffffff;
}

.dpd-training-v2-page .course-start-btn.is-start,
.dpd-training-v2-page .course-start-btn.is-retry {
  background: #ffea00;
  border-color: #ffea00;
  box-shadow: 0 10px 18px rgba(255, 234, 0, 0.24);
  color: #000000;
}

.dpd-training-v2-page .course-start-btn.is-retry {
  background: rgba(255, 103, 94, 0.14);
  border-color: rgba(255, 103, 94, 0.4);
  box-shadow: none;
  color: #8c1f1f;
}

.dpd-training-v2-page .course-start-btn.is-review {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(17, 24, 39, 0.24);
  color: #000000;
}

.dpd-training-v2-page .training-portal-tab-data ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.dpd-training-v2-page .training-portal-tab-data li {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 20px;
  box-shadow: 0 16px 28px rgba(10, 22, 37, 0.06);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 16px;
}

.dpd-training-v2-page .training-portal-tab-data li.is-priority {
  border-color: rgba(255, 234, 0, 0.42);
  box-shadow: 0 18px 32px rgba(255, 222, 0, 0.08);
}

.dpd-v2-training-updates-shell .mock-grid-2 {
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 320px));
  max-width: 620px;
}

.dpd-v2-training-updates-shell .mock-panel {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(18, 24, 29, 0.06);
  border-radius: 14px;
  box-shadow: none;
  min-height: 0;
  padding: 12px 14px;
}

.dpd-v2-training-updates-shell .mock-panel h4 {
  font-size: 15px;
  margin-bottom: 2px;
}

.dpd-v2-training-updates-shell .mock-panel p {
  margin-bottom: 0;
}

.dpd-v2-training-updates-shell .mock-panel p:last-child {
  color: #5a6570;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dpd-training-v2-page .training-tab-data-left h3 {
  margin: 0 0 6px;
}

.dpd-training-v2-page .training-tab-data-left p {
  margin: 0 0 8px;
  color: #58626c;
}

.dpd-training-v2-page .training-tab-data-left span {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  min-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
}

.dpd-training-v2-page .training-tab-data-left span.in-progress {
  background: #ffea00;
  color: #000000;
}

.dpd-training-v2-page .training-tab-data-left span.completed {
  background: #22d8b4;
  color: #000000;
}

.dpd-training-v2-page .training-tab-data-left span.failed {
  background: rgba(255, 103, 94, 0.14);
  color: #8c1f1f;
}

.dpd-training-v2-page .training-tab-data-left span.not-started {
  background: rgba(17, 24, 39, 0.06);
  color: #000000;
}

@media (max-width: 969px) {
  .dpd-v2-training-flow {
    grid-template-columns: 1fr;
  }

  .dpd-v2-training-flow__primary {
    padding: 20px 18px;
  }

  .dpd-v2-training-flow__primary h3 {
    font-size: 26px;
  }

  .dpd-v2-training-mini {
    padding: 14px;
  }

  .dpd-v2-training-mini--compact {
    padding: 12px;
  }

  .dpd-training-v2-page .training-portal-table-in {
    padding: 16px;
  }
}

@media (max-width: 767px) {
  .dpd-v2-training-hero-copy h4 {
    font-size: 21px;
  }

  .dpd-v2-training-hero-copy p:last-child {
    font-size: 12px;
    line-height: 1.45;
  }

  .dpd-v2-training-progress-summary__headline strong {
    font-size: 24px;
  }

  .dpd-v2-training-progress-summary__meta span {
    font-size: 10px;
    min-height: 28px;
  }

  .dpd-v2-training-flow__details span {
    width: 100%;
  }

  .dpd-v2-training-updates-shell .mock-grid-2 {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .dpd-training-v2-page .training-portal-tab-data li {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .dpd-training-v2-page .training-tab-data-right {
    width: 100%;
  }

  .dpd-training-v2-page .training-tab-data-right .course-start-btn {
    width: 100%;
  }
}

.dpd-v2-module-metrics .dpd-v2-instrument-card,
.dpd-v2-wallet-metric-fold .dpd-v2-instrument-card,
.dpd-v2-dealer-metrics .dpd-v2-instrument-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 251, 253, 0.98));
}

.dpd-v2-dashboard-section {
  position: relative;
}

.dpd-v2-dashboard-section .border-dotted-heading {
  margin-bottom: 16px;
}

.dpd-v2-dashboard-section--action .border-dotted-heading,
.dpd-v2-dashboard-section--console .border-dotted-heading {
  margin-bottom: 18px;
}

.dpd-section-shell {
  position: relative;
  padding-left: 36px;
}

.dpd-section-shell--compact {
  padding-left: 30px;
}

.dpd-section-rail {
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  width: 2px;
  border-left: 1px dashed rgba(47, 58, 67, 0.24);
}

.dpd-section-dot {
  position: absolute;
  top: 16px;
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffea00 0%, #f4d300 100%);
  border: 2px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 16px rgba(255, 242, 0, 0.18);
}

.dpd-section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  min-height: 34px;
}

.dpd-section-header__main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.dpd-section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(17, 26, 35, 0.96), rgba(24, 36, 49, 0.92));
  color: #ffea00;
  box-shadow: 0 10px 18px rgba(10, 16, 22, 0.14);
  font-size: 14px;
}

.dpd-section-header__copy {
  min-width: 0;
}

.dpd-section-header__eyebrow {
  margin: 0 0 4px;
  color: #77818b;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.dpd-section-header__copy h2 {
  margin: 0;
  color: #202a33;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.dpd-section-header__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.dpd-section-body {
  display: grid;
  gap: 14px;
}

.dpd-section-shell .border-dotted-heading {
  display: none;
}

.dpd-v2-context-alert-section {
  margin-bottom: 14px;
}

.dpd-v2-context-alert {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.96));
  box-shadow: 0 12px 24px rgba(15, 20, 27, 0.05);
}

.dpd-v2-context-alert.is-campaign {
  background: linear-gradient(180deg, rgba(255, 251, 232, 0.98), rgba(255, 255, 255, 0.96));
}

.dpd-v2-context-alert.is-process,
.dpd-v2-context-alert.is-tool,
.dpd-v2-context-alert.is-finance,
.dpd-v2-context-alert.is-training,
.dpd-v2-context-alert.is-account,
.dpd-v2-context-alert.is-resource,
.dpd-v2-context-alert.is-program {
  background: linear-gradient(180deg, rgba(250, 252, 255, 0.98), rgba(255, 255, 255, 0.96));
}

.dpd-v2-context-alert__body {
  display: grid;
  gap: 10px;
}

.dpd-v2-context-alert__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.dpd-v2-context-alert__label {
  color: #202a33;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.dpd-v2-context-alert__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dpd-v2-context-alert h3 {
  margin: 0;
  color: #121921;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.1;
}

.dpd-v2-context-alert p {
  margin: 0;
  color: #4d5966;
  font-size: 14px;
  line-height: 1.65;
}

.dpd-v2-context-alert__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dpd-v2-context-alert__list li {
  color: #2f3742;
  font-size: 13px;
  line-height: 1.5;
  padding-left: 14px;
  position: relative;
}

.dpd-v2-context-alert__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffe600;
}

.dpd-v2-context-alert__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.dpd-v2-parent-metric-fold .dpd-v2-instrument-card,
.dpd-v2-rsm-metric-fold .dpd-v2-instrument-card,
.dpd-v2-admin-metric-fold .dpd-v2-instrument-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(248, 250, 253, 0.985));
}

.dpd-v2-support-dock {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 1fr));
}

.dpd-v2-support-dock__card {
  display: grid;
  gap: 18px;
  min-height: 100%;
  padding: 22px 24px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(15, 20, 27, 0.06);
}

.dpd-v2-support-dock__card.is-primary {
  background: linear-gradient(180deg, #15212d 0%, #1d2c39 100%);
  border-color: rgba(255, 242, 0, 0.18);
  box-shadow: 0 24px 48px rgba(7, 12, 18, 0.18);
}

.dpd-v2-support-dock__copy {
  display: grid;
  gap: 10px;
}

.dpd-v2-support-dock__copy h4 {
  margin: 0;
  color: #111921;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.1;
}

.dpd-v2-support-dock__copy p {
  margin: 0;
  color: #51606d;
  font-size: 14px;
  line-height: 1.65;
}

.dpd-v2-support-dock__card.is-primary .dpd-v2-card-kicker,
.dpd-v2-support-dock__card.is-primary .dpd-v2-support-dock__copy h4 {
  color: #fefefe;
}

.dpd-v2-support-dock__card.is-primary .dpd-v2-support-dock__copy p {
  color: rgba(236, 241, 246, 0.78);
}

.dpd-v2-account-grid,
.dpd-v2-tire-detail-tools {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dpd-v2-account-panel,
.dpd-v2-tire-detail-tools__panel {
  display: grid;
  gap: 16px;
  min-height: 100%;
}

.dpd-v2-account-panel--form form,
.dpd-v2-account-password-form {
  display: grid;
  gap: 18px;
}

.dpd-v2-account-form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dpd-v2-account-form-grid__full {
  grid-column: 1 / -1;
}

.dpd-v2-account-panel .form-fild,
.dpd-v2-account-modal .form-fild {
  display: grid;
  gap: 8px;
}

.dpd-v2-account-panel .form-fild label,
.dpd-v2-account-modal .form-fild label {
  color: #586472;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.dpd-v2-account-panel .form-fild input,
.dpd-v2-account-panel .form-fild select,
.dpd-v2-account-modal .form-fild input,
.dpd-v2-account-modal .form-fild select {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.98);
  color: #1a232c;
  font-size: 15px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.dpd-v2-account-summary-list {
  display: grid;
  gap: 12px;
}

.dpd-v2-account-summary-list--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dpd-v2-account-summary-list div {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(250, 251, 253, 0.98), rgba(244, 247, 250, 0.98));
}

.dpd-v2-account-summary-list dt {
  color: #7a8591;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.dpd-v2-account-summary-list dd {
  margin: 0;
  color: #171f27;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.dpd-v2-account-messages {
  min-height: 0;
}

.dpd-v2-account-message {
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.55;
}

.dpd-v2-account-message.is-success {
  background: rgba(31, 176, 99, 0.1);
  color: #0f6a3d;
}

.dpd-v2-account-message.is-error {
  background: rgba(204, 63, 63, 0.08);
  color: #9f1f1f;
}

.dpd-v2-account-password-meta {
  display: flex;
  justify-content: flex-start;
}

.dpd-v2-account-password-meta #password-strength {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 24, 33, 0.06);
  color: #44515d;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

body.dpd-v2-account-modal-open {
  overflow: hidden;
}

.dpd-v2-account-modal[hidden] {
  display: none;
}

.dpd-v2-account-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.dpd-v2-account-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 16, 22, 0.62);
  backdrop-filter: blur(4px);
}

.dpd-v2-account-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100vw - 32px));
  margin: 48px auto;
}

.dpd-v2-account-modal__panel {
  position: relative;
  padding: 28px;
}

.dpd-v2-account-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #111820;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.dpd-v2-account-endpoint-panel {
  padding: 24px;
}

.dpd-v2-action-card-grid--account .dpd-v2-action-card {
  display: grid;
  gap: 12px;
  min-height: 100%;
}

.dpd-v2-action-card-grid--account .dpd-v2-action-row {
  margin-top: auto;
  padding-top: 8px;
}

.dpd-v2-tire-detail-tools__panel .dpd-v2-empty-state {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.dpd-v2-product-command {
  display: grid;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.dpd-v2-product-command__title {
  margin: 0;
  color: #151b21;
  font-size: clamp(30px, 2.6vw, 42px);
  line-height: 0.96;
}

.dpd-v2-product-command__summary {
  margin: 0;
  color: #4b5561;
  font-size: 15px;
  line-height: 1.7;
}

.dpd-v2-product-command__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dpd-v2-commerce-breadcrumb {
  margin: 0 0 14px;
}

.dpd-v2-commerce-breadcrumb a {
  color: #4d5762;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.dpd-v2-commerce-breadcrumb a:hover {
  color: #111820;
}

.dpd-v2-single-product__summary-main {
  min-width: 0;
}

.dpd-v2-single-product__summary-copy {
  display: grid;
  gap: 14px;
}

.dpd-v2-single-product__summary-copy p {
  margin: 0;
  color: #4c5764;
  font-size: 15px;
  line-height: 1.75;
}

.dpd-v2-single-product__buybox {
  min-width: 0;
}

.dpd-v2-single-product__summary-card--redeem {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 251, 0.96)) !important;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  box-shadow: 0 12px 26px rgba(15, 20, 27, 0.05) !important;
  gap: 12px;
}

#sub-page-main-content-wrapper.dpd-rewards-store-shell:not(.dpd-v2-portal-shell) .main-content-area-right-title.hidden-xs {
  display: none !important;
}

#sub-page-main-content-wrapper.dpd-rewards-store-shell:not(.dpd-v2-portal-shell) .main-content-area-right {
  padding-top: 18px !important;
}

#sub-page-main-content-wrapper.dpd-rewards-store-shell:not(.dpd-v2-portal-shell) .swag-store-bg-header {
  min-height: 164px !important;
  margin-bottom: 12px !important;
}

#sub-page-main-content-wrapper.dpd-rewards-store-shell:not(.dpd-v2-portal-shell) .bg-header-left .main-content-sec {
  padding: 0 !important;
}

#sub-page-main-content-wrapper.dpd-rewards-store-shell:not(.dpd-v2-portal-shell) .bg-header-left h4 {
  font-size: clamp(28px, 3.2vw, 40px) !important;
  line-height: 1 !important;
  margin-bottom: 8px !important;
}

#sub-page-main-content-wrapper.dpd-rewards-store-shell:not(.dpd-v2-portal-shell) .bg-header-left p {
  font-size: 15px !important;
  line-height: 1.5 !important;
  max-width: 430px !important;
}

#sub-page-main-content-wrapper.dpd-rewards-store-shell:not(.dpd-v2-portal-shell) .bg-header-left .bttn {
  margin-top: 12px !important;
}

#sub-page-main-content-wrapper.dpd-rewards-store-shell:not(.dpd-v2-portal-shell) .bg-header-gray-box {
  padding: 14px 16px !important;
}

.dpd-v2-rewards-flow-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr) auto;
  gap: 12px;
  align-items: center;
  margin: 0 0 12px;
  padding: 16px 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.96));
  box-shadow: 0 10px 24px rgba(15, 20, 27, 0.05);
}

.dpd-v2-rewards-flow-strip__intro {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.dpd-v2-rewards-flow-strip__intro h3 {
  margin: 0;
  color: #111820;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.05;
}

.dpd-v2-rewards-flow-strip__copy {
  margin: 0;
  color: #4d5762;
  font-size: 14px;
  line-height: 1.5;
  max-width: 50ch;
}

.dpd-v2-rewards-flow-strip__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.dpd-v2-rewards-flow-strip__stat {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
}

.dpd-v2-rewards-flow-strip__stat span {
  color: #65707c;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dpd-v2-rewards-flow-strip__stat strong {
  color: #111820;
  font-size: 20px;
  line-height: 1;
}

.dpd-v2-rewards-flow-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.dpd-v2-rewards-catalog {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 14px;
}

.dpd-v2-rewards-catalog--single {
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 12px;
  align-items: stretch;
}

.dpd-v2-rewards-catalog__lead,
.dpd-v2-rewards-catalog__context,
.dpd-v2-rewards-catalog__mini {
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 251, 0.96));
  box-shadow: 0 12px 28px rgba(15, 20, 27, 0.05);
}

.dpd-v2-rewards-catalog__lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr);
  gap: 12px;
  padding: 18px;
}

.dpd-v2-rewards-catalog--single .dpd-v2-rewards-catalog__lead {
  gap: 10px;
  padding: 16px;
}

.dpd-v2-rewards-catalog__lead-copy {
  display: grid;
  align-content: start;
  gap: 10px;
}

.dpd-v2-rewards-catalog--single .dpd-v2-rewards-catalog__lead-copy {
  gap: 8px;
}

.dpd-v2-rewards-catalog__lead-copy h3 {
  margin: 0;
  color: #111820;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 0.95;
}

.dpd-v2-rewards-catalog--single .dpd-v2-rewards-catalog__lead-copy h3 {
  font-size: clamp(30px, 3vw, 42px);
}

.dpd-v2-rewards-catalog__lead-summary {
  margin: 0;
  color: #4d5762;
  font-size: 15px;
  line-height: 1.55;
  max-width: 36ch;
}

.dpd-v2-rewards-catalog--single .dpd-v2-rewards-catalog__lead-summary {
  max-width: 32ch;
  font-size: 14px;
  line-height: 1.45;
}

.dpd-v2-rewards-catalog__lead-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.dpd-v2-rewards-catalog--single .dpd-v2-rewards-catalog__lead-meta {
  gap: 6px 10px;
}

.dpd-v2-rewards-catalog__lead-meta span {
  color: #5e6873;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dpd-v2-rewards-catalog__lead-actions,
.dpd-v2-rewards-catalog__context-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dpd-v2-rewards-catalog--single .dpd-v2-rewards-catalog__lead-actions,
.dpd-v2-rewards-catalog--single .dpd-v2-rewards-catalog__context-actions {
  gap: 8px;
}

.dpd-v2-rewards-catalog__lead-media,
.dpd-v2-rewards-catalog__mini-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 18px;
  background: #fff;
  text-decoration: none;
}

.dpd-v2-rewards-catalog--single .dpd-v2-rewards-catalog__lead-media {
  min-height: 100%;
  padding: 14px;
  border-radius: 16px;
}

.dpd-v2-rewards-catalog__lead-media img,
.dpd-v2-rewards-catalog__mini-media img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
}

.dpd-v2-rewards-catalog--single .dpd-v2-rewards-catalog__lead-media img {
  max-height: 240px;
}

.dpd-v2-rewards-catalog__context {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.dpd-v2-rewards-catalog--single .dpd-v2-rewards-catalog__context {
  gap: 8px;
  padding: 16px;
}

.dpd-v2-rewards-catalog__context-card {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
}

.dpd-v2-rewards-catalog--single .dpd-v2-rewards-catalog__context-card {
  padding: 12px 14px;
  border-radius: 16px;
}

.dpd-v2-rewards-catalog__context-card.is-strong {
  background: linear-gradient(180deg, #151b21 0%, #0f141b 100%);
  border-color: rgba(17, 17, 17, 0.12);
}

.dpd-v2-rewards-catalog__context-card span,
.dpd-v2-rewards-catalog__context-card em {
  color: #5e6873;
  font-style: normal;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dpd-v2-rewards-catalog__context-card strong {
  color: #111820;
  font-size: 24px;
  line-height: 1;
}

.dpd-v2-rewards-catalog--single .dpd-v2-rewards-catalog__context-card strong {
  font-size: 22px;
}

.dpd-v2-rewards-catalog__context-card.is-strong span,
.dpd-v2-rewards-catalog__context-card.is-strong em {
  color: rgba(255, 255, 255, 0.72);
}

.dpd-v2-rewards-catalog__context-card.is-strong strong {
  color: #fff;
}

.dpd-v2-rewards-catalog__grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.dpd-v2-rewards-catalog__mini {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.dpd-v2-rewards-catalog__mini-body {
  display: grid;
  gap: 8px;
}

.dpd-v2-rewards-catalog__mini-body h4 {
  margin: 0;
  color: #111820;
  font-size: 22px;
  line-height: 1;
}

.dpd-v2-rewards-catalog__mini-body h4 a {
  color: inherit;
  text-decoration: none;
}

.dpd-v2-rewards-catalog__mini-body p {
  margin: 0;
  color: #4d5762;
  font-size: 14px;
  line-height: 1.5;
}

.dpd-v2-commerce-surface--catalog {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.dpd-v2-commerce-surface--workflow {
  padding: 18px !important;
  border-radius: 24px !important;
}

.dpd-v2-commerce-surface--workflow .woocommerce-notices-wrapper {
  margin-bottom: 12px;
}

.dpd-rewards-store-shell--product .swag-store-bg-header {
  min-height: 138px !important;
}

.dpd-v2-single-product__shell--redeem {
  grid-template-columns: minmax(400px, 1.22fr) minmax(220px, 0.78fr);
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 248, 251, 0.97));
  box-shadow: 0 12px 28px rgba(15, 20, 27, 0.07);
}

.dpd-v2-single-product__redeem-layout {
  display: block;
}

.dpd-v2-single-product__redeem-panel {
  min-width: 0;
}

.dpd-rewards-store-shell--product .dpd-v2-single-product__summary {
  order: -1;
}

.dpd-rewards-store-shell--product .dpd-v2-single-product__media {
  order: 1;
}

.dpd-rewards-store-shell--product .dpd-v2-single-product__media-card,
.dpd-rewards-store-shell--product .dpd-v2-single-product__summary-card--redeem {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 8px !important;
}

.dpd-v2-single-product__media-card--redeem {
  align-items: center;
  justify-content: center;
}

.dpd-rewards-store-shell--product .dpd-v2-single-product__media-card--redeem .woocommerce-product-gallery {
  max-width: 360px;
}

.dpd-v2-single-product__redeem-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(249, 250, 252, 0.98));
  box-shadow: 0 10px 22px rgba(15, 20, 27, 0.05);
}

.dpd-v2-single-product__redeem-balance {
  display: grid;
  gap: 4px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.dpd-v2-single-product__redeem-balance span {
  color: #6a7683;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dpd-v2-single-product__redeem-balance strong {
  color: #111820;
  font-size: clamp(36px, 3vw, 48px);
  line-height: 0.95;
}

.dpd-v2-single-product__redeem-value {
  align-items: end;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 0;
}

.dpd-v2-single-product__redeem-value span {
  color: #6a7683;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dpd-v2-single-product__redeem-value strong {
  color: #111820;
  font-size: 20px;
  line-height: 1;
}

.dpd-v2-single-product__redeem-guidance {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}

.dpd-v2-single-product__redeem-guidance span {
  color: #5e6873;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dpd-v2-single-product__redeem-note {
  margin: 0;
  color: #4d5762;
  font-size: 12px;
  line-height: 1.4;
  max-width: none;
}

.dpd-v2-single-product__redeem-form form.cart {
  display: grid;
  gap: 12px;
  margin-top: 0;
}

.dpd-v2-single-product__redeem-form .dpd-v2-prepaid-slider,
.dpd-v2-single-product__redeem-form #yith_wapo_groups_container,
.dpd-v2-single-product__redeem-form .yith_wapo_group_total,
.dpd-v2-single-product__redeem-form form.cart {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.dpd-v2-single-product__redeem-form .dpd-v2-prepaid-slider {
  margin: 0 0 6px;
}

.dpd-v2-single-product__redeem-form .dpd-v2-prepaid-slider small,
.dpd-v2-single-product__redeem-form .nyp label,
.dpd-v2-single-product__redeem-form .minimum-price,
.dpd-v2-single-product__redeem-form .suggested-price,
.dpd-v2-single-product__redeem-form .woocommerce-nyp-message,
.dpd-v2-single-product__redeem-form .ywapo_label,
.dpd-v2-single-product__redeem-form .yith_wapo_group_total td,
.dpd-v2-single-product__redeem-form .yith_wapo_group_total th,
.dpd-v2-single-product__redeem-form .yith_wapo_group_total .price {
  color: #5b6671 !important;
}

.dpd-v2-single-product__redeem-form .dpd-v2-prepaid-slider .nyp-amount,
.dpd-v2-single-product__redeem-form .dpd-v2-prepaid-slider .prepaid-value {
  color: #111820 !important;
}

.dpd-v2-single-product__redeem-form input[type="text"],
.dpd-v2-single-product__redeem-form input[type="number"],
.dpd-v2-single-product__redeem-form .nyp input,
.dpd-v2-single-product__redeem-form .qty {
  width: 100%;
  min-height: 58px;
  padding: 0 16px;
  border: 1px solid rgba(17, 17, 17, 0.14) !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: #111820 !important;
  box-shadow: inset 0 1px 0 rgba(17, 17, 17, 0.02);
  font-size: 18px !important;
  font-weight: 700;
}

.dpd-v2-single-product__redeem-form .single_add_to_cart_button.button,
.dpd-v2-single-product__redeem-form form.cart .button {
  width: 100% !important;
  min-height: 58px;
  border-radius: 16px !important;
  background: #111820 !important;
  border-color: #111820 !important;
  box-shadow: 0 16px 30px rgba(15, 20, 27, 0.16);
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

.dpd-rewards-store-shell--product .bg-header-main {
  min-height: 152px !important;
}

.dpd-rewards-store-shell--product .bg-header-left .main-content-sec {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.dpd-rewards-store-shell--product .bg-header-left p {
  max-width: 420px;
  font-size: 14px;
  line-height: 1.5;
}

.dpd-rewards-store-shell--product .main-content-area-right-content {
  padding-top: 4px;
}

.dpd-rewards-store-shell--product .swag-store-pro-sec1 {
  margin-top: 0 !important;
}

.dpd-rewards-store-shell--product .disclaimerBox {
  margin-top: 12px;
}

.dpd-rewards-store-shell--product .main-content-sub-nav {
  margin-top: 8px !important;
  min-height: 54px !important;
  padding: 0 18px !important;
}

.dpd-rewards-store-shell--product .swag-store-sec2-in.dpd-v2-commerce-surface,
.dpd-rewards-store-shell--product .swag-store-sec2-in.dpd-v2-commerce-surface.dpd-v2-commerce-surface--product {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.dpd-rewards-store-shell--product .dpd-v2-commerce-breadcrumb {
  margin: 0 0 8px;
}

.dpd-rewards-store-shell--product .dpd-v2-product-command {
  gap: 8px;
  padding-bottom: 10px;
}

.dpd-rewards-store-shell--product .dpd-v2-product-command__summary {
  font-size: 14px;
  line-height: 1.55;
  max-width: 34ch;
}

.dpd-rewards-store-shell--product .dpd-v2-single-product__after {
  gap: 12px;
  margin-top: 12px;
}

.dpd-rewards-store-shell--store .swag-store-sec2.view,
.dpd-rewards-store-shell--store .disclaimerBox {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}

.dpd-rewards-store-shell--store .dpd-v2-commerce-surface--catalog {
  margin: 0 auto;
  max-width: 1040px;
}

.dpd-rewards-store-shell--store .dpd-v2-rewards-catalog--single {
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.78fr);
}

.dpd-rewards-store-shell--store .disclaimerBox {
  margin-top: 14px;
}

.dpd-rewards-store-shell--product .swag-store-sec2.view,
.dpd-rewards-store-shell--product .swag-store-sec2-in.dpd-v2-commerce-surface,
.dpd-rewards-store-shell--product .swag-store-sec2-in.dpd-v2-commerce-surface.dpd-v2-commerce-surface--product,
.dpd-rewards-store-shell--product .disclaimerBox {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.dpd-rewards-store-shell--product .dpd-v2-single-product__shell--redeem {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.76fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.dpd-rewards-store-shell--product .disclaimerBox {
  padding-left: 18px;
  padding-right: 18px;
}

.dpd-rewards-store-shell--store .swag-store-sec2.view,
.dpd-rewards-store-shell--store .disclaimerBox,
.dpd-rewards-store-shell--store .dpd-v2-commerce-surface--catalog {
  max-width: 920px;
}

.dpd-rewards-store-shell--store .dpd-v2-rewards-catalog--single {
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
}

.dpd-rewards-store-shell--store .dpd-v2-rewards-catalog--single .dpd-v2-rewards-catalog__lead {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.78fr);
}

@media (max-width: 1200px) {
  .dpd-v2-rewards-flow-strip,
  .dpd-v2-rewards-catalog {
    grid-template-columns: 1fr;
  }

  .dpd-v2-rewards-flow-strip__actions {
    justify-content: flex-start;
  }

  .dpd-v2-rewards-catalog__lead {
    grid-template-columns: 1fr;
  }

  .dpd-v2-rewards-catalog--single .dpd-v2-rewards-catalog__lead {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr);
  }
}

@media (max-width: 969px) {
  .dpd-v2-rewards-flow-strip {
    padding: 14px;
  }

  .dpd-v2-rewards-flow-strip__stats {
    grid-template-columns: 1fr;
  }

  .dpd-v2-rewards-catalog__lead,
  .dpd-v2-rewards-catalog__context,
  .dpd-v2-rewards-catalog__mini {
    border-radius: 18px;
  }

  .dpd-v2-rewards-catalog--single .dpd-v2-rewards-catalog__lead {
    grid-template-columns: 1fr;
  }

  .dpd-v2-commerce-surface--workflow {
    padding: 14px !important;
  }
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell--product .swag-store-sec2-in.dpd-v2-commerce-surface,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell--product .swag-store-sec2-in.dpd-v2-commerce-surface.dpd-v2-commerce-surface--product {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body[data-theme-mode="offroad"] .dpd-v2-rewards-flow-strip,
body[data-theme-mode="offroad"] .dpd-v2-rewards-catalog__lead,
body[data-theme-mode="offroad"] .dpd-v2-rewards-catalog__context,
body[data-theme-mode="offroad"] .dpd-v2-rewards-catalog__mini,
body[data-theme-mode="offroad"] .dpd-v2-commerce-surface--workflow {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 251, 0.96)) !important;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  box-shadow: 0 12px 28px rgba(15, 20, 27, 0.06) !important;
}

body[data-theme-mode="offroad"] .dpd-v2-rewards-catalog__lead-media,
body[data-theme-mode="offroad"] .dpd-v2-rewards-catalog__mini-media,
body[data-theme-mode="offroad"] .dpd-v2-rewards-catalog__context-card {
  background: rgba(255, 255, 255, 0.94) !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell--product .dpd-v2-single-product__shell--redeem {
  gap: 12px !important;
  padding: 14px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 248, 251, 0.97)) !important;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  box-shadow: 0 12px 28px rgba(15, 20, 27, 0.07) !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell--product .main-content-sub-nav {
  margin-top: 8px !important;
  min-height: 54px !important;
  padding: 0 18px !important;
}

body[data-theme-mode="offroad"] .dpd-rewards-store-shell--product .dpd-v2-single-product__media-card,
body[data-theme-mode="offroad"] .dpd-rewards-store-shell--product .dpd-v2-single-product__summary-card--redeem {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 8px !important;
}

.dpd-v2-dealer-command .dpd-v2-action-card-grid--dealer,
.dpd-v2-parent-command .dpd-v2-action-card-grid--parent,
.dpd-v2-rsm-command .dpd-v2-action-card-grid--rsm,
.dpd-v2-admin-command .dpd-v2-action-card-grid--admin,
.dpd-v2-dashboard-section .dpd-v2-action-card-grid--console,
.dpd-v2-dashboard-section .dpd-v2-action-card-grid--supporting {
  align-items: stretch;
}

.dpd-v2-action-card-grid--dealer .dpd-v2-action-card,
.dpd-v2-action-card-grid--parent .dpd-v2-action-card,
.dpd-v2-action-card-grid--rsm .dpd-v2-action-card,
.dpd-v2-action-card-grid--admin .dpd-v2-action-card,
.dpd-v2-action-card-grid--console .dpd-v2-action-card,
.dpd-v2-action-card-grid--supporting .dpd-v2-action-card {
  display: grid;
  gap: 12px;
  min-height: 100%;
}

.dpd-v2-action-card-grid--dealer .dpd-v2-action-card,
.dpd-v2-action-card-grid--parent .dpd-v2-action-card,
.dpd-v2-action-card-grid--rsm .dpd-v2-action-card,
.dpd-v2-action-card-grid--admin .dpd-v2-action-card {
  padding-top: 22px;
}

.dpd-v2-action-card-grid--dealer .dpd-v2-action-card h4,
.dpd-v2-action-card-grid--parent .dpd-v2-action-card h4,
.dpd-v2-action-card-grid--rsm .dpd-v2-action-card h4,
.dpd-v2-action-card-grid--admin .dpd-v2-action-card h4,
.dpd-v2-action-card-grid--console .dpd-v2-action-card h4,
.dpd-v2-action-card-grid--supporting .dpd-v2-action-card h4 {
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.12;
}

.dpd-v2-action-card-grid--dealer .dpd-v2-action-card p,
.dpd-v2-action-card-grid--parent .dpd-v2-action-card p,
.dpd-v2-action-card-grid--rsm .dpd-v2-action-card p,
.dpd-v2-action-card-grid--admin .dpd-v2-action-card p,
.dpd-v2-action-card-grid--console .dpd-v2-action-card p,
.dpd-v2-action-card-grid--supporting .dpd-v2-action-card p {
  color: #4a5562;
}

.dpd-v2-action-card-grid--dealer .dpd-v2-action-row,
.dpd-v2-action-card-grid--parent .dpd-v2-action-row,
.dpd-v2-action-card-grid--rsm .dpd-v2-action-row,
.dpd-v2-action-card-grid--admin .dpd-v2-action-row,
.dpd-v2-action-card-grid--console .dpd-v2-action-row,
.dpd-v2-action-card-grid--supporting .dpd-v2-action-row {
  margin-top: auto;
  padding-top: 8px;
}

.dpd-v2-action-card.is-dark {
  background: linear-gradient(180deg, #18222d 0%, #101821 100%);
  border-color: rgba(255, 242, 0, 0.12);
  box-shadow: 0 22px 42px rgba(8, 13, 18, 0.18);
}

.dpd-v2-action-card.is-dark .dpd-v2-card-kicker,
.dpd-v2-action-card.is-dark h4 {
  color: #f7fafc;
}

.dpd-v2-action-card.is-dark p,
.dpd-v2-action-card.is-dark .dpd-v2-key-list li,
.dpd-v2-action-card.is-dark .dpd-v2-card-value {
  color: rgba(233, 240, 245, 0.82);
}

.dpd-v2-action-card.is-dark .dpd-v2-card-value {
  color: #ffea00;
}

.dpd-v2-action-card.is-dark .dpd-v2-key-list li::before {
  background: #ffea00;
}

.dpd-v2-action-card.is-dark .mock-btn.small {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #f5f8fb;
}

.dpd-v2-action-card.is-dark .mock-btn.small:hover {
  background: #ffea00;
  border-color: #ffea00;
  color: #11161d;
}

.dpd-v2-action-card.is-accent {
  background: linear-gradient(180deg, #fffdf1 0%, #f7f3dc 100%);
  border-color: rgba(255, 234, 0, 0.28);
  box-shadow: 0 18px 36px rgba(117, 97, 13, 0.08);
}

.dpd-v2-action-card.is-accent .dpd-v2-card-kicker {
  color: var(--dpd-accent-text-light-strong);
}

.dpd-v2-action-card.is-accent h4,
.dpd-v2-action-card.is-accent .dpd-v2-card-value {
  color: #141a20;
}

.dpd-v2-action-card.is-accent p,
.dpd-v2-action-card.is-accent .dpd-v2-key-list li {
  color: #4f5863;
}

.dpd-v2-action-card.is-console {
  background: linear-gradient(180deg, #f8fafc 0%, #eef3f7 100%);
  border-color: rgba(13, 20, 27, 0.08);
  box-shadow: 0 18px 36px rgba(15, 20, 27, 0.07);
}

.dpd-v2-action-card.is-console .dpd-v2-card-kicker {
  color: #4d5c6b;
}

/* Accessibility: keep accent text readable on light surfaces.
   Bright brand yellow stays reserved for dark surfaces, filled chips, and controls. */
.dpd-v2-portal-shell .dpd-v2-action-card:not(.is-dark) h4,
.dpd-v2-portal-shell .dpd-v2-step-card h4,
.dpd-v2-portal-shell .dpd-v2-promo-card h4 {
  color: #141b21;
}

.dpd-v2-portal-shell .dpd-v2-action-card:not(.is-dark) .dpd-v2-card-kicker,
.dpd-v2-portal-shell .dpd-v2-step-card .dpd-v2-card-kicker,
.dpd-v2-portal-shell .dpd-v2-promo-card .dpd-v2-card-kicker,
.dpd-v2-portal-shell .dpd-v2-training-mini--compact .dpd-v2-card-kicker,
.dpd-v2-portal-shell .dpd-v2-single-product__redeem-panel .dpd-v2-card-kicker {
  color: var(--dpd-accent-text-light);
}

.dpd-v2-action-card.is-console h4,
.dpd-v2-action-card.is-console .dpd-v2-card-value {
  color: #121920;
}

.dpd-v2-action-card.is-console p,
.dpd-v2-action-card.is-console .dpd-v2-key-list li {
  color: #56616d;
}

.dpd-v2-dashboard-section--console .mock-panel,
.dpd-v2-dashboard-section--workflow .mock-panel {
  border-radius: 26px;
  box-shadow: 0 18px 36px rgba(15, 20, 27, 0.06);
}

.dpd-v2-dashboard-section--console .dpd-v2-inline-summary {
  margin-bottom: 14px;
}

@media (max-width: 1240px) {
  .dpd-v2-support-dock {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .dpd-v2-context-alert {
    grid-template-columns: 1fr;
    padding: 18px 16px;
  }

  .dpd-v2-context-alert__actions {
    justify-content: flex-start;
  }

  .dpd-v2-dealer-metric-fold,
  .dpd-v2-wallet-metric-fold,
  .dpd-v2-module-metric-fold {
    margin-top: 0;
  }

  .dpd-v2-parent-metric-fold,
  .dpd-v2-rsm-metric-fold,
  .dpd-v2-admin-metric-fold {
    margin-top: 0;
  }

  .dpd-v2-single-product__summary-grid {
    grid-template-columns: 1fr;
  }

  .dpd-v2-account-grid,
  .dpd-v2-tire-detail-tools,
  .dpd-v2-account-summary-list--two {
    grid-template-columns: 1fr;
  }

  .dpd-v2-account-form-grid {
    grid-template-columns: 1fr;
  }
}

/* DPD 2.0 launch polish: shared visual cleanup for dashboard, training, wallet, and downloads */
#sub-page-main-content-wrapper.dpd-v2-portal-shell {
  --dpd-launch-surface: #ffffff;
  --dpd-launch-surface-alt: #f4f7fa;
  --dpd-launch-surface-muted: #edf2f6;
  --dpd-launch-border: rgba(16, 24, 32, 0.09);
  --dpd-launch-border-strong: rgba(16, 24, 32, 0.14);
  --dpd-launch-ink: #000000;
  --dpd-launch-copy: #54616e;
  --dpd-launch-copy-strong: #2d3741;
  --dpd-launch-kicker: #637181;
  --dpd-launch-shadow: 0 14px 28px rgba(9, 16, 23, 0.05);
  --dpd-launch-shadow-strong: 0 22px 34px rgba(9, 16, 23, 0.08);
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-card,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock__card,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-mini,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-flow__primary,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-context-alert,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-table-scroll,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .mock-panel {
  border-color: var(--dpd-launch-border);
  box-shadow: var(--dpd-launch-shadow);
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-card,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock__card,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-mini,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-context-alert,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-empty-state,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .mock-panel {
  background: var(--dpd-launch-surface);
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-card-kicker,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-section-header__eyebrow,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-section-header__copy h2 {
  color: var(--dpd-launch-kicker);
  letter-spacing: 0.14em;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card-grid--dealer,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card-grid--wallet,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card-grid--training,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card-grid--module {
  gap: 10px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card-grid--dealer {
  grid-template-columns: minmax(0, 1.26fr) repeat(2, minmax(0, 0.94fr));
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card-grid--wallet {
  grid-template-columns: minmax(0, 1.26fr) repeat(2, minmax(0, 0.94fr));
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-wallet-command .dpd-v2-action-card-grid--wallet .dpd-v2-action-card,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dealer-command .dpd-v2-action-card-grid--dealer .dpd-v2-action-card {
  min-height: 100%;
  padding: 16px 16px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-wallet-command .dpd-v2-action-card-grid--wallet .dpd-v2-action-card.is-console,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-wallet-command .dpd-v2-action-card-grid--wallet .dpd-v2-action-card.is-accent,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-mini,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-card,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-empty-state {
  background: var(--dpd-launch-surface-alt);
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-wallet-command .dpd-v2-action-card-grid--wallet .dpd-v2-action-card.is-console {
  border-color: rgba(16, 24, 32, 0.07);
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-wallet-command .dpd-v2-action-card-grid--wallet .dpd-v2-action-card.is-accent {
  border-color: rgba(255, 242, 0, 0.24);
  background: linear-gradient(180deg, #fffdf5 0%, #f5f8fb 100%);
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-wallet-command .mock-panel,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-updates-shell .mock-panel {
  border-radius: 18px;
  box-shadow: none;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-flow {
  gap: 12px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-flow__primary {
  background: linear-gradient(180deg, #18222d 0%, #0f1820 100%);
  border-color: rgba(255, 234, 0, 0.14);
  box-shadow: var(--dpd-launch-shadow-strong);
  gap: 12px;
  padding: 20px 20px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-flow__primary .dpd-v2-card-kicker,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-flow__primary h3 {
  color: #f5f8fb;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-flow__primary > p {
  color: rgba(231, 238, 244, 0.78);
  font-size: 13px;
  line-height: 1.48;
  max-width: 38rem;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-flow__details span {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.09);
  color: #f3f7fb;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-flow__primary .mock-btn.small:first-child {
  background: #ffea00;
  border-color: #ffea00;
  color: #000000;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-flow__primary .mock-btn.small:not(:first-child) {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #f5f8fb;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-mini {
  border-radius: 16px;
  box-shadow: none;
  gap: 6px;
  padding: 12px 14px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-mini h4 {
  font-size: 15px;
  line-height: 1.28;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-mini li,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-card__body p,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock__copy p,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .mock-panel p,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .mock-panel li {
  color: var(--dpd-launch-copy);
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-training-v2-page .training-portal-table-in {
  padding: 16px 18px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-training-v2-page .training-portal-table .table > tbody > tr.is-priority td {
  background: linear-gradient(180deg, rgba(255, 234, 0, 0.08), rgba(244, 248, 252, 0.92));
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-training-v2-page .training-portal-table .table > tbody > tr.is-in-progress td {
  background: linear-gradient(180deg, rgba(34, 216, 180, 0.08), rgba(244, 248, 252, 0.92));
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-training-v2-page .training-portal-table .table > tbody > tr.is-priority.is-in-progress td {
  background: linear-gradient(180deg, rgba(34, 216, 180, 0.1), rgba(255, 248, 218, 0.78));
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-training-v2-page .course-start-btn {
  min-height: 36px;
  min-width: 104px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-updates-shell .mock-grid-2 {
  gap: 10px;
  max-width: 560px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-updates-shell .mock-panel {
  background: var(--dpd-launch-surface);
  padding: 12px 13px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-grid--featured {
  gap: 12px;
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 0.85fr));
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-grid--featured .dpd-v2-library-card:first-child {
  grid-column: span 2;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-grid--featured .dpd-v2-library-card:first-child .dpd-v2-library-card__media {
  aspect-ratio: 2.05 / 1;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-grid--featured .dpd-v2-library-card:first-child .dpd-v2-library-card__body {
  padding: 16px 18px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-grid--featured .dpd-v2-library-card:not(:first-child) .dpd-v2-library-card__media {
  aspect-ratio: 1.45 / 1;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-grid--resource,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-grid--video {
  gap: 12px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-card {
  border-radius: 16px;
  overflow: hidden;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-card__body {
  gap: 6px;
  padding: 14px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-card__body h5 {
  color: var(--dpd-launch-ink);
  font-size: 17px;
  line-height: 1.28;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-grid--featured .dpd-v2-library-card__body h5 {
  font-size: 22px;
  line-height: 1.08;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-empty-state {
  border: 1px dashed rgba(16, 24, 32, 0.12);
  border-radius: 18px;
  padding: 20px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-empty-state h4 {
  color: var(--dpd-launch-ink);
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 6px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-empty-state p {
  color: var(--dpd-launch-copy);
  margin: 0;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock {
  gap: 14px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock__card {
  border-radius: 20px;
  gap: 14px;
  padding: 18px 20px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock__copy h4 {
  color: var(--dpd-launch-ink);
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.08;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock__card.is-primary {
  background: linear-gradient(180deg, #15202b 0%, #101821 100%);
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock__card.is-primary .dpd-v2-support-dock__copy p {
  color: rgba(235, 240, 244, 0.76);
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .mock-btn.small {
  align-items: center;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  min-height: 36px;
  padding: 0 12px;
  text-transform: uppercase;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-card .mock-btn.small,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-mini .mock-btn.small,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock__card:not(.is-primary) .mock-btn.small,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-wallet-command .dpd-v2-action-card:not(.is-dark) .mock-btn.small {
  background: #ffffff;
  border-color: rgba(16, 24, 32, 0.12);
  color: var(--dpd-launch-ink);
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-card .mock-btn.small:hover,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-mini .mock-btn.small:hover,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock__card:not(.is-primary) .mock-btn.small:hover,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-wallet-command .dpd-v2-action-card:not(.is-dark) .mock-btn.small:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

@media (max-width: 1240px) {
  #sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card-grid--dealer,
  #sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card-grid--wallet,
  #sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-grid--featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-grid--featured .dpd-v2-library-card:first-child {
    grid-column: span 2;
  }
}

@media (max-width: 991px) {
  #sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card-grid--dealer,
  #sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card-grid--wallet,
  #sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-grid--featured {
    grid-template-columns: 1fr;
  }

  #sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-grid--featured .dpd-v2-library-card:first-child {
    grid-column: auto;
  }

  #sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-flow__primary {
    padding: 22px 18px;
  }
}

/* Launch closeout 3.1.72: accessibility, update density, and support dock cleanup */
#sub-page-main-content-wrapper.dpd-v2-portal-shell :is(a, button, .mock-btn, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid rgba(255, 234, 0, 0.92);
  outline-offset: 2px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .border-dotted-heading {
  margin-bottom: 10px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .border-dotted-heading h2 span {
  font-size: 11px;
  letter-spacing: 0.16em;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock-section {
  margin-top: 8px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock-section__intro {
  display: block;
  margin-bottom: 8px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock-section__intro .dpd-v2-card-kicker {
  margin: 0;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock {
  grid-template-columns: minmax(0, 1.14fr) repeat(2, minmax(0, 0.93fr));
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock__card {
  gap: 12px;
  min-height: 0;
  padding: 16px 18px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock__copy {
  gap: 4px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock__copy p {
  max-width: 34ch;
}

/* Launch closeout 3.1.82: compact dashboard and utility route rhythm */
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-notification-strip {
  gap: 10px;
  grid-template-columns: 52px minmax(0, 1fr) 148px;
  padding: 10px 12px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-notification-strip__lead {
  gap: 8px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-notification-strip__icon {
  font-size: 17px;
  height: 40px;
  width: 40px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-notification-strip__count {
  font-size: 14px;
  min-width: 34px;
  padding: 7px 9px 6px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-notification-strip__meta {
  gap: 8px;
  margin-bottom: 4px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-notification-strip h3 {
  font-size: clamp(16px, 1.35vw, 20px);
  margin: 0 0 4px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-notification-strip p {
  font-size: 13px;
  line-height: 1.45;
  max-width: 60ch;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-notification-strip__actions {
  gap: 8px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-notification-strip__actions .mock-btn {
  min-height: 32px;
  padding: 0 12px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card-grid--dealer,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card-grid--supporting {
  gap: 8px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card--dealer,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card-grid--supporting .dpd-v2-action-card {
  padding: 14px 14px 15px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card--dealer h4,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card-grid--supporting .dpd-v2-action-card h4 {
  font-size: 15px;
  line-height: 1.22;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card--dealer p,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card-grid--supporting .dpd-v2-action-card p {
  font-size: 12px;
  line-height: 1.45;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-flow {
  gap: 10px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-flow__primary {
  gap: 10px;
  padding: 18px 18px 16px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-flow__primary h3 {
  font-size: 16px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-flow__primary p {
  font-size: 12px;
  line-height: 1.42;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-route-update-shell {
  max-width: 520px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-route-update-shell .dpd-v2-action-card {
  padding: 12px 14px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-update-stack {
  display: grid;
  gap: 10px;
  max-width: 620px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-update-stack__item {
  border-radius: 16px;
  gap: 6px;
  padding: 14px 16px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-update-stack__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-update-stack__item h4 {
  color: var(--dpd-launch-ink);
  font-size: 17px;
  line-height: 1.18;
  margin: 0;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-update-stack__item p {
  margin: 0;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-update-stack__actions {
  display: flex;
  justify-content: flex-start;
  padding-top: 2px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-route-update-shell {
  max-width: 620px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-section--supporting .dpd-v2-action-card-grid--supporting {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-section--supporting .dpd-v2-action-card-grid--supporting .dpd-v2-action-card {
  min-height: 0;
  padding: 15px 16px;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-section--supporting .dpd-v2-action-card-grid--supporting .dpd-v2-action-card h4 {
  font-size: clamp(17px, 1.3vw, 20px);
}

@media (max-width: 1240px) {
  #sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock,
  #sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-section--supporting .dpd-v2-action-card-grid--supporting {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  #sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock,
  #sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-section--supporting .dpd-v2-action-card-grid--supporting {
    grid-template-columns: 1fr;
  }

  #sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-route-update-shell,
  #sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-update-stack {
    max-width: none;
  }
}

/* Launch closeout 3.1.73: brand typography, light-surface contrast, and spacing normalization */
:root {
  --dpd-brand-font-display: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  --dpd-brand-font-condensed: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  --dpd-brand-font-body: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  --dpd-brand-text-strong: #000000;
  --dpd-brand-text-body: #44515d;
  --dpd-brand-text-muted: #667382;
  --dpd-brand-text-soft: #778390;
  --dpd-brand-accent-safe: #000000;
}

body,
input,
select,
textarea,
button {
  font-family: var(--dpd-brand-font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.dpd-v2-page-toolbar h1,
.video-header-content h1,
.dpd-v2-product-hero h1,
.dpd-v2-login-panel h1,
.dpd-v2-login-card h1 {
  font-family: var(--dpd-brand-font-display);
}

.dpd-v2-card-kicker,
.border-dotted-heading h2 span,
.mock-btn,
.mock-btn.small,
.bttn,
.menu-item a,
.dpd-v2-dashboard-track__label,
.dpd-v2-dashboard-status-hub__score-label,
.dpd-v2-dashboard-status-hub__stat span,
.dpd-v2-product-price__meta,
.dpd-v2-finder-card-meta__item span,
.dpd-v2-update-stack__meta {
  font-family: var(--dpd-brand-font-condensed);
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-card-kicker,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .border-dotted-heading h2 span,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card:not(.is-dark) .dpd-v2-card-kicker,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-step-card .dpd-v2-card-kicker,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-promo-card .dpd-v2-card-kicker,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-training-mini--compact .dpd-v2-card-kicker,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-single-product__redeem-panel .dpd-v2-card-kicker,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-track__label,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-status-hub__score-label,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-status-hub__stat span {
  color: var(--dpd-brand-text-muted) !important;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-card-kicker,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .border-dotted-heading h2 span,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-track__label,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-status-hub__score-label,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-status-hub__stat span,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-product-price__meta,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-finder-card-meta__item span {
  line-height: 1.1 !important;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card h4,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-step-card h4,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-promo-card h4,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-card__body h5,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-update-stack__item h4,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-empty-state h4,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock__copy h4,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-status-hub__next h3,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-track__detail,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-status-hub__intro h2,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-product-price strong {
  color: var(--dpd-brand-text-strong) !important;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card p,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-step-card p,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-promo-card p,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-update-stack__item p,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-empty-state p,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-status-hub__intro > p,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-track__meta,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-key-list li,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock__copy p,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-library-card__body p,
.dpd-v2-login-panel p,
.dpd-v2-login-card p {
  color: var(--dpd-brand-text-body) !important;
  line-height: 1.58 !important;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-status-hub__next.is-accent .dpd-v2-card-kicker,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-status-hub__next.is-accent h3,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-status-hub__next.is-accent > p,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-status-hub__next.is-accent .dpd-v2-key-list li,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card.is-accent .dpd-v2-card-kicker,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card.is-accent h4,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card.is-accent p,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card.is-accent .dpd-v2-key-list li {
  color: var(--dpd-brand-text-strong) !important;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-dashboard-status-hub__next.is-accent .dpd-v2-key-list li::before,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-action-card.is-accent .dpd-v2-key-list li::before {
  background: var(--dpd-brand-accent-safe) !important;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .border-dotted-heading {
  margin-bottom: 10px;
  width: fit-content;
  max-width: 100%;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .border-dotted-heading h2 {
  width: auto;
  max-width: 100%;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .border-dotted-heading h2 span {
  align-items: center;
  display: inline-flex !important;
  letter-spacing: 0.14em;
  max-width: 100%;
  width: auto;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-product-price strong {
  line-height: 1 !important;
  letter-spacing: -0.035em;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock__card.is-primary .dpd-v2-card-kicker,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock__card.is-primary .dpd-v2-support-dock__copy h4,
#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock__card.is-primary .dpd-v2-support-dock__copy p {
  color: #eef4f7 !important;
}

#sub-page-main-content-wrapper.dpd-v2-portal-shell .dpd-v2-support-dock__card.is-primary .dpd-v2-card-kicker {
  opacity: 0.86;
}

.dpd-rewards-store-shell .woocommerce-product-gallery__trigger {
  display: none !important;
}

/* Launch closeout 3.1.76: final type rhythm and light-surface contrast */
body,
body p,
body li,
body td,
body th,
body label,
body input,
body select,
body textarea,
body button {
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.dpd-v2-login-card h1,
.dpd-v2-login-panel h1,
.video-header-content h1 {
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

body .mock-btn,
body .mock-btn.small,
body .bttn,
body .dpd-v2-card-kicker,
body .border-dotted-heading h2 span,
body .dpd-v2-product-price__meta,
body .dpd-v2-dashboard-track__label,
body .dpd-v2-dashboard-status-hub__score-label,
body .dpd-v2-dashboard-status-hub__stat span {
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

body p,
body li,
body td,
body label {
  line-height: 1.58;
}

body .dpd-v2-login-card p,
body .dpd-v2-login-panel p,
body .dpd-v2-login-card li,
body .dpd-v2-login-panel li,
body .video-header-content p {
  line-height: 1.6 !important;
}

body .dpd-v2-action-card.is-accent .dpd-v2-card-kicker,
body .dpd-v2-action-card.is-accent h4,
body .dpd-v2-action-card.is-accent p,
body .dpd-v2-action-card.is-accent li,
body .dpd-v2-dashboard-status-hub__next.is-accent .dpd-v2-card-kicker,
body .dpd-v2-dashboard-status-hub__next.is-accent h3,
body .dpd-v2-dashboard-status-hub__next.is-accent p,
body .dpd-v2-dashboard-status-hub__next.is-accent li,
body .dpd-v2-training-flow__secondary .dpd-v2-card-kicker,
body .dpd-v2-training-flow__secondary h4,
body .dpd-v2-training-flow__secondary p,
body .dpd-v2-training-mini--compact .dpd-v2-card-kicker,
body .dpd-v2-training-mini--compact h4,
body .dpd-v2-training-mini--compact p,
body .dpd-v2-library-card .dpd-v2-card-kicker,
body .dpd-v2-library-card h5,
body .dpd-v2-library-card p,
body .dpd-v2-single-product__redeem-panel .dpd-v2-card-kicker,
body .dpd-v2-single-product__redeem-panel h4,
body .dpd-v2-single-product__redeem-panel p {
  color: #000000 !important;
}

body .dpd-v2-action-card.is-accent .dpd-v2-key-list li::before,
body .dpd-v2-dashboard-status-hub__next.is-accent .dpd-v2-key-list li::before,
body .dpd-v2-training-flow__secondary .dpd-v2-key-list li::before,
body .dpd-v2-training-mini--compact .dpd-v2-key-list li::before {
  background: #000000 !important;
}

body .dpd-v2-product-price strong,
body .dpd-v2-finder-card-meta__item strong,
body .dpd-v2-dashboard-status-hub__stat strong,
body .dpd-v2-dashboard-track__detail strong {
  font-variant-numeric: tabular-nums;
}

body .dpd-v2-support-dock__card.is-primary .dpd-v2-card-kicker,
body .dpd-v2-support-dock__card.is-primary .dpd-v2-support-dock__copy h4,
body .dpd-v2-support-dock__card.is-primary .dpd-v2-support-dock__copy p,
body .dpd-v2-support-dock__card.is-primary .dpd-v2-support-dock__copy li {
  color: #eef4f7 !important;
}

body .fa,
body i.fa,
body .fas,
body i.fas,
body .far,
body i.far,
body .fal,
body i.fal {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
}

body .fab,
body i.fab {
  font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands" !important;
}

/* Launch closeout 3.1.77: sitewide brand-safe type scale and contrast */
:root {
  --dpd-font-body: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  --dpd-font-display: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  --dpd-font-ui: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  --dpd-leading-body: 1.58;
  --dpd-leading-ui: 1.14;
  --dpd-leading-display: 1.04;
  --dpd-text-strong: #000000;
  --dpd-text-body: #445260;
  --dpd-text-muted: #5f6e7c;
  --dpd-text-dark-strong: #f4f7f8;
  --dpd-text-dark-body: rgba(231, 236, 240, 0.84);
  --dpd-accent-safe: #000000;
}

html,
body {
  font-family: var(--dpd-font-body) !important;
}

body,
body p,
body li,
body td,
body th,
body label,
body input,
body select,
body textarea,
body button {
  color: var(--dpd-text-body);
  font-family: var(--dpd-font-body) !important;
  line-height: var(--dpd-leading-body);
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .page-title,
body .dpd-v2-login-card h1,
body .dpd-v2-login-panel h1,
body .video-header-content h1 {
  color: var(--dpd-text-strong);
  font-family: var(--dpd-font-display) !important;
  line-height: var(--dpd-leading-display);
}

body .mock-btn,
body .mock-btn.small,
body .bttn,
body .dpd-v2-card-kicker,
body .border-dotted-heading h2 span,
body .dpd-v2-product-price__meta,
body .dpd-v2-dashboard-track__label,
body .dpd-v2-dashboard-status-hub__score-label,
body .dpd-v2-dashboard-status-hub__stat span,
body .dpd-v2-table-shell th,
body .dpd-v2-finder-card-meta__item span {
  color: var(--dpd-text-muted);
  font-family: var(--dpd-font-ui) !important;
  line-height: var(--dpd-leading-ui);
}

body .dpd-v2-action-card h3,
body .dpd-v2-action-card h4,
body .dpd-v2-step-card h4,
body .dpd-v2-promo-card h4,
body .dpd-v2-dashboard-status-hub__next h3,
body .dpd-v2-training-flow__primary h4,
body .dpd-v2-training-flow__secondary h4,
body .dpd-v2-library-card h5,
body .dpd-v2-empty-state h4,
body .dpd-v2-update-stack__item h4,
body .dpd-v2-product-price strong {
  color: var(--dpd-text-strong) !important;
}

body .dpd-v2-action-card p,
body .dpd-v2-step-card p,
body .dpd-v2-promo-card p,
body .dpd-v2-dashboard-status-hub__next p,
body .dpd-v2-dashboard-status-hub__intro > p,
body .dpd-v2-training-flow__primary p,
body .dpd-v2-training-flow__secondary p,
body .dpd-v2-library-card p,
body .dpd-v2-empty-state p,
body .dpd-v2-update-stack__item p,
body .dpd-v2-support-dock__copy p,
body .dpd-v2-support-dock__copy li,
body .dpd-v2-key-list li,
body .dpd-v2-login-card p,
body .dpd-v2-login-panel p,
body .video-header-content p {
  color: var(--dpd-text-body) !important;
  line-height: var(--dpd-leading-body) !important;
}

body .dpd-v2-action-card.is-accent,
body .dpd-v2-dashboard-status-hub__next.is-accent,
body .dpd-v2-step-card,
body .dpd-v2-promo-card,
body .dpd-v2-training-flow__secondary,
body .dpd-v2-training-mini--compact,
body .dpd-v2-library-card,
body .dpd-v2-single-product__redeem-panel,
body .dpd-v2-update-stack__item,
body .dpd-v2-empty-state,
body .db-white-box {
  color: var(--dpd-text-strong) !important;
}

body .dpd-v2-action-card.is-accent .dpd-v2-card-kicker,
body .dpd-v2-action-card.is-accent h3,
body .dpd-v2-action-card.is-accent h4,
body .dpd-v2-action-card.is-accent strong,
body .dpd-v2-action-card.is-accent p,
body .dpd-v2-action-card.is-accent li,
body .dpd-v2-dashboard-status-hub__next.is-accent .dpd-v2-card-kicker,
body .dpd-v2-dashboard-status-hub__next.is-accent h3,
body .dpd-v2-dashboard-status-hub__next.is-accent strong,
body .dpd-v2-dashboard-status-hub__next.is-accent p,
body .dpd-v2-dashboard-status-hub__next.is-accent li,
body .dpd-v2-step-card .dpd-v2-card-kicker,
body .dpd-v2-step-card h4,
body .dpd-v2-step-card strong,
body .dpd-v2-step-card p,
body .dpd-v2-step-card li,
body .dpd-v2-promo-card .dpd-v2-card-kicker,
body .dpd-v2-promo-card h4,
body .dpd-v2-promo-card strong,
body .dpd-v2-promo-card p,
body .dpd-v2-promo-card li,
body .dpd-v2-training-flow__secondary .dpd-v2-card-kicker,
body .dpd-v2-training-flow__secondary h4,
body .dpd-v2-training-flow__secondary strong,
body .dpd-v2-training-flow__secondary p,
body .dpd-v2-training-flow__secondary li,
body .dpd-v2-training-mini--compact .dpd-v2-card-kicker,
body .dpd-v2-training-mini--compact h4,
body .dpd-v2-training-mini--compact strong,
body .dpd-v2-training-mini--compact p,
body .dpd-v2-training-mini--compact li,
body .dpd-v2-library-card .dpd-v2-card-kicker,
body .dpd-v2-library-card h5,
body .dpd-v2-library-card strong,
body .dpd-v2-library-card p,
body .dpd-v2-single-product__redeem-panel .dpd-v2-card-kicker,
body .dpd-v2-single-product__redeem-panel h4,
body .dpd-v2-single-product__redeem-panel strong,
body .dpd-v2-single-product__redeem-panel p,
body .dpd-v2-single-product__redeem-panel li,
body .dpd-v2-update-stack__item .dpd-v2-card-kicker,
body .dpd-v2-update-stack__item h4,
body .dpd-v2-update-stack__item strong,
body .dpd-v2-update-stack__item p,
body .dpd-v2-empty-state .dpd-v2-card-kicker,
body .dpd-v2-empty-state h4,
body .dpd-v2-empty-state strong,
body .dpd-v2-empty-state p {
  color: var(--dpd-text-strong) !important;
}

body .dpd-v2-action-card.is-accent .dpd-v2-key-list li::before,
body .dpd-v2-dashboard-status-hub__next.is-accent .dpd-v2-key-list li::before,
body .dpd-v2-step-card .dpd-v2-key-list li::before,
body .dpd-v2-promo-card .dpd-v2-key-list li::before,
body .dpd-v2-training-flow__secondary .dpd-v2-key-list li::before,
body .dpd-v2-training-mini--compact .dpd-v2-key-list li::before {
  background: var(--dpd-accent-safe) !important;
}

body .dpd-v2-action-card.is-dark .dpd-v2-card-kicker,
body .dpd-v2-action-card.is-dark h3,
body .dpd-v2-action-card.is-dark h4,
body .dpd-v2-action-card.is-dark strong,
body .dpd-v2-dashboard-status-hub__next.is-dark .dpd-v2-card-kicker,
body .dpd-v2-dashboard-status-hub__next.is-dark h3,
body .dpd-v2-dashboard-status-hub__next.is-dark strong,
body .dpd-v2-support-dock__card.is-primary .dpd-v2-card-kicker,
body .dpd-v2-support-dock__card.is-primary .dpd-v2-support-dock__copy h4 {
  color: var(--dpd-text-dark-strong) !important;
}

body .dpd-v2-action-card.is-dark p,
body .dpd-v2-action-card.is-dark li,
body .dpd-v2-dashboard-status-hub__next.is-dark p,
body .dpd-v2-dashboard-status-hub__next.is-dark li,
body .dpd-v2-support-dock__card.is-primary .dpd-v2-support-dock__copy p,
body .dpd-v2-support-dock__card.is-primary .dpd-v2-support-dock__copy li {
  color: var(--dpd-text-dark-body) !important;
}

body .dpd-v2-product-price strong,
body .dpd-v2-finder-card-meta__item strong,
body .dpd-v2-dashboard-status-hub__stat strong,
body .dpd-v2-dashboard-track__detail strong,
body .dpd-v2-table-shell td {
  color: var(--dpd-text-strong);
  font-variant-numeric: tabular-nums;
}

/* Brand closeout 3.1.89: exact Dunlop yellow/black + Acumin-first stack */
:root {
  --dpd-brand-yellow: #fff200;
  --dpd-brand-yellow-rgb: 255, 242, 0;
  --dpd-brand-black: #000000;
  --dpd-brand-font-display: "acumin-pro", "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --dpd-brand-font-condensed: "acumin-pro", "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --dpd-brand-font-body: "acumin-pro", "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --dpd-brand-text-strong: #000000;
  --dpd-brand-accent-safe: #000000;
  --dpd-font-body: "acumin-pro", "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --dpd-font-display: "acumin-pro", "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --dpd-font-ui: "acumin-pro", "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --dpd-text-strong: #000000;
  --dpd-accent: #fff200;
  --dpd-accent-contrast: #000000;
  --dpd-accent-soft: rgba(var(--dpd-brand-yellow-rgb), 0.16);
  --dpd-accent-safe: #000000;
}

body[data-dpd-accent="green"],
body[data-dpd-accent="blue"],
body[data-dpd-accent="dark"],
body[data-dpd-accent="dirt"],
body[data-theme-mode="offroad"],
body[data-theme-mode="dark"] {
  --dpd-accent: #fff200 !important;
  --dpd-accent-contrast: #000000 !important;
  --dpd-accent-soft: rgba(var(--dpd-brand-yellow-rgb), 0.16) !important;
  --dpd-accent-safe: #000000 !important;
}

/* Brand closeout 3.1.90: late token lock for exact Dunlop standards */
:root {
  --dpd-brand-yellow: #fff200;
  --dpd-brand-yellow-rgb: 255, 242, 0;
  --dpd-brand-black: #000000;
  --dpd-brand-font-display: "acumin-pro", "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --dpd-brand-font-condensed: "acumin-pro", "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --dpd-brand-font-body: "acumin-pro", "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --dpd-brand-text-strong: #000000;
  --dpd-brand-text-body: #3f4d5b;
  --dpd-brand-text-muted: #5f6d7b;
  --dpd-brand-text-soft: #778593;
  --dpd-brand-accent-safe: #000000;
  --dpd-font-body: "acumin-pro", "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --dpd-font-display: "acumin-pro", "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --dpd-font-ui: "acumin-pro", "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --dpd-launch-ink: #000000;
  --dpd-text-strong: #000000;
  --dpd-text-body: #3f4d5b;
  --dpd-text-muted: #5f6d7b;
  --dpd-accent: #fff200;
  --dpd-accent-contrast: #000000;
  --dpd-accent-soft: rgba(var(--dpd-brand-yellow-rgb), 0.16);
  --dpd-accent-safe: #000000;
}

body,
body[data-dpd-accent="green"],
body[data-dpd-accent="blue"],
body[data-dpd-accent="dark"],
body[data-dpd-accent="dirt"],
body[data-theme-mode="offroad"],
body[data-theme-mode="dark"] {
  --dpd-accent: #fff200 !important;
  --dpd-accent-contrast: #000000 !important;
  --dpd-accent-soft: rgba(var(--dpd-brand-yellow-rgb), 0.16) !important;
  --dpd-accent-text-light: #000000 !important;
  --dpd-accent-text-light-strong: #000000 !important;
  --dpd-accent-text-dark: #fff200 !important;
  --dpd-accent-safe: #000000 !important;
  --dpd-text-strong: #000000 !important;
}
