/* SPTechs single stylesheet: legacy compatibility layer. */
body {
    font-family: sans-serif, Tahoma, Arial, Helvetica;
    background: #f4f4f4 url(/images/bg1.gif) top center repeat-y;
    margin: 0;
    padding: 0;
    font-size: 14px;
    /* line-height: 24px; */
}

/* Modern account messaging. */
.site-v2 .v2-messages {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  direction: rtl;
  color: var(--v2-text);
}

.site-v2 .v2-message-nav {
  display: grid;
  margin: 0 0 24px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--v2-border);
  border-radius: 14px;
  background: #f4f8fa;
  overflow: hidden;
}

.site-v2 .v2-message-nav a {
  position: relative;
  display: flex;
  min-height: 68px;
  padding: 10px 12px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-inline-start: 1px solid var(--v2-border);
  color: var(--v2-muted);
  text-align: center;
  text-decoration: none;
}

.site-v2 .v2-message-nav a:first-child {
  border-inline-start: 0;
}

.site-v2 .v2-message-nav a:hover,
.site-v2 .v2-message-nav a:focus-visible,
.site-v2 .v2-message-nav a[aria-current="page"] {
  background: #fff;
  color: var(--v2-brand-900);
}

.site-v2 .v2-message-nav a[aria-current="page"]::after {
  position: absolute;
  right: 16px;
  bottom: 0;
  left: 16px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--v2-brand-700);
  content: "";
}

.site-v2 .v2-message-nav strong {
  min-width: 25px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #dfeaf0;
  color: var(--v2-brand-900);
  font-size: 0.78rem;
}

.site-v2 .v2-message-nav em {
  position: absolute;
  bottom: 5px;
  font-size: 0.67rem;
  font-style: normal;
}

.site-v2 .v2-messages-header {
  display: flex;
  margin-bottom: 18px;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.site-v2 .v2-messages-header p,
.site-v2 .v2-message-card header p,
.site-v2 .v2-message-compose-card header p {
  margin: 0 0 4px;
  color: var(--v2-muted);
  font-size: 0.84rem;
}

.site-v2 .v2-messages-header h1,
.site-v2 .v2-message-card h1,
.site-v2 .v2-message-compose-card h1,
.site-v2 .v2-message-confirm h1 {
  margin: 0;
  color: var(--v2-brand-900);
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
}

.site-v2 .v2-messages-header > span {
  margin-left: 12px;
  padding: 0;
  color: var(--v2-brand-900);
  font-size: 0.8rem;
  font-weight: 800;
}

.site-v2 .v2-message-notice,
.site-v2 .v2-message-safety,
.site-v2 .v2-message-error {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid #b9ddca;
  border-radius: 10px;
  background: #edf8f2;
  color: #105a37;
}

.site-v2 .v2-message-safety {
  border-color: #efd59b;
  background: #fff8e8;
  color: #6e4a04;
}

.site-v2 .v2-message-error {
  border-color: #efc5bf;
  background: #fff4f2;
  color: #8c3128;
}

.site-v2 .v2-message-list {
  overflow: hidden;
  border: 1px solid var(--v2-border);
  border-radius: 14px;
  background: #fff;
}

.site-v2 .v2-message-row {
  display: flex;
  min-width: 0;
  border-bottom: 1px solid var(--v2-border);
  align-items: stretch;
}

.site-v2 .v2-message-row:last-child {
  border-bottom: 0;
}

.site-v2 .v2-message-row:hover {
  background: #f7fafb;
}

.site-v2 .v2-message-row.is-unread {
  background: #f0f8fb;
}

.site-v2 .v2-message-row-main {
  display: grid;
  min-width: 0;
  min-height: 78px;
  padding: 13px 16px;
  flex: 1 1 auto;
  grid-template-columns: 10px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  color: inherit;
  text-decoration: none;
}

.site-v2 .v2-message-status {
  width: 9px;
  height: 9px;
  border: 2px solid #aebdc5;
  border-radius: 50%;
}

.site-v2 .is-unread .v2-message-status {
  border-color: var(--v2-brand-700);
  background: var(--v2-brand-700);
}

.site-v2 .v2-message-copy {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.site-v2 .v2-message-copy strong {
  overflow: hidden;
  color: var(--v2-brand-900);
  font-size: 0.98rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.site-v2 .is-unread .v2-message-copy strong {
  font-weight: 900;
}

.site-v2 .v2-message-copy span,
.site-v2 .v2-message-row time {
  color: var(--v2-muted);
  font-size: 0.78rem;
}

.site-v2 .v2-message-row time {
  direction: ltr;
  white-space: nowrap;
}

.site-v2 .v2-message-profile {
  display: flex;
  width: 104px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  border-inline-start: 1px solid var(--v2-border);
  color: var(--v2-brand-700);
  font-size: 0.78rem;
  text-decoration: none;
}

.site-v2 .v2-message-empty {
  display: grid;
  min-height: 180px;
  padding: 28px;
  place-content: center;
  gap: 7px;
  color: var(--v2-muted);
  text-align: center;
}

.site-v2 .v2-message-empty strong {
  color: var(--v2-brand-900);
  font-size: 1.05rem;
}

.site-v2 .v2-message-pagination {
  display: flex;
  margin-top: 18px;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.site-v2 .v2-message-pagination a,
.site-v2 .v2-message-back {
  padding: 7px 12px;
  border: 1px solid var(--v2-border);
  border-radius: 8px;
  color: var(--v2-brand-700);
  text-decoration: none;
}

.site-v2 .v2-message-back {
  display: inline-flex;
  margin-bottom: 16px;
}

.site-v2 .v2-message-card,
.site-v2 .v2-message-compose-card,
.site-v2 .v2-message-confirm {
  overflow: hidden;
  border: 1px solid var(--v2-border);
  border-radius: 14px;
  background: #fff;
}

.site-v2 .v2-message-card > header,
.site-v2 .v2-message-compose-card > header {
  display: flex;
  padding: 20px 22px;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--v2-border);
}

.site-v2 .v2-message-card header time {
  display: block;
  margin-top: 8px;
  color: var(--v2-muted);
  font-size: 0.78rem;
}

.site-v2 .v2-message-body {
  min-height: 180px;
  padding: 26px 24px;
  color: #203946;
  font-size: 1rem;
  line-height: 2;
  overflow-wrap: anywhere;
  white-space: normal;
}

.site-v2 .v2-message-links,
.site-v2 .v2-message-actions {
  display: flex;
  padding: 14px 22px;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--v2-border);
  background: #f7fafb;
}

.site-v2 .v2-message-actions form,
.site-v2 .v2-message-card header form,
.site-v2 .v2-relationship-list form {
  margin: 0;
}

.site-v2 .v2-message-actions a,
.site-v2 .v2-message-actions button,
.site-v2 .v2-message-card header button,
.site-v2 .v2-message-confirm button,
.site-v2 .v2-relationship-list button,
.site-v2 .v2-relationship-actions > a {
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid var(--v2-border);
  border-radius: 8px;
  background: #fff;
  color: var(--v2-brand-700);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.site-v2 .v2-message-actions .v2-message-primary,
.site-v2 .v2-message-form button,
.site-v2 .v2-message-confirm button:not(.v2-message-danger) {
  border-color: var(--v2-brand-700);
  background: var(--v2-brand-700);
  color: #fff;
}

.site-v2 .v2-message-danger {
  border-color: #e3b8b3 !important;
  color: #98382f !important;
}

.site-v2 .v2-message-compose-card > header {
  display: block;
}

.site-v2 .v2-message-form {
  display: grid;
  padding: 22px;
  gap: 8px;
}

.site-v2 .v2-message-form label {
  margin-top: 6px;
  color: var(--v2-brand-900);
  font-size: 0.85rem;
  font-weight: 850;
}

.site-v2 .v2-message-form input,
.site-v2 .v2-message-form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--v2-border);
  border-radius: 9px;
  background: #fff;
  color: var(--v2-text);
  font: inherit;
}

.site-v2 .v2-message-form textarea {
  min-height: 210px;
  resize: vertical;
}

.site-v2 .v2-message-form input:focus,
.site-v2 .v2-message-form textarea:focus {
  border-color: var(--v2-brand-700);
  outline: 3px solid rgba(14, 116, 144, 0.12);
}

.site-v2 .v2-message-form-footer {
  display: flex;
  margin-top: 8px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-v2 .v2-message-form-footer small {
  color: var(--v2-muted);
}

.site-v2 .v2-message-form button {
  min-width: 120px;
  min-height: 44px;
  padding: 9px 18px;
  border-radius: 9px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.site-v2 .v2-message-confirm {
  padding: 28px;
}

.site-v2 .v2-message-confirm p {
  color: var(--v2-muted);
}

.site-v2 .v2-message-confirm form {
  display: flex;
  margin-top: 18px;
  align-items: center;
  gap: 10px;
}

.site-v2 .v2-relationship-list {
  overflow: hidden;
  border: 1px solid var(--v2-border);
  border-radius: 14px;
}

.site-v2 .v2-relationship-list article {
  display: flex;
  min-height: 70px;
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--v2-border);
}

.site-v2 .v2-relationship-list article:last-child {
  border-bottom: 0;
}

.site-v2 .v2-relationship-list article > div:first-child {
  display: grid;
  gap: 4px;
}

.site-v2 .v2-relationship-list article span {
  color: var(--v2-muted);
  font-size: 0.76rem;
}

.site-v2 .v2-relationship-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 760px) {
  .site-v2 .v2-message-nav {
    display: grid;
    margin-inline: 0;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    overflow: hidden;
  }

  .site-v2 .v2-message-nav a {
    min-width: 0;
    min-height: 54px;
    padding: 8px 5px;
    grid-column: span 2;
    border-inline-start: 1px solid var(--v2-border);
    white-space: nowrap;
  }

  .site-v2 .v2-message-nav a:nth-child(1),
  .site-v2 .v2-message-nav a:nth-child(4) {
    border-inline-start: 0;
  }

  .site-v2 .v2-message-nav a:nth-child(4),
  .site-v2 .v2-message-nav a:nth-child(5) {
    grid-column: span 3;
    border-top: 1px solid var(--v2-border);
  }

  .site-v2 .v2-message-nav a[aria-current="page"]::after {
    right: 8px;
    left: 8px;
  }

  .site-v2 .v2-message-nav em {
    bottom: 3px;
    font-size: 0.62rem;
  }

  .site-v2 .v2-message-row-main {
    min-height: 74px;
    padding-inline: 12px;
    grid-template-columns: 9px minmax(0, 1fr);
  }

  .site-v2 .v2-message-row time {
    grid-column: 2;
  }

  .site-v2 .v2-message-profile {
    display: none;
  }

  .site-v2 .v2-message-card > header,
  .site-v2 .v2-message-form-footer,
  .site-v2 .v2-relationship-list article {
    align-items: stretch;
    flex-direction: column;
  }

  .site-v2 .v2-message-card > header form,
  .site-v2 .v2-message-card > header button,
  .site-v2 .v2-message-form button {
    width: 100%;
  }

  .site-v2 .v2-message-body {
    padding: 20px 16px;
  }

  .site-v2 .v2-message-actions > a,
  .site-v2 .v2-message-actions form,
  .site-v2 .v2-message-actions button {
    width: 100%;
    text-align: center;
  }

  .site-v2 .v2-message-form {
    padding: 18px 16px;
  }

  .site-v2 .v2-message-form textarea {
    min-height: 180px;
  }

  .site-v2 .v2-relationship-actions {
    width: 100%;
  }
}

/* Help / how-to page */
.site-v2 .v2-howto-breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 12px;
  color: var(--v2-muted);
  font-size: 0.82rem;
}

.site-v2 .v2-howto-breadcrumb a {
  color: var(--v2-brand-700);
  font-weight: 700;
}

.site-v2 .v2-content-card.v2-howto-page {
  padding: 0;
  overflow: hidden;
}

.site-v2 .v2-howto-hero {
  position: relative;
  padding: clamp(28px, 5vw, 52px);
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, var(--v2-brand-950), var(--v2-brand-800));
}

.site-v2 .v2-howto-hero::after {
  position: absolute;
  inset: auto auto -90px -70px;
  width: 250px;
  height: 250px;
  border: 46px solid rgba(18, 181, 199, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.site-v2 .v2-howto-eyebrow {
  display: inline-flex;
  padding: 5px 10px;
  border: 1px solid rgba(120, 226, 237, 0.35);
  border-radius: 999px;
  color: #bceef3;
  background: rgba(18, 181, 199, 0.12);
  font-size: 0.8rem;
  font-weight: 800;
}

.site-v2 .v2-howto-hero h1 {
  position: relative;
  z-index: 1;
  margin: 14px 0 10px;
  color: #fff !important;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  line-height: 1.35;
}

.site-v2 .v2-howto-hero p {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0;
  color: #d7e7ed;
  font-size: 1rem;
  line-height: 1.9;
}

.site-v2 .v2-howto-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.site-v2 .v2-howto-actions a {
  display: inline-flex;
  min-height: 46px;
  padding: 10px 18px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-weight: 800;
  text-decoration: none;
}

.site-v2 .v2-howto-primary {
  color: #fff;
  background: var(--v2-accent-600);
  box-shadow: 0 8px 20px rgba(231, 111, 11, 0.24);
}

.site-v2 .v2-howto-secondary {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.site-v2 .v2-howto-section {
  padding: clamp(24px, 4vw, 40px);
  border-bottom: 1px solid var(--v2-border);
}

.site-v2 .v2-howto-section-heading {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.site-v2 .v2-howto-section-heading > span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--v2-brand-700);
  background: var(--v2-brand-100);
  font-size: 0.8rem;
  font-weight: 900;
}

.site-v2 .v2-howto-section-heading h2 {
  margin: 0 0 4px;
  font-size: 1.3rem;
}

.site-v2 .v2-howto-section-heading p {
  margin: 0;
  color: var(--v2-muted);
  line-height: 1.7;
}

.site-v2 .v2-howto-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-v2 .v2-howto-steps li {
  display: flex;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--v2-border);
  border-radius: 12px;
  background: #f9fbfc;
}

.site-v2 .v2-howto-step-number {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--v2-accent-600);
  font-weight: 900;
}

.site-v2 .v2-howto-steps h3,
.site-v2 .v2-howto-grid h3,
.site-v2 .v2-howto-types h3 {
  margin: 1px 0 6px;
  font-size: 1rem;
}

.site-v2 .v2-howto-steps p,
.site-v2 .v2-howto-grid p,
.site-v2 .v2-howto-types p {
  margin: 0;
  color: var(--v2-muted);
  line-height: 1.75;
}

.site-v2 .v2-howto-notice {
  display: flex;
  gap: 14px;
  margin: clamp(20px, 3vw, 30px) clamp(16px, 4vw, 40px) 0;
  padding: 18px 20px;
  border: 1px solid #f0c98a;
  border-radius: 12px;
  background: #fff8ec;
}

.site-v2 .v2-howto-notice-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--v2-accent-600);
  font-weight: 900;
}

.site-v2 .v2-howto-notice h2 {
  margin: 0 0 4px;
  font-size: 1rem;
}

.site-v2 .v2-howto-notice p {
  margin: 0;
  color: #74501c;
  line-height: 1.75;
}

.site-v2 .v2-howto-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.site-v2 .v2-howto-grid section {
  padding: 18px;
  border: 1px solid var(--v2-border);
  border-radius: 12px;
  background: var(--v2-surface);
}

.site-v2 .v2-howto-grid section > span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: var(--v2-brand-700);
  background: var(--v2-brand-100);
  font-weight: 900;
}

.site-v2 .v2-howto-types {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.site-v2 .v2-howto-types section {
  padding: 22px;
  border: 1px solid var(--v2-border);
  border-radius: 14px;
  background: linear-gradient(145deg, #fff, #f7fafb);
}

.site-v2 .v2-howto-type-label {
  display: inline-flex;
  margin-bottom: 11px;
  padding: 4px 9px;
  border-radius: 999px;
  color: var(--v2-brand-700);
  background: var(--v2-brand-100);
  font-size: 0.76rem;
  font-weight: 800;
}

.site-v2 .v2-howto-type-label.is-wanted {
  color: #9b5007;
  background: #fff0dc;
}

.site-v2 .v2-howto-types a {
  display: inline-block;
  margin-top: 12px;
  color: var(--v2-brand-700);
  font-weight: 800;
}

.site-v2 .v2-howto-checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-v2 .v2-howto-checklist li {
  position: relative;
  padding: 12px 46px 12px 14px;
  border-radius: 10px;
  background: #f4f8f9;
  line-height: 1.7;
}

.site-v2 .v2-howto-checklist li::before {
  position: absolute;
  top: 12px;
  right: 14px;
  display: inline-flex;
  width: 23px;
  height: 23px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--v2-brand-700);
  content: "\2713";
  font-size: 0.75rem;
  font-weight: 900;
}

.site-v2 .v2-howto-faq {
  padding: clamp(24px, 4vw, 40px);
  background: #f8fafb;
}

.site-v2 .v2-howto-faq > h2 {
  margin: 0 0 16px;
  font-size: 1.3rem;
}

.site-v2 .v2-howto-faq details {
  margin-top: 10px;
  padding: 14px 16px;
  border: 1px solid var(--v2-border);
  border-radius: 10px;
  background: #fff;
}

.site-v2 .v2-howto-faq summary {
  cursor: pointer;
  color: var(--v2-text);
  font-weight: 800;
}

.site-v2 .v2-howto-faq details p {
  margin: 10px 0 0;
  color: var(--v2-muted);
  line-height: 1.75;
}

.site-v2 .v2-howto-final {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(24px, 4vw, 40px);
  color: #fff;
  background: linear-gradient(135deg, var(--v2-brand-900), var(--v2-brand-700));
}

.site-v2 .v2-howto-final h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 1.3rem;
}

.site-v2 .v2-howto-final p {
  margin: 0;
  color: #d6e8ed;
}

.site-v2 .v2-howto-final a {
  display: inline-flex;
  min-height: 44px;
  padding: 9px 20px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: #fff;
  background: var(--v2-accent-600);
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 799px) {
  .site-v2 .v2-howto-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .site-v2 .v2-howto-hero {
    padding: 26px 18px;
  }

  .site-v2 .v2-howto-actions,
  .site-v2 .v2-howto-final {
    align-items: stretch;
    flex-direction: column;
  }

  .site-v2 .v2-howto-actions a,
  .site-v2 .v2-howto-final a {
    width: 100%;
  }

  .site-v2 .v2-howto-section,
  .site-v2 .v2-howto-faq {
    padding: 24px 16px;
  }

  .site-v2 .v2-howto-steps,
  .site-v2 .v2-howto-grid,
  .site-v2 .v2-howto-types {
    grid-template-columns: 1fr;
  }

  .site-v2 .v2-howto-notice {
    margin: 18px 16px 0;
    padding: 16px;
  }

  .site-v2 .v2-howto-section-heading > span {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
}

#topnav .goleft {
    padding-top: 3px;
}

#topnav .goright {
    padding-top: 3px;
}

.ucc td {
    border-bottom: thin #ccc solid;
}


.mhm{display:none;padding-right: 20px;}



 




.bggrey {
    background-color: #F3F3F3;
}

.bgwhite {
    background-color: #FFFFFF;
}

#postreply textarea {
    width: 630px;
    height: 300px;
}



.rightbox {
    width:  100%;
    margin: 5px auto;
}

.addthis_toolbox {
    margin-left: 10px;
}

.lead-info {
    margin: 10px 10px 15px 0px;
    overflow: hidden;
    width: 460px;
    height: 310px;
}

textarea {
    width: 95%;
    max-width: 750px;
    min-width: 630px;
    padding: 5px;
    margin-top: 10px;
}

.mw {
     width: 1000px; 
}

.smallinfo{
    padding-right:5px;
    font-size:12px;
}

.dataform input[type=text] {
    width: 400px;
}

.userlinks{

   direction:rtl;
   
}

.userlinks svg{
    height:20px;
    line-height:20px;
    padding-top: 5px;
    margin-left:10px;
    padding-left:10px;
    padding-right:0px;
    max-height:100%;
    position: absolute;
    top: 10px;
}

.userlinks span{
 font-weight:600;
 padding: 5px 6px;
}

.userlinks   .active{
 background-color:#e2e9f7;
}







.userlinks span:hover{
 background-color:#dcecf2;
}



.Breadcrumb  {
     padding: 10px 16px;
     background-color: #f2f7f9;
     height: 34px;
}

.Breadcrumb div:last-of-type{
    font-size:13px;
}



.Breadcrumb div {
    direction: rtl;
    display: inline-block;
    height: 29px;
    min-width:30px;
   
   
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: " : ";
}

ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}


.sepa {
    clear: both;
}

#europages {
    width: 780px;
}

label {
    display: block;
    padding: 5px;
}

.fbbutton img {
    border: 0px;
    /* float: left; */
}

.solo {
    clear: both;
    padding: 5px 2px;
    height: 85px;
}

.related {
    text-align: right;
    font-size: 13px;
    direction: rtl;
    overflow: hidden;
    padding-top: 5px;
    margin-bottom: 5px;
   
}

.related p{line-height: 16px;color:#444;}
.thumbbox {
    margin: 0;
    /* text-align: center; */
    width:100%;
}

.g250 {
    float: left;
    width: 300px;
    height: 250px;
    margin: 10px 10px 10px 5px;
}

.offer {
    margin-left: 4px;
}

.lastupdate {
    float: left;
    margin-left: 5px;
    color: green;
    direction: ltr;
}

.aradjs {
    width: 98%;
    height: auto;
    background-color: #F3F3F3;
    border: 1px solid #CECECE;
    overflow: hidden;
}

    .aradjs div {
        text-align: right;
        padding: 1px 5px 5px 5px;
        background-color: #D8DFEA;
        margin-bottom: 0px;
        height: 28px;
    }

    .aradjs ul {
        padding-right: 5px;
        list-style: none;
        text-align: right;
        line-height: 15px;
        margin-top: 0px;
    }

    .aradjs li {
        padding: 2px 5px 10px 5px;
        text-align: right;
        line-height: 15px;
        margin-top: 2px;
    }

.sub-categories i {
    font-size: 12px;
    color: #333;
}


.slice i {
   padding-right: 5px;
}




.divbox {
    background-color: #ded1ad;
    border: thin #e7e8da solid;
    max-width: 700px;
    width:90%;
    padding:1px;
    direction:ltr;
    text-align:left;
    /* margin: 4px auto; */
    /* padding: 10px 5px 15px  5px; */
    /* overflow: hidden; */
}

.anybox {
    border: thin #ccc solid;
    width: 96%;
    margin: 5px auto;
    line-height: 25px;
    padding: 10px;
    overflow: hidden;
}

.cv {
    border: thin #ccc solid;
    width: 200px;
    margin: 5px 5px 15px auto;
    line-height: 25px;
    padding: 10px;
    overflow: hidden;
}

#searchbox {
    clear: none;
    width: 99%;
    margin: 0 auto 10px auto;
}

    #searchbox select {
        display: inline-block;
    }

#regform {
    border-collapse: collapse;
    width: 900px;
    min-height: 511px;
    direction: rtl;
    text-align: right;
    margin: 0 auto;
}

#inboxheader, #inboxmenu, #msgs {
    font-size: xx-small;
    color: #000;
    border: 1px #cecece solid;
    background-color: #D6D3CE;
}

    #inboxheader td, #inboxmenu {
        min-height: 20px;
    }

.sub-categories {
    background-color: #F1F3F8;
    border: thin #ccc solid;
    width: 760px;
    margin: 4px auto;
    padding: 10px 5px 10px 15px;
    overflow: hidden;
}

    .sub-categories a {
        padding-right: 15px;
        background: url(/images/dot.gif) no-repeat center right 2px;
  
    
    }

    .sub-categories ul {
        margin: 6px 5px 1px 2px;
        padding: 5px 10px 15px 2px;
        /* list-style: disc outside none; */
        overflow: hidden;
        list-style: none none;
        /* width: 250px; */
    }

.slice {
    float: right;
    position: relative;
    display: inline;
    margin-left: 2px;
    margin-right: 2px;
    width: 300px;
    top: 5px;
    overflow: hidden;
}

.sub-categories li {
    padding: 0;
    float: none;
    padding-bottom: 4px;
    /* width: 250px; */
    height: 40px;
    line-height: 20px;
}


.singlethumb  {width: 120px;padding: 5px 1px;float:right;}

.singlethumb img {width: 120px;}
.thumbs{ width:100%;

 display:block;overflow:auto;clear:both;

margin-top:5px;border-top:1px solid #ccc;
}


.thumbs:after{content:' ';clear:both;}







#NewItems {
    width: 782px;
}

    #NewItems b {
        padding: 15px;
        font-size:16px;
    }

    #NewItems li {
        padding: 2px;
        height: 136px;
        border: thin #ccc solid;
        list-style: none;
        margin: 0 auto 4px;
        display: block;
        overflow: hidden;
    }

    #NewItems ul {
        padding: 5px;
        margin: 5px auto;
    }

.popularItems {
    /* width: 782px !important; */
}

    .popularItems b {
        padding: 5px;
    }

    .popularItems li {
        padding: 2px;
        height: 130px;
        border: thin #ccc solid;
        list-style: none;
        margin: 0 auto 4px;
        display: block;
        overflow: hidden;
    }
    .popularItems li div{
        padding: 5px;
        box-sizing: border-box;
        margin: 10px auto;
        display: block;
        overflow: hidden;
        line-height:24px;
    }


    .popularItems ul {
        padding: 5px;
        margin: 5px auto;
    }

.smallimg {
    float: right;
    padding: 4px 4px;
    height: 100px;
    clear: both;
}

    .smallimg img ,.latestitem img {
        float: right;
        height: 120px;
        width: 160px;
        border: thin darkgray solid;
    }

.featured-lead {
    float: left;
    display: inline;
}

.lead {
    direction: rtl;
    width: 780px;
    overflow: hidden;
    position: relative;
    min-height: 140px;
    margin-top: 10px;
}

    .lead hr {
        width: 99%;
        margin-top: 4px;
    }

.itemdetails {
    direction: rtl;
    min-height: 48px;
    width:98%;
    margin:0 auto;
    word-break:break-word;
    /* clear:both; */
}

.leadthumb {
    margin: 2px;
    height: 120px;
    width: 160px;
    border: thin darkgray solid;
    float:left;
}

.itemthumb {
 
    padding: 2px;
    border: thin #ccc solid;
    max-height: 600px;
    overflow: hidden;
    max-width:600px;
}


   







.itemimg {
    float: right;
    padding: 5px 5px 5px 15px;
    height: 120px;
    width: 160px;
}

    .itemimg img {
        height: 120px;
        width: 160px;
        border: thin #ccc solid;
        margin-left: 10px;
        padding:2px;
    }

.clearnone {
    clear: none;
}

.iteminfo {
    overflow: auto;
    text-align: right;
    padding-top: 2px;
    display: inline;
    height: 120px;
}

.iteminfo h2{
    display: inline;
   padding-right:10px;
}

.iteminfo img{
    display: inline;
   padding-right:10px;
}

.adscount {
    width: 40px;
    height: 20px;
    border: 1px #eee solid;
}

.msgcount {
    width: 50px;
    height: 25px!important;
    margin-top:5px!important;
    /* border: 1px #eee solid; */
}


.newlead{border:1px solid #fff; background-color:green;padding:5px;}
.newlead a {color:#fff!important;padding:0 12px;   border-radius: 3px;}


#topnav {
    direction: rtl;
    width: 1000px;
    height: 40px;
    position: relative;
    margin: 0 auto;
    margin-top: 1px;
    background-color: #E7E7E7;
    border-bottom: thin lavender solid;
}

    #topnav ul {
        font-family: "Tahoma";
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 1px;
        direction: rtl;
        padding-top: 5px;
        display: inline;
    }

        #topnav ul li {
            display: inline;
            list-style-type: none;
            margin-right: 3px;
            line-height: 35px;
        }
 
    #topnav li a {
        text-decoration: none;
        color: #000;
     
    }


        #topnav a:hover {
            text-decoration: underline;
        }

    #topnav img {
        vertical-align: top;
        padding: 0;
        margin: 0;
        display: inline;
    }












img {
    border: 0px;
}

#wrapper {
    margin: 0px auto;
    width: 1000px;
    clear: both;
    direction:rtl;
    text-align:right;
}

#lefth {
    background: #FFF;
    width: 230px;
    height: 60px;
    padding: 0px;
    position: relative;
    float: left;
}

#righth {
    background: #FFF;
    width: 770px;
    height: 60px;
    margin: 0 0 0 230px;
    text-align: right;
    direction: rtl;
    padding: 0px;
}

#header {
    margin: 20px auto 0 auto;
    width: 1000px;
    min-height: 60px;
    position: relative;
    clear: both;
}

.tools ,.options {
    display: none;
}

.alert{width:90%;margin:0 auto;
       
       background-color: #e5e5e5;
       border: 1px solid #ccc;
       padding: 20px;
       text-align:right;direction:rtl;
       height: 100px;
       line-height:25px;
       overflow:auto;
       margin:10px;
      
      }
.mht img{height: 30px;display:none;}

#divuseremail {
    display: inline !important;
    margin-right: 10px;
}

.dot {
    width: 7px;
    height: 7px;
}

#content-header {
    background: #FFF;
    padding: 0px 2px;
    position: relative;
    text-align: right;
    direction: rtl;
    margin: 0 2px 10px;
    width: auto;
}

.topleft {
    background: #FFF;
    padding-top: 5px;
    position: relative;
    text-align: right;
    direction: rtl;
    margin: 1px 10px;
    float: left;
    display: inline;
}

.itemuser {
    direction: rtl;
    font-size: 12px;
    width:90%;
    margin:5px 5px;
    /* overflow:auto; */
}

    .itemuser img {
        display: inline;
    }

#content-header a {
    font-size: 14px;
}

#find {
    padding: 5px;
    overflow:auto;
   
}

#find input {

/* width:50px; */

/* float:right; */

}
 .leftbox {
    float: left;
    /* clear:both; */
    width: 300px;
    /* height: 310px; */
    margin: 10px   0px;
    border-top:1px solid #e6dfdf;
    line-height:25px;
}

.leftbox li{

    margin-bottom:5px;
}


#advsrch {
    padding-right: 9px;
    font-size: 12px;
}

.half {
    width: 390px;
    padding: 0 2px 0 2px;
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
    clear: both;
}

#marketmenu {
    list-style: none outside none;
    width: 1000px;
    margin: 1px auto 0px auto;
    height: 35px;
    padding: 0px 15px 0px 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #014464;
    background: -moz-linear-gradient(top, #0272a7, #013953);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0272a7', EndColorStr='#013953');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0272a7, endColorstr=#013953)";
    border: 1px solid #002232;
    -moz-box-shadow: inset 0px 0px 1px #edf9ff;
    -webkit-box-shadow: inset 0px 0px 1px #edf9ff;
    box-shadow: inset 0px 0px 1px #edf9ff;
    direction: rtl;
    text-align: right;
}

    #marketmenu li {
        float: right;
        list-style: none outside none;
        text-align: center;
        position: relative;
        padding: 5px 5px 5px 5px;
        margin-right: 10px;
        margin-top: 4px;
        border: none;
    }

        #marketmenu li a {
            font-family: Tahoma, Helvetica, sans-serif;
            font-size: 14px;
            color: #fff;
            text-decoration: none;
            padding-right: 10px;
        }

        #marketmenu li:hover a {
            color: #FF790D;
        }

#topheader {
    float: left;
    position: relative;
}

#topheader img {
  width:130px;
  height: 45px;
}
.headers{
    margin-bottom:20px;
    padding:5px;
    box-sizing:border-box;
}

#Body {
    margin: 5px auto 0 auto;
    width: 1000px;
    position: relative;
    overflow: hidden;
    clear: both;
    direction:rtl;
     min-height:752px;
   
}

#arad1 {
    margin: 2px auto 8px auto;
    width: 740px;
    position: relative;
    overflow: hidden;
    border: 1px solid #CECECE;
    clear: both;
    background-color: #E8E8E8;
    height: 35px;
    padding-right: 5px;
}

    #arad1 link {
        text-decoration: none !important;
    }

.maincats{margin-top:10px;}
.faq{

    line-height:24px;
}

.h1head img{
    padding-right:15px;
}
.inndercenter{

    width:98%;
    margin:5px auto;
    
}

#content {
    box-sizing:border-box;
    background: #FFF;
    width:790px;
    position: relative;
    float: right;
    direction: rtl;
    height: auto;
    overflow: hidden;
    margin-top:10px;
    min-height:100%;
    display:block;
     min-height:550px;
}


#content.reverse{
 float: left;
}

#side.reverse{
 float: right;
}




.login-box{

border-radius: 2px;

border: 1px solid #ccc;

margin: 16px auto;

max-width: 400px;

padding: 3px;
}

.login-box input{

border-radius: 3px;

border: 1px solid #ccc;

display: block;

font-size: 14px;

padding: 4px;

width: 98%;
}




.topwide { width:1000px ; margin:5px auto ; text-align :center; height:94px}


    #content strong {
        padding-right: 10px;
    }

#side {
    box-sizing:border-box;
    /* box-shadow:1px 1px #ccc; */
    background: #FFF;
    width: 200px;
    text-align: right;
    direction: rtl;
    padding: 0px;
    margin: 10px 4px 20px 4px;
    float: left;
    padding-bottom: 5px;
    min-height: 400px;
}

    #side img {
        border: thin darkgray solid;
        width:80px;
        height:80px;
    }

.relnew{
margin:2px 0 0 4px;
width: 80px

}




.rtl {
    direction: rtl;
    text-align: right;
}

.rtlx {
    margin-right: 2px;
}

.ltr {
    direction: ltr;
    text-align: left;
}

table {
    text-align: right;
    margin: 0 auto;
}

.arabic div{

    direction:rtl;
    text-align:right;
    line-height:24px;
}




div.center {
    /* text-align: center; */
    width: 90%;
    margin: 10px auto;
    padding:2%;
    
}





TD {
    font-size: 13px;
    font-family: Tahoma;
    color: #000000;
}

.reverse td{

    padding:4px;
}


.msg a{

    background-color:#e4e4e4;
    padding:5px 15px;
    display:inline-block;
    width:20px;
    text-align:right;
    direction:rtl;
    font-weight:600;
    color:#052f42;
}




h1 {
    font-weight: 600;
    font-size: 18px;
    color: #131313;
    font-family: Tahoma;
    /* display: inline-block; */
    padding: 2px;
    margin-bottom: 10px;
}

h2 {
    font-weight: bold;
    font-size: 18px;
    color: #131313;
    /* font-family: Tahoma; */
    /* display: inline; */
    line-height: 30px;
}

.related-header h2{
     font-size:16px;
     display: inline;
}

.maincats h2{
    display:inline;
}

h3 {
    font-weight: bold;
    font-size: 14px;
    color: #ff6000;
    font-family: Tahoma;
}

h4 {
    font-weight: 300;
    font: 13px/22px Tahoma;
    margin: 4px 4px 0px 4px;
}

.bio {
    direction: ltr;
    text-align: left;
}

#menu H2 {
    display: block;
}

.maincats b {
    height: 30px;
    font-size: 16px;
}

.subcats {
    min-height: 60px;
    line-height: 24px;
    height: auto;
}

.goleft {
    float: left;
    /* margin-left:10px; */
}

.goright {
    float: right;
    text-align: right;
}

.aradbox {
    text-align: center;
    direction: rtl;
    background: #fff;
    border: 1px solid #CECECE;
    margin: 0 auto;
    padding: 10px 5px 10px 5px;
    overflow: hidden;
    position: relative;
    height: auto;
}

    .aradbox img {
        text-align: center;
        border: 1px solid #CECECE;
        margin: 0 3px 0 0;
        padding: 0;
    }

.colbox {
    text-align: right;
    direction: rtl;
    background: #F3F3F3;
    border: 1px solid #CECECE;
    margin: 0 0 10px;
    padding: 10px 5px 10px 0;
    overflow: hidden;
    position: relative;
}

    .colbox ul {
        padding: 0 15px 5px 0;
    }

    .colbox li {
        padding-bottom: 2px;
    }

    .colbox a {
        color: black;
    }

.path {
    direction: rtl;
    padding: 0px 1px 0px 0;
    color: seagreen;
}

    .path a {
        color: green;
    }

.featured {
    direction: rtl;
    background: #F3F3F3;
    border: 1px solid #CECECE;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .featured div {
        text-align: center;
        width: 118px;
        padding: 0px 0px 0px 0px;
    }

    .featured hr {
        margin-top: 10px;
    }

    .featured img {
        border: 0px;
        width: 75px;
        height: 75px;
        border: 1px solid #008000;
        margin: 6px 5px 5px 5px;
        padding: 1px;
    }

    .featured a {
        font: 11px Tahoma;
    }

#ip-info {
    clear: both;
}

.col {
    text-align: right;
    direction: rtl;
    background: #F3F3F3;
    border: 1px solid #CECECE;
    margin: 0 0 10px;
    padding: 10px 5px 10px 0;
    overflow: hidden;
    position: relative;
}

    .col li {
        display: inline;
        margin-right: 2px;
    }

    .col ul {
        margin: 0;
        padding: 2px;
        list-style: none;
        margin-right: 2px;
    }

    .col a {
        color: black;
    }

.col-l {
    float: left;
    width: 350px;
    text-align: right;
    direction: rtl;
    background: #F3F3F3;
    border: 1px solid #CECECE;
    margin: 0 0 10px;
    padding: 10px 0 10px 0;
    overflow: hidden;
    position: relative;
}

.col-r {
    width: 350px;
    margin: 0 0 10px 365px;
    text-align: right;
    direction: rtl;
    padding: 10px 0 10px 0;
    background: #F3F3F3;
    border: 1px solid #CECECE;
    list-style: none outside none;
    overflow: hidden;
    position: relative;
}

.separator {
    height: 1px;
    background: #e0e0e0;
    border-bottom: 1px solid #c0c0c0;
}

.col-r a {
    border-radius: 5px;
    color: black;
}

.col-l a {
    border-radius: 5px;
    color: black;
}

.col-l {
    float: left;
    width: 350px;
    text-align: right;
    direction: rtl;
    background: #F3F3F3;
    border: 1px solid #CECECE;
    margin: 0 0 10px;
    padding: 10px 0 10px 0;
    overflow: hidden;
    position: relative;
}

#cselect a:hover {
    text-decoration: underline;
    color: #FF9900;
}

.col-r a:hover {
    text-decoration: underline;
}

.col-l a:hover {
    text-decoration: underline;
}

.col-l {
    float: left;
    width: 350px;
    text-align: right;
    direction: rtl;
    background: #F3F3F3;
    border: 1px solid #CECECE;
    margin: 0 0 10px;
    padding: 10px 0 10px 0;
    overflow: hidden;
    position: relative;
}

.col-r img {
    padding: 0 4px 0 0;
}

.col-l img {
    padding: 0 4px 0 0;
}



.thum








#topheader h1 {
    top: 30px;
    left: 150px;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

.text {
    font-size: 10pt;
    color: #000000;
    font-family: Tahoma;
}

.white {
    color: #ffffff;
}

    .white:link {
        font-weight: normal;
        color: #ffffff;
        font-style: normal;
        font-family: Tahoma;
        font-variant: normal;
        text-decoration: none;
    }

    .white:visited {
        font-weight: bold;
        color: #ffffff;
        font-style: normal;
        font-family: Tahoma;
        font-variant: normal;
        text-decoration: none;
    }

    .white:active {
        color: white;
        text-decoration: none;
        font-family: Tahoma;
    }

    .white:hover {
        color: #ffffff;
        font-style: normal;
        font-family: Tahoma;
        font-variant: normal;
        text-decoration: none;
    }

.menu:link {
    color: black;
    text-decoration: none;
}

.menu:visited {
    color: black;
    text-decoration: none;
}

.menu:active {
    color: black;
    text-decoration: none;
}

.menu:hover {
    color: black;
    text-decoration: none;
}

:link {
    color: #003399;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    /* font: 10pt/18px Tahoma; */
}

:visited {
    color: #003399;
    font-style: normal;
    font-family: Tahoma;
    font-variant: normal;
    text-decoration: none;
}

.txtbox, .minput input[type=text], .minput select {
    clear: both;
    border: #999999 1px solid;
    font-size: 14px;
    font-family: Tahoma;
    color: #000099;
    height: 28px;
    margin-bottom: 3px;
    padding: 2px;
}











input, select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size:14px;
    height: 30px;
    line-height: 30px;
    /* border:1px solid #ccc; */
}

input[type="radio"] {

     height:15px;
     margin-top:10px;
}










.srchbox {
    border: #999999 1px solid;
    font-size: 14px;
    font-family: Tahoma;
    color: #000099;
    height: 30px;
    width: 300px;
    line-height:38px;
}

.selectsrch {
    clear: both;
    border: #999999 1px solid;
    line-height: 24px;
    font-size: 14px;
    font-family: Tahoma;
    color: #000099;
    height: 38px;

    margin-right:15px;
}

.srchoption {
    clear: both;
    border: #999999 1px solid;
    font-size: 14px;
    font-family: Tahoma;
    color: #000099;
    height: 32px;
    margin-bottom: 3px;
    width: 180px;
}

.cityoption {
    clear: both;
    border: #999999 1px solid;
    font: 12px;
    font-family: Tahoma;
    color: #000099;
    height: 22px;
    margin-bottom: 3px;
    width: 200px;
}

.datemod{direction:ltr;text-align:right;
margin:2px 10px 5px;
color:#4a4a4a
}


.date-posted {
    font-size: 12px;
    color: #008000;
    display: inline;
    margin-bottom: 4px;
    /* margin-left: 1px; */
    /* float: left; */
}

.txt {
    width: 90px;
    border: 1px solid #b1b1b1;
    border-width: 1px;
    font: normal 1em tahoma;
    padding: 0.15em;
}

.bluebtn {
    margin-left: 5px;
    color: #FFFFFF;
    background-color: #6699CC;
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 12px;
    
    height: 40px;
    border: thin outset;
    text-transform: uppercase;
    vertical-align: middle;
    border-color: #87CEFA Blue Blue #87CEFA;
}

.btn {
    clear: both;
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    font-weight: normal;
    font-family: Tahoma;
    font-size: 12px;
    border-left: #999999 1px solid;
    color: #000000;
    border-bottom: #999999 1px solid;
    font-style: normal;
    font-variant: normal;
}

.nbtn {
    font-family: Tahoma;
    font-size: 10px;
    color: #000000;
    font-style: normal;
    font-variant: normal;
}


  .dataform table{
        width:99%;
        margin:0 auto;
    }




.selectbox {
    clear: both;
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    font-weight: normal;
    font-family: Tahoma;
    font-size: 17px;
    border-left: #999999 1px solid;
    color: #006699;
    border-bottom: #999999 1px solid;
    font-style: normal;
    font-variant: normal;
}

.black {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    font-family: Tahoma;
}

.Orange {
    font-size: 10px;
    color: #FF9900;
    font-family: Tahoma;
}

.blue {
    font-size: 10pt;
    color: #003399;
    font-family: Tahoma;
}

.Nice {
    margin: 0px 1px 0px 0px;
    font: 9pt/15px Tahoma;
    color: #000000;
    text-decoration: none;
}

.nice {
    margin: 0px 2px 0px 0px;
    font: 14px/22px Tahoma;

    color: #000000;
    text-decoration: none;
}

.niceborder {
    border: #c0c0c0 1px solid;
    font: 10pt/22px Tahoma;
    color: #0060aa;
    text-decoration: none;
    text-align: right;
    padding: 8px 6px 8px 6px;
    margin-bottom: 2px;
    margin-bottom: 8px;
}

.lightborder {
    border: #c0c0c0 1px solid;
    text-align: right;
    padding: 6px 4px 6px 2px;
    margin-bottom: 2px;
    margin-bottom: 6px;
    box-sizing:border-box;
}

.related-header {
    border: #ccc 1px solid;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 99%;
    display: block;
    background-color: #EAE9E9;
    margin-bottom: 5px;
}

.blacknice {
    color: #000;
}





.latest {
    border: #c0c0c0 1px solid;
     
    font-size:16px;
    line-height:24px;
    color: #222;
    text-decoration: none;
    text-align: right;
    /* text-indent: 6px; */
    padding: 8px 6px 8px 6px;
    margin-bottom: 2px;
    width: 98%;
    margin-bottom: 8px;
    line-height: 20px;
    height: auto;
    display: block;
    overflow: hidden;
}

.sepa, .solo {
    clear: both;
}

.share-box {
    /* margin-left: 10px; */
    padding-top: 2px;
    padding-bottom: 5px;
    float: left;
    overflow: hidden;
    text-align: right;
    margin-top:10px;
    margin-left:10px;
}

.share-buttons a {
    padding: 13px;
    margin-left: 3px;
    margin-bottom: 3px;
    float: right;
    text-decoration: none !important;
    width: 18px;
    height: 18px;
}

    .share-buttons a:Hover {
        opacity: 0.8;
    }

.share-facebook {
    background: #2d5f9a;
}

.share-twitter {
    background: #00c3f3;
}

.share-google {
    background: #d73d32;
}

.latest ul {
    list-style: none;
    overflow: hidden;
    padding-right:10px;
}

.latest li {
    clear: both;
    margin-top: 10px;
    padding: 5px;
}

.latest a {
    /* padding: 5px; */
    /* margin-left:5px; */
    line-height: 20px;
    font-size:16px;
    font-weight:600;
    padding:10px;
    /* display:block; */
}

.latest img {
    border: 1px solid #999999;
    padding:5px;
}

.latestitem {
    float: right;
    margin-left:10px;
}

.niceborder span {
    color: #009933;
}

.latest b, .reply b {
    display: block;
    background-color: #eee;
    border: #c0c0c0 1px solid;
    font: 9pt/15px Tahoma;
    font-weight: bold;
    color: #000;
    padding: 5px;
}


.popularItems  {

  
}

 
 

  
 

.popularItems b {font-size:18px;/* height:40px; */line-height:40px;}



.popularItems h2 {
    padding-right:10px;
}





.userads {
    /* width: 740px; */
    margin: 10px auto;
    padding: 10px;
    line-height: 20px;
    width:90%;
}

.innercenter {
    margin: 0 auto;
    width: 97.3%;
    padding: 4px;
}

.textcenter {
    text-align: center;
}

.clear {
    clear: both;
}

.lniceborder {
    border-right: #c0c0c0 1px solid;
    border-top: #c0c0c0 1px solid;
    border-left: #c0c0c0 1px solid;
    border-bottom: #c0c0c0 1px solid;
    font: 9pt/15px Tahoma;
    direction: ltr;
    color: #0060aa;
    text-decoration: none;
    text-align: right;
}

.yellowborder {
    border-right: #c0c0c0 1px solid;
    border-top: #c0c0c0 1px solid;
    margin-bottom: 15px;
    border-left: #c0c0c0 1px solid;
    border-bottom: #c0c0c0 1px solid;
    font: 9pt/15px Tahoma;
    color: #0060aa;
    text-decoration: none;
    background-color: #FFFFE0;
    padding: 2px;
}

select {
    font: 11px Tahoma;
    color: #000000;
    font-family: Tahoma;
}

TEXTAREA {
    font-size: 8pt;
    color: #000000;
    font-family: Tahoma;
    border: #999999 1px solid;
}

.header {
    clear: both;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

.headermenu {
    padding-right: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 13pt;
    font-family: Arial;
    padding-bottom: 0px;
    margin: 0px 0px 10px;
    color: white;
    line-height: 25px;
    padding-top: 0px;
}

    .headermenu A:link {
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 15px;
        font-family: Arial;
        font-size: 13pt;
        color: white;
        padding-top: 2px;
        text-decoration: none;
    }

    .headermenu A:visited {
        padding-right: 5px;
        padding-left: 5px;
        font-family: Arial;
        color: white;
        padding-top: 2px;
        text-decoration: none;
    }

.inpanel img{
    width:6px!important;
    height:9px!important;
}




.newmenu {
    width: 100%;
    height: auto;
    border-left: 1px solid #eee;
}

    .newmenu .headerbar {
        font: bold 14px Tahoma;
        color: #0b3141;
        background: #495f81 url(/images/caption_big.gif) repeat right top;
        margin-bottom: 2px;
        margin-top: 0px;
        padding: 10px 12px 10px 8px;
    }

    .newmenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .newmenu ul li {
            padding-bottom: 4px;
            margin: 0px;
            direction: rtl;
            text-align: right;
            min-height:30px;
        }

            .newmenu ul li a {
                color: black;
                background: #f2f4f7;
                display: block;
                padding: 5px 0;
                line-height: 17px;
                padding-right: 8px;
                text-decoration: none;
            }

       .newmenu ul li a img {
         width:18px;
         height:12px;
            }







.aradjs a {
    display: block;
    padding: 4px !important;
    display: inline-block;
}

.newmenu ul li a:visited {
    color: black;
}

.newmenu ul li a:hover {
    color: #000;
    background-color: #D8DFEA;
    text-decoration: none;
}

.newmenu .gp {
    background: #E2E9F8;
    display: block;
    padding: 5px 0;
    line-height: 17px;
    padding-right: 8px;
}

.gp img {
    height: 24px;
}

.headerbar a {
    font: bold 13px Tahoma;
    color: #532645;
}

#msgbox {
    background: none repeat scroll 0 0 #fff;
    color: green;
    overflow: auto;
    padding-bottom: 10px;
    direction: rtl;
    text-align: center;
    width: 95%;
    padding: 15px;
    margin: 0 auto 10px auto;
    clear: both;
    font-size: 8pt;
    border: thin darkgreen dotted;
}

    #msgbox b {
        color: green;
        font-size: 10pt;
    }

#toolsmsg {
    color: green;
    padding-bottom: 10px;
    text-align: center;
    height: 30px;
    width: 95%;
    padding: 15px;
    margin: 0 auto 10px auto;
    font-size: 8pt;
    border: thin darkgreen dotted;
}

#footer {
    background: none repeat scroll 0 0 #01344C;
    color: #FFFFFF;
    overflow: auto;
    padding-bottom: 10px;
    direction: rtl;
    text-align: center;
    padding-top: 5px;
    margin: 10px auto 0px auto;
    clear: both;
    font-size: 12px;
    width: 1000px;
}


#footer div {margin-top:15px }


    #footer ul li {
        display: inline;
        list-style-type: none;
        margin-right: 5px;
    }

    #footer a {
        text-decoration: none;
        color: #fff;
        padding: 5px;
        margin: 4px;
    }

#header h1 {
    display: inline;
}

.sidebarlt {
    padding: 6px;
    border: 1px solid #ccc;
    background: #ffffff url(/images/sidebarlt-bg.gif) no-repeat right top;
}

.sidebardk {
    color: #FFFFFF;
    border: 1px solid #131D2B;
    padding: 6px;
    background-color: #2D4262;
}

.DivOFF {
    display: none;
    font-size: 12px;
    font-family: Tahoma;
}

.DivON {
    display: inline;
    font-size: 12px;
    font-family: Tahoma;
}

.Tabtdon {
    background-color: #F4F4F4;
    cursor: pointer;
}

.Tabtdoff {
    background-color: #C0C0C0;
    cursor: pointer;
}

.title {
    font-weight: bold;
    font-size: 11pt;
    color: #000080;
    font-family: Tahoma;
}

#postdetails {
    /* overflow: hidden; */
    /* width: 90%; */
    /* margin-top: 10px; */
}

    #postdetails imgh {
        max-width: 600px !important;
        height: auto;
        padding: 2px;
    }

.addborder {
    background-color: #F1F3F8;
    border: thin #ccc solid;
    /* padding:12px; */
}

.boxheader {
    background-color: #E8E8E8;
    overflow: hidden;
}

#ipaddress {
    float: right;
    width: 450px;
    height: 150px;
}

#ipwiki {
    float: left;
    width: 500px;
    height: 150px;
}

#ipdetails{

clear:both;
 
margin-top: 10px;
 
}

#comedit textarea {
    width: 750px;
}

#ipaddress p {
    font: bold 13px Tahoma;
    color: #000;
    background: #2D4262 url(/images/caption_big.gif) repeat right top;
    margin-bottom: 2px;
    margin-top: 0px;
    padding: 7px 12px 7px 8px;
}

#ipaddress strong {
    font: bold 40px Tahoma;
    color: #000;
    display: block;
    margin-bottom: 2px;
    margin-top: 0px;
    padding: 7px 12px 7px 8px;
}

#inquire {
    width: 96%;
    border: 1px #ccc solid;
    background: #eee;
    clear: both;
    overflow: hidden;
    margin: 5px auto;
}

    #inquire table {
        width: 720px;
        background: #eee;
        clear: both;
        padding: 2px;
        border-spacing: 0px;
        border-collapse: collapse;
    }

    #inquire td {
        border-top: 1px #ccc solid;
        padding: 5px;
    }

#converter td {
    border-top: 1px #ccc solid;
    padding: 5px;
}

.tablebox {
    /* direction: rtl; */
    width: 100%;
    direction: ltr;
    background: #eee;
    clear: both;
    /* margin-top: 110px; */
    border-spacing: 0px;
    border-collapse: collapse;
}

    .tablebox td {
        border-top: 1px #ccc solid;
        padding: 5px;
        text-align:right;
    }

.fbbutton:after{content:' ';
clear:both;}

   .tablebox div {
       width: 100%;
       margin:0 auto;
       overflow:auto;
    }

.small {font:9pt/14px Tahoma; color:#666666;}

.admin {
    float: left;
}

#contact-info {
    float: right;
    padding-right: 20px;
}

.lead-tools {
    float: left;
    display: inline;
    padding-left: 20px;
}

    .lead-tools ul {
        list-style: none outside none;
        /* border-right: thin #fff solid; */
        border-left: 5px#177eab solid;
        padding: 5px;
    }

    .lead-tools li {
        display: inline;
        padding: 10px;
        text-align: center;
    }

.imgcontainer{min-height: 370px;width:100%;}



#Description {
    padding: 8px 8px;
    font-size: 16px;
    line-height: 30px;
    text-align:right;
    /* overflow: auto; */
    /* min-height: 270px; */
    direction:rtl;
    color: #131313;
    width: 94%;
    margin:10px auto;
    display:block;
    height:auto;
    min-height:100%;
    word-break:break-all;
}


.pageposts {
 
    min-height: 82px;
    padding: 2px 0;
    clear: both;
    width: 99%;
   
}



.pagepost{
    background-color: #fbfbfb;
    border: thin #ccc solid;
    min-height: 82px;
    padding: 12px;
    clear: both;
    width: 99%;
    margin-top:10px;
    border-radius:0 12px 12px 12px;
    box-sizing: border-box;
}

.pagepost h3 {
    margin-bottom:0;
  
}

.pdate a{
    font-size:12px;
    color:#4f4a4a;
}

.price-details {
    /* padding: 8px 8px; */
    overflow: hidden;
    min-height: 30px;
    width:90%;
    box-sizing:border-box;
}

.price-details .price-details{
   border-bottom:1px solid #b6dcc0;
}

.price-details strong{
    
font-size: 14px;
    
font-weight: 600;
    
line-height: 18px;
    
color:green;
}









#lead-title {
    padding: 10px 10px 10px;
}

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

    #jquery-lightbox a img {
        border: none;
    }

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

    #lightbox-container-image-data #lightbox-image-details {
        width: 70%;
        float: left;
        text-align: left;
    }

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

.listbox {
    margin: 0;
    padding: 0 0 10px 0;
}

    .listbox p {
        background: url('/images/caption_big.gif') top center repeat;
        margin: 0 0 0px 0;
        font-size: 14px;
        padding: 5px 10px 5px 10px;
        color: #000;
        direction: rtl;
        text-align: right;
    }

.listdiv {
    background-color: #F1F3F8;
    border: thin #ccc solid;
    min-height: 82px;
    padding: 2px 0;
    clear: both;
    width: 99%;
}

.offerlink {
    display: inline;
}

.listdiv img {
    border: thin #ccc solid;
    margin-left: 5px;
    height:80px;
}

.listbox ul {
    background-color: #F1F3F8;
    border: thin #ccc solid;
      list-style:none;
    margin: 5px 0;
    padding:2px;
}

    .listbox ul li {
        padding: 5px 4px 4px 0px;
        margin: 3px;
        direction: rtl;
        text-align: right;
    }

        .listbox ul li a {
            color: black;
            display: block;
            padding: 3px 0;
            line-height: 14px;
            text-decoration: none;
        }

            .listbox ul li a:hover {
                color: #FF9900;
                text-decoration: none;
            }

.button ,.formbtn {
    padding: 6px 15px;
    margin: 10px;
    /* display: inline; */
    background: linear-gradient(#eee, #DCDCDC);
    border: 1px solid #ccc;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 2px;
    font:10pt/18px Tahoma;
}

    .button:hover {
        background-position: 0 -48px;
    }

    .button:active {
        background-position: 0 top;
        position: relative;
        top: 1px;
        padding: 2px 10px 2px;
    }

    .button.red {
        background-color: #e50000;
    }

    .button.purple {
        background-color: #9400bf;
    }

    .button.green {
        background-color: #58aa00;
    }

    .button.orange {
        background-color: #ff9c00;
    }

    .button.blue {
        background-color: #2c6da0;
    }

    .button.black {
        background-color: #333;
    }

    .button.white {
        background-color: #fff;
        color: #000;
        text-shadow: 1px 1px #fff;
    }

    .button.lblue {
        background-color: #336699;
    }

    .button.small {
        font-size: 75%;
        padding: 3px 7px;
    }

        .button.small:hover {
            background-position: 0 -50px;
        }

        .button.small:active {
            padding: 4px 7px 2px;
            background-position: 0 top;
        }

    .button.large {
        font-size: 125%;
        /* padding: 5px 12px; */
        margin-top: 5px;
    }

        .button.large:hover {
            background-position: 0 -35px;
        }

        .button.large:active {
            padding: 8px 12px 6px;
            background-position: 0 top;
        }

footer {
    margin-top:20px;
    clear: both;
}

#footer .links {
    height: 25px;
}

.tagsearch {
    text-align: right;
    height: 35px;
    line-height: 14px;
    clear: both;
    padding: 13px 0px 13px 0px;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    width: 1000px;
    direction: rtl;
    margin: 0 auto;
    text-align: center;
}

    .tagsearch a:link, .tagsearch a:visited {
        padding: 1px;
        padding-top: 1px;
        padding-bottom: 5px;
        border: 1px solid #EBEBEB;
        margin-left: 2px;
        text-decoration: none;
        color: #0072bc;
        width: 22px;
        font-weight: normal;
        margin-top: 2px;
        width: 15px;
    }

.pagination {
    display: block;
    text-align: right;
    height: 100px;
    line-height: 21px;
    clear: both;
    padding-top: 3px;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    width: 785px;
    direction: rtl;
}

    .pagination a:link, .pagination a:visited {
        padding: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        border: 1px solid #EBEBEB;
        margin-left: 10px;
        text-decoration: none;
        background-color: #F5F5F5;
        color: #0072bc;
        width: 22px;
        font-weight: normal;
        margin-top: 2px;
    }

    .pagination a:hover {
        background-color: #DDEEFF;
        border: 1px solid #BBDDFF;
        color: #0072BC;
    }

    .pagination .active_link {
       
        
        padding: 5px;
        margin-right:10px;
        border: 1px solid #BBDDFF;
        margin-left: 10px;
        margin-top:20px;
        text-decoration: none;
        background-color: #DDEEFF;
        color: #0072BC;
        cursor: default;
        clear: both;
        overflow: hidden;
        margin-bottom: 5px;
        height: 35px;
        
    }

    .pagination div {
        padding-top: 5px;
        padding-bottom: 0px;
       
        clear: both;
        overflow: hidden;
        margin: 10px;
        
    }

    .pagination .disabled_pagination {
        padding: 7px;
        padding-top: 2px;
        padding-bottom: 2px;
        border: 1px solid #EBEBEB;
        margin-left: 10px;
        text-decoration: none;
        background-color: #F5F5F5;
        color: #D7D7D7;
        cursor: default;
    }


.contact-adder {
    text-align: center;
    vertical-align: top;
    background: #eee url(/images/spbt.png) no-repeat 0px 0px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    cursor:pointer;
}

    .contact-adder:hover {
        border: 1px solid #999;
    }

.spbutton a {
    /* background: #eee url(/images/spbt.png) no-repeat 0px 0px; */
    border: 1px solid #e1e0e4;
    border-bottom-color: #e3e3ef;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .2);
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 14px;
    color: #194c98;
   
    
 
    padding:4px 10px;
    margin-top:5px;
    background-color:#e6e7ea;
    font-weight:600;
}

    .spbutton a:active {
        background: #999;
        border-bottom-color: #ddd;
    }

    .spbutton a:hover {
        border-bottom-color: #000;
    }

.spmenu a {
    background: #eee url(/images/spbt.png) no-repeat 0px 0px;
    border: 1px solid #999;
    border-bottom-color: #888;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 11px;
    color: #000;
    line-height: normal !important;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}

    .spmenu a:active {
        background: #999;
        border-bottom-color: #ddd;
    }

    .spmenu a:hover {
        border-bottom-color: #000;
    }

.spbutton input:not([type=text]) {
    background: none;
    border: 0;
    color: #333;
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    outline: none;
    padding: 1px 0 2px;
    white-space: nowrap;
}

#menu {
    list-style: none;
    width: 1000px;
    margin: 1px auto;
    height: 43px;
    padding: 0px;
    /* -webkit-border-radius: 10px; */
    background: #014464;
    background: -moz-linear-gradient(top, #0272a7, #013953);
    /* background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#63a9dd), to(#1c1c58)); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0272a7', EndColorStr='#013953');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0272a7, endColorstr=#013953)";
    border: 1px solid #ccc;
    -moz-box-shadow: inset 0px 0px 1px #edf9ff;
    -webkit-box-shadow: inset 0px 0px 1px #edf9ff;
    box-shadow: inset 0px 0px 1px #edf9ff;
    direction: rtl;
    text-align: right;
    z-index: 99;
    visibility: visible;
}

    #menu li {
        float: left;
        display: block;
        text-align: center;
        position: relative;
        padding: 4px 10px 4px 10px;
        margin-right: 30px;
        margin-top: 7px;
        border: none;
    }

        #menu li:hover {
            /* border: 1px solid #777777; */
            /* padding: 4px 9px 4px 9px; */
            background: #F4F4F4;
            background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
            -moz-border-radius: 5px 5px 0px 0px;
            -webkit-border-radius: 5px 5px 0px 0px;
        }

        #menu li a {
            font-family: Tahoma, Helvetica, sans-serif;
            font-size: 14px;
            color: #fff;
            display: block;
            outline: 0;
            text-decoration: none;
            padding-right: 10px;
        }

        #menu li:hover a {
            color: #FF790D;
        }

        #menu li .drop {
            padding-right: 21px;
        }

.dropdown_1column, .dropdown_2columns, .dropdown_3columns, .dropdown_4columns, .dropdown_5columns {
    margin: 4px auto;
    /* float: left; */
    position: absolute;
    /* left: -999em; */
    display:none;
    text-align: right;
    padding: 10px 5px 10px 15px;
    border: 1px solid #777777;
    border-top: none;
    background: #F4F4F4;
    background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {
    width: 160px;
}

.dropdown_2columns {
    width: 280px;
}

.dropdown_3columns {
    width: 420px;
}

.dropdown_4columns {
    width: 560px;
}

.dropdown_5columns {
    width: 700px;
}

.dropdown_0columns {
    margin: 4px auto;
    float: right;
    width: 564px;
    text-align: right;
    padding: 2px 5px 10px 2px;
    border: 1px solid #777777;
    border-top: none;
    background: #fff;
    overflow: hidden;
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

#menu li:hover .dropdown_1column, #menu li:hover .dropdown_2columns, #menu li:hover .dropdown_3columns, #menu li:hover .dropdown_4columns, #menu li:hover .dropdown_5columns {
    left: -1px;
    top: auto;
    display:inline;
}

.col_1, .col_2, .col_3, .col_4, .col_5 {
    display: inline;
    float: right;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    list-style: none outside none;
}

.col_1 {
    width: 170px;
}

.col_2 {
    width: 270px;
}

.col_3 {
    width: 410px;
}

.col_4 {
    width: 550px;
}

.col_5 {
    width: 690px;
}

#menu .menu_right {
    float: right;
    margin-right: 0px;
}

#menu li .align_right {
    -moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
    left: auto;
    right: -1px;
    top: auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
    /* font-family: Arial, Helvetica, sans-serif; */
    /* line-height: 21px; */
    /* font-size: 12px; */
    /* text-align: right; */
    /* direction: rtl; */
    /* padding-right: 15px; */
}

#menu h2 {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 7px 0 14px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #666666;
}

#menu h3 {
    font-size: 14px;
    margin: 7px 0 14px 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #888888;
}

#menu p {
    line-height: 18px;
    margin: 0 0 10px 10px;
}

#menu div {
    z-index: 99;
    direction: rtl;
}

#menu li:hover div a {
    font-size: 12px;
    color: #000000;
}

    #menu li:hover div a:hover {
        color: #FF790D;
        text-decoration: underline;
    }

.strong {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.imgshadow {
    background: #FFFFFF;
    padding: 4px;
    border: 1px solid #777777;
    margin-top: 5px;
    -moz-box-shadow: 0px 0px 5px #666666;
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

.img_left {
    width: auto;
    float: left;
    margin: 5px 15px 5px 5px;
}

#menu li .black_box {
    background-color: #333333;
    color: #eeeeee;
    text-shadow: 1px 1px 1px #000;
    padding: 4px 6px 4px 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px #000000;
    -moz-box-shadow: inset 0 0 3px #000000;
    box-shadow: inset 0 0 3px #000000;
}

#menu li ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}

    #menu li ul li {
        font-size: 12px;
        line-height: 14px;
        position: relative;
        padding: 0;
        margin: 10px;
        float: none;
        text-align: right;
        width: 180px;
       
    }

        #menu li ul li:hover {
            background: none;
            border: none;
            padding: 0;
            /* margin: 0; */
        }

#menu li .greybox li {
    background: #F4F4F4;
    border: 1px solid #bbbbbb;
    margin: 0px 0px 4px 0px;
    padding: 4px 6px 4px 6px;
    width: 116px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

    #menu li .greybox li:hover {
        background: #ffffff;
        border: 1px solid #aaaaaa;
        padding: 4px 6px 4px 6px;
        margin: 0px 0px 4px 0px;
    }

.info-box {
    padding: 5px 10px 10px 10px;
    border: 1px solid #000;
    color: #4d4d4d;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 6px 14px -6px #fff;
    -webkit-box-shadow: inset 0 6px 14px -6px #fff;
    box-shadow: inset 0 6px 14px -6px #fff;
    margin-top: 20px;
    margin-left: 10px;
    margin: 10px 10px 5px 10px;
    height: 65px;
    border-color: #d8dfea;
    background: #d8dfea;
}

    .info-box .text {
        padding: 7px;
        display: block;
    }

    .info-box > .container b {
        padding-right: 5px;
    }

#cselect {
    margin: 0 auto;
    padding: 1px;
    text-align: right;
    width: 98%;
    margin-bottom: 5px;
    display: block;
    height: auto;
}

.q4 {
    float: right;
    padding: 1px;
    text-align: right;
    width: 24%;
    margin-bottom: 5px;
    height: auto;
}

#cselect a {
    height: 14px;
    display: inline-block;
}

.info-box > .container p {
    font-size: 12px;
    font-weight: normal;
}

.reply {
    padding: 2px;
}

    .reply input {
        margin: 4px;
    }

#itemname {
    padding: 1px;
    margin-bottom: 5px;
    width: 179px;
}

#house {
    width: 99%;
    margin: 0 auto;
}

.house {
    margin: 0 auto 15px auto;
}

.reply {
    width: 782px;
}

.webmenu {
    margin: 10px auto 10px auto;
    text-align: center;
    width: 90%;
}

    .webmenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .webmenu ul li {
            float: right;
        }

            .webmenu ul li a {
                display: block;
                text-decoration: none;
                text-align: center;
                padding: 9px 20px 9px 20px;
                font-family: Arial;
                font-size: 8pt;
                font-weight: bold;
                color: #ffffff;
                text-transform: uppercase;
                border-top: 1px solid #9cbed2;
                border-right: 1px solid #607987;
                border-left: 1px solid #94b5c8;
                background: #7195aa url(/images/webmenubg.gif) repeat-x;
                text-transform: uppercase;
                letter-spacing: .08em;
            }

                .webmenu ul li a:hover {
                    color: #a2becf;
                    border-top: 1px solid #72a0ba;
                    border-right: 1px solid #2a4a5f;
                    border-left: 1px solid #8cb3c9;
                    background: #3b6a85 url(/images/bg2.gif) repeat-x;
                }

                .webmenu ul li a.first {
                    border-left: 0;
                }

                .webmenu ul li a.last {
                    border-right: 0;
                }

#webdesign {
    width: 1000px;
}

#hosting {
    width: 1000px;
}

.row {
    width: 100%;
    margin: 0 auto 15px;
    overflow:auto;
}

.row:after {
   content:' ';
   clear:both;
}


    .column, .columns {
    width: 100%;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .close-off-menu {
        height: 50px;
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        cursor: pointer;
        z-index: 1005;
}

    .headerwrapper {position:relative}

@media (max-width:1024px) {
    body {
        width: 100%;
        max-width: 980px;
        font-size: 87.5%;
        line-height: 1.429;
    }

    #side, #Body {
        float: none;
        width: 100%;
        margin: 0 auto;
        clear: both;
    }
    #content{width:100%;float:none}


 #topnav {
        width: 100%;
    }

    .nav {
        margin-bottom: 10px;
    }

    .sub-categories {
        width: 99%;
        margin: 4px auto;
        padding: 0;
    }

    #inquire {
        width: 98%;
        margin: 5px auto 5px auto;
        position: relative;
        
    }

        #inquire table {
            width: 99%;
        }

    #header {
        width: 100%;
    }

    #righth {
        width: 100%;
        margin: 0;
    }

    #menu {
        width: 100%;
        clear: both;
    }

        #menu li a {
            padding-right: 2px;
        }

        #menu li .drop {
            padding-right: 2px;
        }











    
}




@media (max-width:608px) {
#header{height:120px;margin:0;}
#advsrch,.mh{display:none;}
.share-buttons a {padding:8px;}
#advsrch ,#lefth{

overflow:auto;

/* height:100px; */

/* display:none; */

}

.tablebox div {
       width: 90%;
    }



 #right{width:100%;margin:0 auto;}
#find{text-align:center;padding:10px 0;width:100%;border-top:1px solid #ccc;}

#lefth{width:130px;}
.mht img{
 display:inline;
}

.mhm{display:block;}
.mhm img{display:block;
width:130px;
height:45px;
padding:2px;
border-bottom:1px solid #e7e7e7;
}

#menu li:hover .dropdown_1column, #menu li:hover .dropdown_2columns, #menu li:hover .dropdown_3columns, #menu li:hover .dropdown_4columns, #menu li:hover .dropdown_5columns {
    

    display:none;
    left: 151px;
    top: auto;
}
#menu {

/* padding-top: 10px; */

/* display:none; */

direction: rtl;

text-align: right;

background-image: none;

z-index:99;

background-color:#ccc;

width: 90%;

height:auto;

overflow:auto;
}


.nav {
    width: 200px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -250px;
    overflow-y: auto;
    padding: 10px 10px 0;
    background-color: #ccc;
    text-align: right;
    z-index: 1;
}








    #menu .menu_right {
        float: none;
    }

    #menu li   {
      display:block;
      float:none;
      text-align:right;
      padding:0;margin:0;
     border-bottom: 1px solid #ddd;
    }

.off-menu-icon, .header.sticky .off-menu-icon {
    width: 20px;
    margin-top: 17px;
}

.off-menu-icon {
    width: 30px;
    height: 20px;
    float: right;
    display: inline-block;
    position: relative;
    /* margin-top: 20px; */
}

#menu li {padding-right:10px}
#menu li:hover {background:none; background-color:#cfcfcf;}





    .menu-icon .line {
    width: 100%;
    height: 4px;
    display: block;
    margin-bottom: 4px;
    border-radius: 5px;
    background-color: #ef6b08;
    transition: .3s;
}


    #menu li a {
        display: block;
        padding-right: 10px;
        color:#333;
    }

    .dropdown_4columns {display:none;}


.latest {padding:10px 0;}



.topwide {
width: 100%;margin:5px auto;text-align :center;height:50px;
display:block;
overflow:hidden;
clear:both;
float:none;
position:relative;
}
.topwide img {width:320px;margin:5px auto;text-align :center;height:50px;}


.menu-icon {
    position: absolute;
    top: 0;
    right: 0;
    display:block;
    cursor:pointer;
    }

.options {
    background: url('/images/menu.png') no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    cursor: pointer;
    border-left: 1px solid #ccc;
    text-indent: -1000em;
    background-position: 10px 10px;
}


.mainimage {
   width: 300px;
   padding: 2px;
   border: thin #a9a9a9 solid;
}


.singlethumb  {width: 120px;
padding-right:20px;

}
#topnav {
    /* display: none; */
    min-height: 40px;
}

    #topnav li, nav li .newmenu li {
        float: none;
        display: block;
        width: 100%;
    }

 #topnav ul, .newmenu ul {
        list-style: none;
        clear: right;
    }

.ver ul li {
    display: block;
}

.hor ul li {
    display: inline-block;
}

.hor ul {
    list-style: none;
}

.ver {
    border-top: 1px solid #eee;
    background: #f2f2f2;
    z-index: 100;
}

    .ver a {
        color: #666;
        font-size: 14px;
        font-weight: bold;
        line-height: 50px;
        display: block;
        padding: 0 20px;
    }

        .ver a:hover {
            /* background: #fff; */
            /* color: #ff664d; */
        }

    .ver li {
        border-bottom: 1px solid #ddd;
    }

        .ver li:last-child {
            border: none;
        }

.tools {
    height: 60px;
    display: inline;
}

    .tools a {
        position: relative;
        float: right;
        width: 45px;
        height: 60px;
        border-left: 1px solid #ccc;
        background: #e7e7e7;
    }

.t2 a {
    width: 90px;
}

.tools a p {
    position: absolute;
    top: 20px;
    left: 5px;
    overflow: visible;
}

.tools img {
    width: 44px;
    height: 60px;
}



}



@media (max-width:768px) {
    body {
        position:relative;
        width: 100%;
        max-width: 980px;
        font-size: 87.5%;
        line-height: 1.5;
        /* background:green; */
    }

    #side, #Body ,#footer{
        float: none;
        width: 99%;
        margin: 0 auto;
        clear: both;
    }

    .mw {
    width: 100%;
}
    
    textarea {
    width: 85%;
    max-width: 600px;
    min-width: 300px;

}




    .myads{border-bottom:1px solid #ccc;
margin:10px 2px 10px;


    }
#NewItems {
    width: 99%;
}

    #NewItems b {
        padding: 5px;
    }

    #NewItems li {
        padding: 2px;
        height: 136px;
        border: thin #ccc solid;
        list-style: none;
        margin: 0 auto 4px;
        display: block;
        overflow: hidden;
    }

    #NewItems ul {
        padding: 5px;
        margin: 5px auto;
    }


    .popularItems {
    width: 99%;
}

    .popularItems b {
        padding: 5px;
    }

    .popularItems ul {
        padding: 5px;
        margin: 5px auto;
    }



    .itemthumb {
    width: 300px;
    padding: 2px;
    border: thin #a9a9a9 solid;
}

    .rightbox {
    /* width: 304px; */
    margin: 10px auto 15px auto;
}







    option:nth-child(1), option:nth-child(4) {
        font-weight: bold;
    }

    #itemname {
        padding: 5px;
        width: 179px;
    }

    #content {
        width: 100%;
        margin: 0 auto;
    }

   

    #regform {
        width: 99%;
        min-height: 511px;
    }

    .dataform {
        direction: rtl;
        text-align: right;
    }




    .tablebox {
        width: 98%;
    }

    #searchbox {
        float: none;
        width: 99%;
        margin: 10px auto auto 10px;
        clear: both;
    }

        #searchbox select {
            display: block;
        }

    #house {
        width: 99%;
        height: 137px;
        text-align: center;
    }

    .featured {
        margin: 0 auto;
        overflow: hidden;
        width: 99%;
    }

        .featured div {
            width: 124px;
        }

    .userads {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        line-height: 24px;
    }

    .half {
        float: none;
        width: 99%;
        margin: 0 auto;
    }

    .reply {
        width: 100%;
    }

    #postreply {
        width: 99%;
    }

    .dropdown_3columns {
        width: 420px;
    }

    .dropdown_4columns {
        width: 420px;
    }

    #menu .menu_right {
        margin-right: 5px;
    }

    #hwdetals {
        width: 99%;
    }

    #postdetails {
        /* width: 99%; */
    }

    #ipaddress {
        float: none;
        width: 99%;
        height: 140px;
        clear: both;
        display: block;
        margin:20px auto;
    }

    #ipdetails {
        clear: both;
        width: 99%;
        display: block;
    }

    #ipwiki {
        float: none;
        width: 99%;
        height: 180px;
        margin-bottom: 10px;
    }

    #hosting {
        width: 99%;
    }

    #gallery {
    /* text-align: center; */
    /* width: 302px; */
}


.lead, .solo, .listbox ul, .related {
    list-style:none;
    padding-right:0px;
    width: 99%;
    overflow: hidden;
    position: relative;
    min-height: 120px;
    clear: both;
    margin-bottom: 12px;
    background-color: #fff;
    margin-top: 2px;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0 4px 6px -3px #777;
    -moz-box-shadow: 0 4px 6px -3px #777;
    box-shadow: 0 4px 6px -3px #777;
}
 

}


@media screen and (max-width:970px) {


    .leftbox {
        float: none;
        clear:both;
    }

    #content{width:100%;float:none;margin-top:10px;}
}










@media screen and (min-width:969px) {


 .leftbox {
    float: left; 
}

.leftbox div {
    margin-top:5px;
}

    
 .headers.homepage .menu-icon {
        display: none;
    }

    .large-1 {
        width: 8.33333%;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-3 {
        width: 25%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-6 {
        width: 50%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-9 {
        width: 75%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-12 {
        width: 100%;
    }

    .hidden-desktop {
        display: none !important;
    }

    .visible-desktop {
        display: block !important;
    }
}



@media screen and (max-width:767px) {
    

    .small-1 {
        width: 8.33333%;
    }

    .small-2 {
        width: 16.66667%;
    }

    .small-3 {
        width: 25%;
    }

    .small-4 {
        width: 33.33333%;
    }

    .small-5 {
        width: 41.66667%;
    }

    .small-6 {
        width: 50%;
    }

    .small-7 {
        width: 58.33333%;
    }

    .small-8 {
        width: 66.66667%;
    }

    .small-9 {
        width: 75%;
    }

    .small-10 {
        width: 83.33333%;
    }

    .small-11 {
        width: 91.66667%;
    }

    .small-12 {
        width: 100%;
    }

    span.small-12 {
        margin-bottom: 12px;
    }






    .hidden-mobile {
        display: none !important;
    }

    .visible-mobile {
        display: block !important;
    }

 
}



@media screen and (min-width:768px) and (max-width:959px) {

   

 
    
    .medium-1 {
        width: 8.33333%;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-12 {
        width: 100%;
    }

    .menu-icon {
        display: none;
    }


    .hidden-tablet {
        display: none !important;
    }

    .visible-tablet {
        display: block !important;
    }
}



@media(max-width:375px) {

    textarea {
    width: 95%;
    max-width: 320px;
    min-width: 320px;
    padding: 5px;
    margin-top: 10px;
    min-height: 250px;
}


.txtbox, .minput input[type=text], .minput select {
 width:300px;
}

.dataform input[type=text] {
    width: 320px;
}









    .alert {
        height:175px;
        overflow:auto;
    }
    #content {
        width: 100%;
    }

    .leads {
        margin: 10px 0;
    }

    .lead {
        width: 100%;
    }

.itemthumb{ 
   width: 300px;
    padding: 2px;
    border: thin #a9a9a9 solid;
}
    .leftbox {
        float:none;
        width: 300px;
        min-height: 30px; 
        margin: 10px auto 10px auto;
        overflow:auto;
        
}

}


@media(max-width:320px) {

    .txtbox, .minput input[type=text], .minput select {
 width:300px;
}
.srchbox {width:200px;}
}

@media(max-width:360px) {

    textarea {
    width: 75%;
    max-width: 300px;
    min-width: 300px;
 
 
}

.srchbox {width:260px;}
}

/* Lightbox component compatibility. */
html.lb-disable-scrolling{overflow:hidden;position:fixed;height:100vh;width:100vw}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:normal}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;margin:1;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url('/js/images/loading.gif') no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:none;background-image:url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')}.lb-prev,.lb-next{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url('/js/images/prev.png') no-repeat left 48%;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url('/js/images/next.png') no-repeat right 48%;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:bold;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url('/js/images/close.png') no-repeat right top;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}

/* SPTechs modern responsive design layer. */
/*
 * SPTechs shared design foundation, phase 2.
 * Scoped to body.site-v2 so the rollout remains reversible.
 */

:root {
  --v2-brand-950: #0a2032;
  --v2-brand-900: #12304a;
  --v2-brand-800: #174461;
  --v2-brand-700: #176b87;
  --v2-brand-100: #e8f3f7;
  --v2-accent-700: #cc6714;
  --v2-accent-600: #e97b20;
  --v2-canvas: #f4f6f8;
  --v2-surface: #fff;
  --v2-text: #17212b;
  --v2-muted: #607080;
  --v2-border: #dce3e8;
  --v2-focus: #79c9e6;
  --v2-shadow: 0 8px 24px rgba(18, 48, 74, 0.08);
  --v2-shadow-sm: 0 4px 14px rgba(18, 48, 74, 0.07);
  --v2-radius-sm: 8px;
  --v2-radius-md: 12px;
  --v2-page-width: 1280px;
  --v2-gutter: 32px;
}

/* Account panel and add-ad workflow */
.site-v2 .v2-panel-page {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 28px;
  align-items: start;
  direction: rtl;
}

.site-v2 .v2-panel-page .v2-panel-content,
.site-v2 .v2-panel-page .v2-panel-sidebar {
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
}

.site-v2 .v2-panel-page .v2-panel-content {
  padding: 22px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: #fff;
  box-shadow: var(--v2-shadow-sm);
}

.site-v2 .v2-panel-sidebar .inpanel {
  overflow: hidden;
  width: 100%;
  margin: 0;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: #fff;
  box-shadow: var(--v2-shadow-sm);
}

.site-v2 .v2-panel-sidebar .inpanel .headerbar {
  margin: 0;
  padding: 12px 15px;
  border: 0;
  border-top: 1px solid var(--v2-border);
  background: var(--v2-brand-100);
  color: var(--v2-text);
  font-size: 0.95rem;
  line-height: 1.5;
}

.site-v2 .v2-panel-sidebar .inpanel .headerbar:first-child {
  border-top: 0;
}

.site-v2 .v2-panel-sidebar .inpanel ul {
  margin: 0;
  padding: 6px 0;
  list-style: none;
}

.site-v2 .v2-panel-sidebar .inpanel li {
  margin: 0;
  padding: 0;
  border: 0;
}

.site-v2 .v2-panel-sidebar .inpanel li a {
  display: block;
  padding: 9px 15px;
  border: 0;
  color: var(--v2-text);
  line-height: 1.55;
  text-decoration: none;
}

.site-v2 .v2-panel-sidebar .inpanel li a:hover,
.site-v2 .v2-panel-sidebar .inpanel li a:focus-visible {
  background: var(--v2-brand-100);
  color: var(--v2-brand-900);
}

.site-v2 .v2-panel-sidebar .inpanel li img {
  display: none;
}

.site-v2 .v2-panel-form,
.site-v2 .v2-panel-form form,
.site-v2 .v2-panel-form .dataform,
.site-v2 .v2-panel-form .v2-form-table {
  width: 100%;
  max-width: none;
  margin: 0;
}

.site-v2 .v2-panel-form .v2-form-card {
  padding: 0;
  border: 0;
  background: transparent;
}

.site-v2 .v2-panel-form .v2-form-table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}

.site-v2 .v2-panel-form .v2-form-table td {
  height: auto !important;
  padding: 14px 4px;
  border: 0 !important;
  border-bottom: 1px solid var(--v2-border) !important;
  background: transparent !important;
  color: var(--v2-text);
  vertical-align: top;
}

.site-v2 .v2-panel-form .v2-form-table label {
  display: block;
  margin: 0 0 8px;
  color: var(--v2-text);
  font-weight: 700;
}

.site-v2 .v2-panel-form input[type="text"],
.site-v2 .v2-panel-form input[type="email"],
.site-v2 .v2-panel-form input[type="tel"],
.site-v2 .v2-panel-form select,
.site-v2 .v2-panel-form textarea {
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  padding: 9px 11px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: #fff;
  color: var(--v2-text);
  font: inherit;
}

.site-v2 .v2-panel-form textarea {
  min-height: 220px;
  resize: vertical;
}

.site-v2 .v2-panel-form input[type="radio"],
.site-v2 .v2-panel-form input[type="checkbox"] {
  width: auto;
  min-height: 0;
  margin-inline: 4px;
}

.site-v2 .v2-panel-form button,
.site-v2 .v2-panel-form input[type="submit"] {
  min-height: 44px;
  padding: 10px 20px;
  border: 0;
  border-radius: var(--v2-radius-sm);
  background: var(--v2-brand-700);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.site-v2 .v2-panel-form #images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.site-v2 .v2-panel-form .imgsholder {
  float: none;
  overflow: hidden;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: var(--v2-brand-100);
}

.site-v2 .v2-panel-form .imgsholder img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.site-v2 .v2-panel-notice {
  width: 100% !important;
  margin: 0 0 18px;
  padding: 14px !important;
  border: 1px solid var(--v2-border) !important;
  border-radius: var(--v2-radius-md);
  background: var(--v2-brand-100);
}

@media (max-width: 900px) {
  .site-v2 .v2-panel-page {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .site-v2 .v2-panel-page .v2-panel-content {
    padding: 16px;
  }
}

@media (max-width: 560px) {
  .site-v2 .v2-panel-page .v2-panel-content {
    padding: 12px;
    border-radius: var(--v2-radius-md);
  }

  .site-v2 .v2-panel-form .v2-form-table td {
    padding-block: 12px;
  }

  .site-v2 .v2-panel-form textarea {
    min-height: 180px;
  }
}

/* The retired marketplace menu include may leave an empty sidebar wrapper. */
.site-v2 #side:not(:has(*)) {
  display: none !important;
}

.site-v2 .v2-home-page:has(> #side:not(:has(*))),
.site-v2 .v2-listing-page:has(> #side:not(:has(*))),
.site-v2 .v2-item-page:has(> #side:not(:has(*))),
.site-v2 .v2-profile-page:has(> #side:not(:has(*))) {
  grid-template-columns: minmax(0, 1fr);
}

html {
  max-width: none;
  background: var(--v2-canvas);
}

body.site-v2 {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: var(--v2-canvas);
  color: var(--v2-text);
  font-family: system-ui, "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.site-v2 *,
.site-v2 *::before,
.site-v2 *::after {
  box-sizing: border-box;
}

.site-v2 a {
  color: var(--v2-brand-700);
  text-underline-offset: 3px;
}

.site-v2 a:focus-visible,
.site-v2 button:focus-visible,
.site-v2 input:focus-visible,
.site-v2 select:focus-visible,
.site-v2 textarea:focus-visible {
  outline: 3px solid var(--v2-focus);
  outline-offset: 3px;
}

.site-v2 img {
  max-width: 100%;
}

/* Shared header shell */
.site-v2 .headerwrapper {
  position: relative;
  z-index: 100;
  display: block;
  background: var(--v2-brand-900);
  color: #fff;
  box-shadow: 0 3px 16px rgba(10, 32, 50, 0.22);
}

.site-v2 #topnav {
  width: min(calc(100% - (var(--v2-gutter) * 2)), var(--v2-page-width));
  height: auto;
  min-height: 38px;
  margin: 0 auto;
  border: 0;
  background: transparent;
  color: #dceaf0;
}

.site-v2 #topnav .goright,
.site-v2 #topnav .goleft {
  padding: 0;
}

.site-v2 #topnav ul {
  display: flex;
  min-height: 38px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  font-family: inherit;
  font-size: 0.82rem;
  list-style: none;
}

.site-v2 #topnav ul li {
  display: inline-flex;
  width: auto;
  margin: 0;
  align-items: center;
  line-height: 1.35;
}

.site-v2 #topnav li a {
  display: inline-flex;
  min-height: 34px;
  padding: 6px 10px;
  align-items: center;
  color: #e8f2f6;
  border-radius: 6px;
}

.site-v2 #topnav li a:hover {
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.site-v2 #topnav .newlead {
  margin-block: 6px;
  margin-inline-start: 6px;
  padding: 0;
  border: 0;
  border-radius: var(--v2-radius-sm);
  background: var(--v2-accent-600);
  box-shadow: 0 7px 18px rgba(233, 123, 32, 0.28);
}

.site-v2 #topnav .newlead a {
  min-height: 36px;
  padding: 7px 16px;
  color: #fff;
  font-weight: 800;
}

.site-v2 #topnav .newlead a::before {
  margin-inline-end: 7px;
  font-size: 1.2rem;
  line-height: 1;
  content: "+";
}

.site-v2 #topnav .newlead:hover,
.site-v2 #topnav .newlead a:hover {
  background: var(--v2-accent-700);
}

.site-v2 #header {
  display: grid;
  width: min(calc(100% - (var(--v2-gutter) * 2)), var(--v2-page-width));
  min-height: 76px;
  margin: 0 auto;
  padding: 12px 0;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  clear: both;
}

.site-v2 #lefth,
.site-v2 #righth {
  width: auto;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  float: none;
  background: transparent;
}

.site-v2 #lefth {
  grid-column: 1;
}

.site-v2 #righth {
  display: flex;
  grid-column: 2;
  align-items: center;
  gap: 12px;
}

.site-v2 #topheader {
  display: flex;
  position: static;
  float: none;
  align-items: center;
}

.site-v2 #topheader a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
}

.site-v2 #topheader img,
.site-v2 #logo {
  width: auto;
  max-width: 170px;
  height: 48px;
  margin: 0;
  object-fit: contain;
}

.site-v2 #topheader .mh {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-v2 #query {
  width: 100%;
}

.site-v2 #find {
  width: 100%;
  padding: 0;
  overflow: visible;
}

.site-v2 #find form,
.site-v2 #find form > div {
  width: 100%;
  margin: 0;
}

.site-v2 #find form > div {
  display: grid;
  min-height: 48px;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--v2-radius-sm);
  background: #fff;
  box-shadow: 0 5px 18px rgba(10, 32, 50, 0.18);
}

.site-v2 #find input {
  min-width: 0;
  min-height: 48px;
  margin: 0;
  border: 0;
  border-radius: 0;
  font: inherit;
}

.site-v2 #find .srchbox {
  width: 100%;
  padding: 10px 16px;
  background: #fff;
  color: var(--v2-text);
}

.site-v2 #find input[type="submit"] {
  min-width: 88px;
  padding: 9px 18px;
  background: var(--v2-accent-600);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}

.site-v2 #find input[type="submit"]:hover {
  background: var(--v2-accent-700);
}

.site-v2 #advsrch {
  padding: 3px 8px 0 0;
  font-size: 0.78rem;
}

.site-v2 #advsrch a {
  color: #dceaf0;
}

.site-v2 #menu-icon {
  display: none;
}

/* Main navigation */
.site-v2 .nav {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--v2-brand-950);
}

.site-v2 .nav > .mhm {
  display: none;
}

.site-v2 .mobile-nav-actions,
.site-v2 .mobile-nav-section-title,
.site-v2 .mobile-nav-footer {
  display: none;
}

.site-v2 #menu {
  display: flex;
  width: min(calc(100% - (var(--v2-gutter) * 2)), var(--v2-page-width));
  height: auto;
  min-height: 48px;
  margin: 0 auto;
  padding: 0;
  align-items: stretch;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  list-style: none;
}

.site-v2 #menu > li,
.site-v2 #menu > li.menu_right {
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  float: none;
  align-items: stretch;
}

.site-v2 #menu > li > a,
.site-v2 #menu > li > a.drop {
  display: inline-flex;
  min-height: 48px;
  padding: 10px 15px;
  align-items: center;
  color: #eaf4f8;
  font-family: inherit;
  font-size: 0.93rem;
  font-weight: 650;
  white-space: nowrap;
}

.site-v2 #menu > li:hover {
  border-radius: 0;
  background: var(--v2-brand-800);
}

.site-v2 #menu > li:hover > a {
  color: #fff;
}

.site-v2 #menu .dropdown_1column,
.site-v2 #menu .dropdown_2columns,
.site-v2 #menu .dropdown_3columns,
.site-v2 #menu .dropdown_4columns,
.site-v2 #menu .dropdown_5columns {
  top: calc(100% - 4px);
  margin: 0;
  padding: 16px;
  border: 1px solid var(--v2-border);
  border-radius: 0 0 var(--v2-radius-md) var(--v2-radius-md);
  background: #fff;
  box-shadow: 0 16px 34px rgba(10, 32, 50, 0.18);
}

.site-v2 #menu li:hover div a {
  min-height: 34px;
  padding: 5px 7px;
  color: var(--v2-text);
  font-family: inherit;
  font-size: 0.83rem;
}

.site-v2 #menu li:hover div a:hover {
  color: var(--v2-brand-700);
}

/* Transitional content shell */
.site-v2 #Body {
  width: min(calc(100% - (var(--v2-gutter) * 2)), var(--v2-page-width));
  min-height: 70vh;
  margin: 24px auto 0;
  overflow: visible;
}

.site-v2 #content {
  width: calc(100% - 296px);
  padding: 0;
}

.site-v2 #side {
  width: 272px;
}

.site-v2 #content,
.site-v2 #side,
.site-v2 .lead,
.site-v2 .aradbox,
.site-v2 .sub-categories {
  max-width: 100%;
}

.site-v2 #content,
.site-v2 #side {
  border-color: var(--v2-border);
}

/* Keep authenticated panel grid items from inheriting transitional ID widths. */
.site-v2 .v2-panel-page > #content.v2-panel-content {
  width: 100%;
  float: none;
  margin: 0;
}

.site-v2 .v2-panel-page > #side.v2-panel-sidebar {
  width: 100%;
  float: none;
  margin: 0;
}

/* Shared footer */
.site-v2 footer {
  display: block;
  width: 100%;
  margin-top: 48px;
  background: var(--v2-brand-950);
  color: #d9e8ee;
}

.site-v2 #footer {
  width: min(calc(100% - (var(--v2-gutter) * 2)), var(--v2-page-width));
  min-height: 120px;
  margin: 0 auto;
  padding: 30px 0 22px;
  overflow: visible;
  background: transparent;
  color: #d9e8ee;
  font-size: 0.88rem;
  line-height: 1.7;
}

.site-v2 #footer hr {
  display: none;
}

.site-v2 #footer nav,
.site-v2 #footer ul {
  margin: 0;
  padding: 0;
}

.site-v2 #footer .links {
  height: auto;
  min-height: 0;
  margin: 0;
}

.site-v2 #footer > div {
  margin: 0;
}

.site-v2 #footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 10px;
  list-style: none;
}

.site-v2 #footer ul li {
  display: inline-flex;
  margin: 0;
}

.site-v2 #footer a {
  display: inline-flex;
  min-height: 36px;
  margin: 0;
  padding: 6px 9px;
  align-items: center;
  color: #d9e8ee;
  border-radius: 6px;
}

.site-v2 #footer a:hover {
  background: rgba(255, 255, 255, 0.09);
}

.site-v2 #footer .v2-footer-copyright {
  margin-top: 18px;
  color: #a9c0ca;
  line-height: 1.7;
  text-align: center;
}

/* Compact account-panel footer. */
.site-v2 .v2-panel-footer {
  margin-top: 32px;
}

.site-v2 .v2-panel-footer #footer {
  min-height: 0;
  padding-block: 22px 18px;
}

.site-v2 .v2-panel-footer .v2-panel-footer-help {
  margin: 0 0 6px;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 800;
  text-align: center;
}

.site-v2 .v2-panel-footer .v2-panel-footer-logout {
  color: #ffd0a6;
}

.site-v2 .v2-panel-footer #footer .v2-footer-copyright {
  margin-top: 10px;
}

@media (max-width: 560px) {
  .site-v2 .v2-panel-footer {
    margin-top: 24px;
  }

  .site-v2 .v2-panel-footer #footer {
    padding-block: 20px 16px;
  }

  .site-v2 .v2-panel-footer #footer ul {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .site-v2 .v2-panel-footer #footer a {
    min-height: 32px;
    padding-block: 4px;
  }
}

@media (max-width: 1199px) {
  :root {
    --v2-gutter: 24px;
  }

  .site-v2 #menu > li > a,
  .site-v2 #menu > li > a.drop {
    padding-inline: 11px;
  }
}

@media (max-width: 969px) {
  body.site-v2 {
    padding-bottom: 0;
  }

  .site-v2 #topnav,
  .site-v2 #header,
  .site-v2 #Body,
  .site-v2 #footer {
    width: min(calc(100% - (var(--v2-gutter) * 2)), var(--v2-page-width));
  }

  .site-v2 #header {
    min-height: 116px;
    padding-block: 10px 14px;
    direction: ltr;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    grid-template-rows: 48px auto;
    gap: 8px 12px;
  }

  .site-v2 #lefth {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    direction: rtl;
  }

  .site-v2 #righth {
    display: contents;
  }

  .site-v2 #menu-icon {
    display: block;
    position: relative;
    z-index: 1004;
    right: auto;
    grid-column: 3;
    grid-row: 1;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 7px;
    float: none;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: var(--v2-radius-sm);
  }

  .site-v2 #menu-icon .off-menu-icon {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 22px;
    margin: 4px 0 0;
    float: none;
    cursor: pointer;
  }

  .site-v2 #menu-icon.is-open {
    position: fixed;
    top: 12px;
    right: 220px;
    background: #fff;
    border-color: var(--v2-border);
    box-shadow: var(--v2-shadow-sm);
  }

  .site-v2 #off-menu-closeIcon {
    display: none !important;
  }

  .site-v2 #query {
    grid-column: 1 / -1;
    grid-row: 2;
    direction: rtl;
  }

  .site-v2 #advsrch {
    display: none;
  }

  .site-v2 .nav {
    position: fixed;
    z-index: 1003;
    top: 0;
    right: -292px;
    bottom: 0;
    left: auto;
    display: block;
    width: 280px;
    height: 100vh;
    margin: 0;
    padding: 0 0 18px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #f4f8fa;
    border-left: 1px solid rgba(10, 50, 74, 0.12);
    box-shadow: -12px 0 34px rgba(10, 32, 50, 0.22);
  }

  .site-v2 #close-off-menu {
    position: fixed;
    z-index: 1002;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 24, 36, 0.38);
  }

  .site-v2 .nav > .mhm {
    display: flex;
    min-height: 118px;
    margin: 0;
    padding: 20px 18px 17px 58px;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(145deg, var(--v2-brand-950), var(--v2-brand-800));
    border-bottom: 3px solid var(--v2-accent-600);
  }

  .site-v2 .nav > .mhm a {
    display: block;
    width: fit-content;
    max-width: 100%;
  }

  .site-v2 .nav > .mhm img {
    width: auto;
    max-width: 196px;
    height: 50px;
    padding: 0;
    border: 0;
  }

  .site-v2 .mobile-nav-kicker {
    display: block;
    margin-top: 7px;
    color: #bfd4dc;
    font-size: 0.72rem;
    line-height: 1.5;
  }

  .site-v2 .mobile-nav-actions {
    display: grid;
    padding: 14px 14px 8px;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    background: #fff;
  }

  .site-v2 .mobile-nav-actions a {
    display: inline-flex;
    min-height: 42px;
    padding: 8px 10px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 0.84rem;
    font-weight: 750;
    text-decoration: none;
  }

  .site-v2 .mobile-nav-publish {
    color: #fff;
    background: var(--v2-accent-600);
    box-shadow: 0 5px 12px rgba(239, 107, 8, 0.22);
  }

  .site-v2 .mobile-nav-account {
    color: var(--v2-brand-800);
    background: #fff;
    border: 1px solid #b9ccd5;
  }

  .site-v2 .mobile-nav-section-title {
    display: block;
    padding: 10px 18px 7px;
    color: #687e88;
    font-size: 0.73rem;
    font-weight: 750;
    letter-spacing: 0.02em;
  }

  .site-v2 #menu {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0 10px 8px;
    flex-direction: column;
    gap: 6px;
    background: transparent;
  }

  .site-v2 #menu > li,
  .site-v2 #menu > li.menu_right {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dbe6eb;
    border-radius: 9px;
    background: #fff;
    box-shadow: inset -3px 0 0 var(--v2-brand-700);
  }

  .site-v2 #menu > li > a,
  .site-v2 #menu > li > a.drop {
    display: flex;
    width: 100%;
    min-height: 48px;
    padding: 10px 13px 10px 10px;
    align-items: center;
    color: var(--v2-text);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.4;
  }

  .site-v2 #menu > li > a::after {
    content: "‹";
    display: inline-flex;
    width: 24px;
    height: 24px;
    margin-inline-start: auto;
    align-items: center;
    justify-content: center;
    color: var(--v2-brand-700);
    border-radius: 50%;
    background: var(--v2-brand-100);
    font-family: Arial, sans-serif;
    font-size: 1.15rem;
    line-height: 1;
  }

  .site-v2 #menu > li:hover {
    background: #fff;
    border-color: #a9c8d5;
    transform: translateX(-2px);
  }

  .site-v2 #menu > li:hover > a {
    color: var(--v2-brand-900);
  }

  .site-v2 .mobile-nav-footer {
    display: flex;
    margin: 5px 14px 0;
    padding: 14px 4px 2px;
    justify-content: space-between;
    border-top: 1px solid #d8e4e9;
  }

  .site-v2 .mobile-nav-footer a {
    display: inline-flex;
    min-height: 36px;
    padding: 6px 8px;
    align-items: center;
    color: var(--v2-brand-700);
    font-size: 0.8rem;
    font-weight: 650;
  }

  .site-v2 #menu .dropdown_1column,
  .site-v2 #menu .dropdown_2columns,
  .site-v2 #menu .dropdown_3columns,
  .site-v2 #menu .dropdown_4columns,
  .site-v2 #menu .dropdown_5columns,
  .site-v2 #menu li:hover .dropdown_1column,
  .site-v2 #menu li:hover .dropdown_2columns,
  .site-v2 #menu li:hover .dropdown_3columns,
  .site-v2 #menu li:hover .dropdown_4columns,
  .site-v2 #menu li:hover .dropdown_5columns {
    display: none;
  }

  .site-v2 #Body {
    margin-top: 20px;
  }

  .site-v2 #content,
  .site-v2 #side {
    width: 100%;
    margin-inline: 0;
    float: none;
  }

  .site-v2 #side {
    margin-top: 24px;
  }

}

@media (max-width: 639px) {
  :root {
    --v2-gutter: 16px;
  }

  .site-v2 #topnav ul {
    justify-content: space-between;
  }

  .site-v2 #topnav li:not(.newlead):not(:last-child) {
    display: none;
  }

  .site-v2 #topnav .newlead a {
    padding-inline: 12px;
  }

  .site-v2 #header {
    gap-inline: 8px;
  }

  .site-v2 #topheader img,
  .site-v2 #logo {
    max-width: 132px;
    height: 42px;
  }

  .site-v2 #find input[type="submit"] {
    min-width: 68px;
    padding-inline: 12px;
  }

  .site-v2 #Body {
    margin-top: 16px;
  }

  .site-v2 #footer {
    min-height: 0;
    padding-block: 26px 18px;
  }

  .site-v2 #footer ul {
    gap: 2px 6px;
  }

  .site-v2 #footer a {
    min-height: 32px;
    padding: 5px 7px;
  }
}

/* Ad image uploader, consolidated from the retired /js/images.css file. */
.site-v2 .v2-panel-form .imgsholder {
  position: relative;
  box-sizing: border-box;
  width: 140px;
  min-height: 100px;
  padding: 5px;
  float: right;
}

.site-v2 .v2-panel-form .imgsholder:first-child {
  float: none;
  clear: both;
}

.site-v2 .v2-panel-form .imgsholder img {
  border: 1px solid var(--v2-border);
  padding: 2px;
}

.site-v2 .v2-panel-form #addImage {
  padding: 10px;
  background: var(--v2-success, #157c39);
  color: #fff;
  border-radius: var(--v2-radius-sm);
  font: 10pt/18px Tahoma, Arial, sans-serif;
}

.site-v2 .v2-panel-form .del-img {
  position: absolute;
  top: 1px;
  left: 12px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: #c62828;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
}

.site-v2 .v2-panel-form .del-img:hover {
  background: #ef6b08;
}

/* Keep desktop dropdown content inside its own panel. */
@media (min-width: 970px) {
  .site-v2 #menu .dropdown_1column {
    width: 240px;
  }

  .site-v2 #menu .dropdown_4columns {
    width: 760px;
  }

  .site-v2 #menu .dropdown_1column .col_1 {
    width: 100%;
    margin-inline: 0;
  }

  .site-v2 #menu .dropdown_4columns .col_1 {
    box-sizing: border-box;
    width: 25%;
    margin-inline: 0;
    padding-inline: 6px;
  }

  .site-v2 #menu .dropdown_1column ul li,
  .site-v2 #menu .dropdown_4columns ul li {
    width: auto;
    margin: 4px 0;
  }

  .site-v2 #menu .dropdown_1column a,
  .site-v2 #menu .dropdown_4columns a {
    white-space: normal;
  }
}

/* Recently viewed advertisements in the marketplace rail. */
.site-v2 .v2-recently-viewed {
  width: 100%;
  direction: rtl;
}

.site-v2 .v2-recently-viewed[hidden] {
  display: none;
}

.site-v2 .v2-recently-viewed-header {
  display: flex;
  margin-bottom: 12px;
  padding-bottom: 10px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--v2-border);
}

.site-v2 .v2-recently-viewed h2 {
  margin: 0;
  padding: 9px 14px 8px 0;
  color: var(--v2-brand-900);
  font-size: 1rem;
  line-height: 1.5;
}

.site-v2 .v2-recently-viewed-header button {
  display: inline-flex;
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 8px;
  margin-left: 10px;
  padding: 0;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: #fff;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  box-shadow: var(--v2-shadow-sm);
}

.site-v2 .v2-recently-viewed-header button::before,
.site-v2 .v2-recently-viewed-header button::after {
  position: absolute;
  width: 23px;
  height: 4px;
  border-radius: 5px;
  background: #111;
  content: "";
}

.site-v2 .v2-recently-viewed-header button::before {
  transform: rotate(45deg);
}

.site-v2 .v2-recently-viewed-header button::after {
  transform: rotate(-45deg);
}

.site-v2 .v2-recently-viewed-header button:hover,
.site-v2 .v2-recently-viewed-header button:focus-visible {
  border-color: #111;
  background: #f2f4f5;
  outline: 2px solid rgba(17, 17, 17, 0.18);
  outline-offset: 2px;
}

.site-v2 .v2-recently-viewed ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 8px;
  list-style: none;
}

.site-v2 .v2-recently-viewed li {
  margin: 0;
  padding: 0;
}

.site-v2 .v2-recently-viewed a {
  display: grid;
  min-height: 66px;
  padding: 7px;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--v2-radius-sm);
  color: var(--v2-text);
}

.site-v2 .v2-recently-viewed a:hover,
.site-v2 .v2-recently-viewed a:focus-visible {
  border-color: var(--v2-border);
  background: var(--v2-brand-50, #f4f8fa);
  color: var(--v2-brand-700);
  text-decoration: none;
}

.site-v2 .v2-recently-viewed img {
  width: 72px;
  height: 54px;
  border-radius: 7px;
  background: var(--v2-canvas);
  object-fit: cover;
}

.site-v2 .v2-recently-viewed span {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 899px) {
  .site-v2 .v2-listing-content {
    grid-row: 1;
  }

  .site-v2 .v2-listing-sidebar {
    grid-row: 2;
  }
}

/* Supplier directory and product listings. */
.site-v2 .v2-suppliers-home .v2-suppliers-grid {
  display: grid;
  width: 100%;
  margin: 0 0 22px;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.site-v2 .v2-suppliers-home .v2-suppliers-grid > .maincats {
  min-width: 0;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: var(--v2-surface);
  box-shadow: var(--v2-shadow-sm);
  line-height: 1.9;
}

.site-v2 .v2-suppliers-home .v2-suppliers-grid > .maincats > .catimg {
  display: none;
}

.site-v2 .v2-suppliers-home .v2-suppliers-grid > .maincats > b {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--v2-brand-900);
  font-size: 1.04rem;
}

.site-v2 .v2-suppliers-home .v2-suppliers-grid > hr {
  display: none;
}

.site-v2 .v2-suppliers-results .v2-result-info {
  padding-bottom: 46px;
}

.site-v2 .v2-product-page .v2-item-details .headers {
  width: 100%;
  margin: 0 0 18px;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--v2-border);
}

.site-v2 .v2-product-page .v2-item-details .headers h1 {
  margin: 0 0 8px;
  color: var(--v2-brand-900);
  font-family: inherit;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.45;
}

.site-v2 .v2-product-page .v2-item-details .headers h2 {
  margin: 0 0 8px;
  font-family: inherit;
  font-size: 1rem;
}

.site-v2 .v2-product-page .v2-item-details #Description {
  width: 100%;
  min-height: 0;
  margin: 18px 0;
  padding: 0;
  color: var(--v2-text);
  line-height: 1.9;
  word-break: normal;
  overflow-wrap: anywhere;
}

.site-v2 .v2-product-page .v2-item-details .price-details {
  width: 100%;
  margin: 12px 0;
  padding: 14px 16px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: #f7fafb;
}

@media (max-width: 899px) {
  .site-v2 .v2-suppliers-home .v2-suppliers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 559px) {
  .site-v2 .v2-suppliers-home .v2-suppliers-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Root and marketplace homepages */
.site-v2 .v2-home-page {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) 272px;
  gap: 28px;
  align-items: start;
}

.site-v2 #content.v2-home-content {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  grid-column: 1;
  float: none;
}

.site-v2 #side.v2-home-sidebar {
  position: sticky;
  top: 18px;
  width: 100%;
  margin: 0;
  padding: 20px;
  grid-column: 2;
  float: none;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: var(--v2-surface);
  box-shadow: var(--v2-shadow);
}

.site-v2 .v2-home-sidebar .newmenu,
.site-v2 .v2-home-sidebar .addborder,
.site-v2 .v2-home-sidebar #searchbox,
.site-v2 .v2-home-sidebar form,
.site-v2 .v2-home-sidebar select,
.site-v2 .v2-home-sidebar input {
  width: 100%;
  max-width: 100%;
}

.site-v2 .v2-home-sidebar .newmenu,
.site-v2 .v2-home-sidebar .addborder {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.site-v2 .v2-home-sidebar .headerbar,
.site-v2 .v2-home-sidebar .related-header {
  width: 100%;
  height: auto;
  min-height: 42px;
  margin: 0 0 10px;
  padding: 8px 0 12px;
  border: 0;
  border-bottom: 1px solid var(--v2-border);
  background: transparent;
  color: var(--v2-text);
  font-size: 1.05rem;
  line-height: 1.5;
  text-align: start;
}

.site-v2 .v2-home-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-v2 .v2-home-sidebar li {
  margin: 0;
  border-bottom: 1px solid #edf1f4;
}

.site-v2 .v2-home-sidebar li a {
  display: flex;
  min-height: 44px;
  padding: 8px 4px;
  align-items: center;
}

.site-v2 .v2-root-home .v2-home-content > .row {
  display: grid;
  width: 100%;
  margin: 0 0 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.site-v2 .v2-root-home .v2-home-content > .row > .half {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}

.site-v2 .v2-root-home .listbox {
  height: 100%;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: var(--v2-surface);
  box-shadow: var(--v2-shadow);
}

.site-v2 .v2-root-home .listbox > p {
  margin: 0 0 14px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--v2-border);
  color: var(--v2-text);
  font-size: 1.15rem;
  font-weight: 800;
}

.site-v2 .v2-root-home .listdiv {
  width: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.site-v2 .v2-root-home .listdiv .solo {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 120px;
  margin: 0 0 12px;
  padding: 12px;
  overflow: hidden;
}

.site-v2 .v2-root-home .listbox ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-v2 .v2-root-home .listbox li {
  width: 100%;
  min-height: 42px;
  padding: 8px 0;
  border-bottom: 1px solid #edf1f4;
  line-height: 1.6;
}

.site-v2 .v2-root-home .v2-home-content > hr,
.site-v2 .v2-root-home .v2-home-content > .newmenu:empty {
  display: none;
}

.site-v2 .v2-home-intro {
  width: 100%;
  margin: 0;
  padding: 24px;
  grid-column: 1 / -1;
  clear: both;
  border: 1px solid var(--v2-border);
  border-inline-start: 5px solid var(--v2-brand-700);
  border-radius: var(--v2-radius-md);
  background: var(--v2-surface);
  color: #44515d;
  box-shadow: var(--v2-shadow);
  font-size: 1rem;
  line-height: 1.95;
}

.site-v2 .v2-market-categories {
  width: 100%;
  margin: 0;
  padding: 0;
}

.site-v2 .v2-market-categories > h1 {
  margin: 0 0 20px;
  color: var(--v2-text);
  font-family: inherit;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.4;
}

.site-v2 .v2-market-categories .v2-category-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.site-v2 .v2-market-categories .v2-category-grid > hr {
  display: none;
}

.site-v2 .v2-market-categories .maincats {
  position: relative;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 19px;
  overflow: hidden;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: var(--v2-surface);
  box-shadow: var(--v2-shadow);
}

.site-v2 .v2-market-categories .maincats > .catimg {
  display: none;
}

.site-v2 .v2-market-categories .maincats h2 {
  display: inline;
  margin: 0;
  font-family: inherit;
  font-size: 1.12rem;
  line-height: 1.5;
}

.site-v2 .v2-market-categories .maincats > .smallinfo {
  color: var(--v2-muted);
  font-size: 0.78rem;
}

.site-v2 .v2-market-categories .maincats > br {
  display: block;
  margin-bottom: 10px;
  content: "";
}

.site-v2 .v2-market-categories .subcats {
  display: flex;
  margin-top: 12px;
  flex-wrap: wrap;
  gap: 7px;
  color: transparent;
  line-height: 1.4;
}

.site-v2 .v2-market-categories .subcats a {
  display: inline-flex;
  min-height: 34px;
  padding: 5px 9px;
  align-items: center;
  border: 1px solid var(--v2-border);
  border-radius: 999px;
  background: #f8fafb;
  color: var(--v2-brand-700);
  font-size: 0.82rem;
}

@media (max-width: 1050px) {
  .site-v2 .v2-market-categories .v2-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .site-v2 .v2-home-page {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .site-v2 #content.v2-home-content,
  .site-v2 #side.v2-home-sidebar,
  .site-v2 .v2-home-intro {
    grid-column: 1;
  }

  .site-v2 #content.v2-home-content {
    grid-row: 1;
  }

  .site-v2 #side.v2-home-sidebar {
    position: static;
    grid-row: 2;
  }

  .site-v2 .v2-home-intro {
    grid-row: 3;
  }
}

@media (max-width: 639px) {
  .site-v2 .v2-root-home .v2-home-content > .row,
  .site-v2 .v2-market-categories .v2-category-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-v2 .v2-root-home .listbox,
  .site-v2 #side.v2-home-sidebar,
  .site-v2 .v2-home-intro,
  .site-v2 .v2-market-categories .maincats {
    padding: 16px;
    border-radius: var(--v2-radius-sm);
  }
}

/* Grid items must override the transitional ID-based column widths. */
.site-v2 #content.v2-listing-content,
.site-v2 #content.v2-item-contact,
.site-v2 #side.v2-listing-sidebar,
.site-v2 #side.v2-item-sidebar {
  width: 100%;
}

/* Category and listing pages */
.site-v2 .v2-listing-page {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}

.site-v2 .v2-listing-content {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  grid-column: 1;
  float: none;
}

.site-v2 .v2-listing-sidebar {
  position: sticky;
  top: 18px;
  width: 100%;
  margin: 0;
  padding: 20px;
  grid-column: 2;
  float: none;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: var(--v2-surface);
  box-shadow: var(--v2-shadow);
}

.site-v2 .v2-listing-sidebar hr {
  margin-block: 16px;
  background: var(--v2-border);
}

.site-v2 .v2-listing-sidebar .newmenu,
.site-v2 .v2-listing-sidebar #searchbox,
.site-v2 .v2-listing-sidebar form,
.site-v2 .v2-listing-sidebar select,
.site-v2 .v2-listing-sidebar input {
  max-width: 100%;
}

.site-v2 .v2-listing-sidebar select,
.site-v2 .v2-listing-sidebar input[type="text"],
.site-v2 .v2-listing-sidebar input[type="search"] {
  width: 100%;
  min-height: 42px;
  padding: 7px 9px;
  border: 1px solid #bcc8d1;
  border-radius: var(--v2-radius-sm);
  background: #fff;
}

.site-v2 .v2-listing-sidebar .newmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-v2 .v2-listing-sidebar .newmenu li {
  margin: 0;
  border-bottom: 1px solid var(--v2-border);
}

.site-v2 .v2-listing-sidebar .newmenu a {
  display: flex;
  min-height: 42px;
  padding: 7px 4px;
  align-items: center;
}

.site-v2 .v2-listing-content #content-header {
  width: 100%;
  margin: 0 0 20px;
  padding: 20px 22px;
  overflow: hidden;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: var(--v2-surface);
  box-shadow: var(--v2-shadow);
}

.site-v2 .v2-listing-content #content-header .breadcrumb {
  display: flex;
  margin: 0 0 13px;
  padding: 0;
  flex-wrap: wrap;
  gap: 6px;
  background: transparent;
  color: var(--v2-muted);
  list-style: none;
}

.site-v2 .v2-listing-content #content-header .breadcrumb li {
  display: inline-flex;
  align-items: center;
  font-size: 0.88rem;
}

.site-v2 .v2-listing-content #content-header .breadcrumb li + li::before {
  padding: 0 7px;
  color: #99a6b0;
  content: "/";
}

.site-v2 .v2-listing-content #content-header .v2-home-crumb {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.site-v2 .v2-listing-content #content-header .v2-home-crumb-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  object-fit: contain;
}

.site-v2 .v2-listing-content #Header-Path {
  margin: 0;
  color: var(--v2-text);
  font-family: inherit;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.45;
}

.site-v2 .v2-listing-content #content-header .smallinfo {
  color: var(--v2-muted);
  font-size: 0.82rem;
}

.site-v2 .v2-listing-content #content-header .topleft {
  margin: 10px 0 0;
  padding: 0;
  float: none;
  background: transparent;
}

.site-v2 .v2-listing-content #content-header .topleft a {
  display: inline-flex;
  min-height: 40px;
  padding: 7px 12px;
  align-items: center;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: #f8fafb;
}

.site-v2 .v2-category-page .sub-categories {
  display: grid;
  width: 100%;
  margin: 0 0 24px;
  padding: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  overflow: visible;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: var(--v2-surface);
  box-shadow: var(--v2-shadow);
}

.site-v2 .v2-category-page .sub-categories .slice {
  position: static;
  display: block;
  width: auto;
  margin: 0;
  float: none;
  overflow: visible;
}

.site-v2 .v2-category-page .sub-categories ul {
  margin: 0;
  padding: 0;
  overflow: visible;
  list-style: none;
}

.site-v2 .v2-category-page .sub-categories li {
  display: flex;
  min-height: 44px;
  height: auto;
  padding: 5px 0;
  align-items: center;
  border-bottom: 1px solid #edf1f4;
  line-height: 1.55;
}

.site-v2 .v2-category-page .sub-categories a {
  padding-inline-start: 0;
  padding-inline-end: 0;
  background: none;
}

.site-v2 .v2-category-page .sub-categories i {
  color: var(--v2-muted);
  font-size: 0.78rem;
}

.site-v2 .v2-category-page #NewItems,
.site-v2 .v2-category-page .popularItems {
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
}

.site-v2 .v2-category-page #NewItems .niceborder,
.site-v2 .v2-category-page .popularItems .niceborder {
  margin: 0;
  padding: 22px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: var(--v2-surface);
  box-shadow: var(--v2-shadow);
  color: var(--v2-text);
  font-family: inherit;
}

.site-v2 .v2-category-page #NewItems .niceborder > h2,
.site-v2 .v2-category-page .popularItems .niceborder > b {
  display: block;
  margin: 0 0 16px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--v2-border);
  color: var(--v2-text);
  font-family: inherit;
  font-size: 1.24rem;
  line-height: 1.45;
}

.site-v2 .v2-category-page #NewItems .dot,
.site-v2 .v2-category-page .popularItems .dot {
  display: none;
}

.site-v2 .v2-category-page #NewItems ul,
.site-v2 .v2-category-page .popularItems ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 12px;
}

.site-v2 .v2-category-page #NewItems li,
.site-v2 .v2-category-page .popularItems li {
  display: grid;
  width: 100%;
  height: auto;
  min-height: 136px;
  margin: 0;
  padding: 0;
  grid-template-columns: 170px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: #fff;
}

.site-v2 .v2-category-page #NewItems li .itemimg,
.site-v2 .v2-category-page .popularItems li .itemimg {
  width: 170px;
  height: 100%;
  min-height: 136px;
  margin: 0;
  padding: 0;
  float: none;
  background: #f4f7f9;
}

.site-v2 .v2-category-page #NewItems li .itemimg img,
.site-v2 .v2-category-page .popularItems li .itemimg img {
  width: 100%;
  height: 100%;
  min-height: 136px;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: cover;
}

.site-v2 .v2-category-page #NewItems li > div:last-child,
.site-v2 .v2-category-page .popularItems li > div:last-child {
  margin: 0;
  padding: 16px 18px;
  overflow: visible;
}

.site-v2 .v2-category-page #NewItems h3,
.site-v2 .v2-category-page .popularItems h3 {
  margin: 0 0 8px;
  font-family: inherit;
  font-size: 1.04rem;
  line-height: 1.5;
}

.site-v2 .v2-category-page #NewItems h3 a,
.site-v2 .v2-category-page .popularItems h3 a {
  padding: 0;
}

.site-v2 .v2-category-page .blacknice {
  color: #44515d;
  line-height: 1.75;
}

.site-v2 .v2-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-v2 .v2-search-hero {
  position: relative;
  margin: 0 0 20px;
  padding: 26px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--v2-brand-950), var(--v2-brand-700));
  color: #fff;
  box-shadow: 0 14px 34px rgba(18, 48, 74, 0.16);
}

.site-v2 .v2-search-hero::after {
  content: "";
  position: absolute;
  inset: auto auto -70px -40px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  pointer-events: none;
}

.site-v2 .v2-search-breadcrumb {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.site-v2 .v2-search-breadcrumb a {
  color: #fff;
}

.site-v2 .v2-search-eyebrow {
  margin: 0 0 5px;
  color: #bfe5f2;
  font-size: 0.82rem;
  font-weight: 700;
}

.site-v2 .v2-search-hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-family: inherit;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  line-height: 1.45;
}

.site-v2 .v2-search-hero h1 span {
  color: #ffe0bf;
}

.site-v2 .v2-search-refine {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 190px) 92px;
  gap: 10px;
}

.site-v2 .v2-search-refine input,
.site-v2 .v2-search-refine select,
.site-v2 .v2-search-refine button {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  font: inherit;
}

.site-v2 .v2-search-refine input,
.site-v2 .v2-search-refine select {
  background: #fff;
  color: var(--v2-text);
}

.site-v2 .v2-search-refine button {
  border-color: var(--v2-accent-600);
  background: var(--v2-accent-600);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.site-v2 .v2-search-refine button:hover {
  background: var(--v2-accent-700);
}

.site-v2 .v2-search-refine :focus-visible {
  outline: 3px solid var(--v2-focus);
  outline-offset: 2px;
}

.site-v2 .v2-search-hero #searchbox,
.site-v2 .v2-search-hero .v2-advanced-search {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  color: #fff;
}

.site-v2 .v2-search-hero .v2-advanced-search form {
  display: block;
  margin: 0;
}

.site-v2 .v2-search-primary {
  display: grid;
  grid-template-columns: 120px minmax(190px, 240px) minmax(0, 1fr);
  grid-template-areas: "submit type query";
  gap: 10px;
  align-items: end;
  direction: ltr;
}

.site-v2 .v2-search-query {
  grid-area: query;
}

.site-v2 .v2-search-type {
  grid-area: type;
}

.site-v2 .v2-search-action {
  grid-area: submit;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
  transform: translateY(-5px);
}

.site-v2 .v2-search-action > span {
  visibility: hidden;
  font-size: 0.76rem;
  font-weight: 700;
}

.site-v2 .v2-search-field {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  gap: 6px;
  direction: rtl;
  text-align: right;
}

.site-v2 .v2-search-query #itemname {
  width: 100%;
  margin-bottom: 0;
  padding: 10px 14px;
}

.site-v2 .v2-search-field > span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 700;
}

.site-v2 .v2-search-field input,
.site-v2 .v2-search-field select,
.site-v2 .v2-search-submit {
  width: 100%;
  height: 50px;
  min-height: 50px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  font: inherit;
}

.site-v2 .v2-search-field input,
.site-v2 .v2-search-field select {
  background: #fff;
  color: var(--v2-text);
}

.site-v2 .v2-search-field input::placeholder {
  color: #82909d;
}

.site-v2 .v2-search-submit {
  border-color: var(--v2-accent-600);
  background: var(--v2-accent-600);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.site-v2 .v2-search-submit:hover {
  border-color: var(--v2-accent-700);
  background: var(--v2-accent-700);
}

.site-v2 .v2-search-primary :focus-visible,
.site-v2 .v2-search-options :focus-visible {
  outline: 3px solid var(--v2-focus);
  outline-offset: 2px;
}

.site-v2 .v2-search-options {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.site-v2 .v2-search-options summary {
  display: inline-flex;
  margin: 0 0 12px;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.site-v2 .v2-search-options summary::-webkit-details-marker {
  display: none;
}

.site-v2 .v2-search-options summary::before {
  content: "+";
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}

.site-v2 .v2-search-options[open] summary::before {
  content: "−";
}

.site-v2 .v2-search-options summary small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 500;
}

.site-v2 .v2-search-filter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.site-v2 .v2-search-field:has(> select[style*="display:none"]),
.site-v2 .v2-search-field:has(> select[style*="display: none"]) {
  display: none;
}

.site-v2 .v2-results-summary {
  display: flex;
  margin: 0 0 14px;
  padding: 11px 14px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--v2-border);
  border-radius: 10px;
  background: #f9fbfc;
  color: var(--v2-muted);
  font-size: 0.88rem;
}

.site-v2 .v2-results-summary strong {
  color: var(--v2-text);
}

.site-v2 .v2-pagination {
  display: flex;
  width: 100%;
  margin: 18px 0;
  padding: 12px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: var(--v2-surface);
  box-shadow: var(--v2-shadow-sm);
}

.site-v2 .v2-pagination-pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.site-v2 .v2-pagination a,
.site-v2 .v2-pagination .is-current,
.site-v2 .v2-pagination .is-disabled {
  display: inline-flex;
  min-width: 40px;
  min-height: 40px;
  padding: 7px 11px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--v2-border);
  border-radius: 9px;
  background: #fff;
  color: var(--v2-brand-800);
  font-weight: 700;
  text-decoration: none;
}

.site-v2 .v2-pagination a:hover {
  border-color: var(--v2-brand-700);
  background: var(--v2-brand-100);
}

.site-v2 .v2-pagination .is-current {
  border-color: var(--v2-brand-700);
  background: var(--v2-brand-700);
  color: #fff;
}

.site-v2 .v2-pagination .is-disabled {
  opacity: 0.45;
}

.site-v2 .v2-results-page .v2-result-list {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 12px;
}

.site-v2 .v2-results-page .v2-result-card {
  display: flex;
  width: 100%;
  min-height: 174px;
  margin: 0;
  padding: 0;
  align-items: stretch;
  direction: rtl;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: var(--v2-surface);
  box-shadow: var(--v2-shadow);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.site-v2 .v2-results-page .v2-result-card:hover {
  border-color: #b9cbd5;
  box-shadow: 0 12px 30px rgba(18, 48, 74, 0.13);
  transform: translateY(-2px);
}

.site-v2 .v2-results-page .v2-result-card-expired {
  border-color: #d9c9c9;
}

.site-v2 .v2-item-page .v2-expired-badge,
.site-v2 .v2-results-page .v2-expired-badge {
  position: absolute;
  z-index: 4;
  top: 18px;
  left: -34px;
  width: 132px;
  padding: 7px 0;
  border: 1px solid rgba(76, 4, 15, 0.35);
  background: linear-gradient(180deg, #8f1d2c 0%, #6f101e 100%);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 1px rgba(45, 0, 7, 0.5);
  box-shadow: 0 3px 8px rgba(65, 4, 13, 0.28);
  transform: rotate(-45deg);
  transform-origin: center;
}

.site-v2 .v2-results-page .v2-result-card-expired > .v2-result-admin {
  top: 50px;
}

.site-v2 .v2-item-page .v2-item-details-expired {
  position: relative;
  overflow: hidden;
}

.site-v2 .v2-results-page .v2-result-card > hr {
  display: none;
}

.site-v2 .v2-results-page .v2-result-image {
  flex: 0 0 210px;
  width: 210px;
  height: 158px;
  min-height: 0;
  align-self: flex-start;
  margin: 0;
  padding: 0;
  float: none;
  background: #f2f5f7;
}

.site-v2 .v2-results-page .v2-result-image a,
.site-v2 .v2-results-page .v2-result-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.site-v2 .v2-results-page .v2-result-image img {
  min-height: 174px;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: cover;
}

.site-v2 .v2-results-page .v2-result-info {
  display: block;
  flex: 1 1 auto;
  width: auto;
  height: auto;
  min-width: 0;
  margin: 0;
  padding: 18px 20px;
  overflow: visible;
}

.site-v2 .v2-results-page .v2-result-card > .itemcountry {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  margin: 0;
  float: none;
}

.site-v2 .v2-results-page .v2-result-card > .v2-result-date {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  left: 18px;
  margin: 0;
  color: var(--v2-muted);
  font-size: 0.8rem;
}

.site-v2 .v2-results-page .v2-result-card > .v2-result-admin {
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 12px;
}

.site-v2 .v2-importer-results .v2-result-info {
  padding-bottom: 46px;
}

.site-v2 .v2-results-page .v2-result-info h3 {
  margin: 0 0 9px;
  font-family: inherit;
  font-size: 1.12rem;
  line-height: 1.5;
}

.site-v2 .v2-search-results .v2-result-info h2 {
  margin: 0 0 9px;
  font-family: inherit;
  font-size: 1.12rem;
  line-height: 1.5;
}

.site-v2 .v2-search-results .v2-result-info h2 a {
  color: var(--v2-brand-800);
  text-decoration: none;
}

.site-v2 .v2-search-results .v2-result-info h2 a:hover {
  color: var(--v2-accent-700);
}

.site-v2 .v2-search-results .v2-result-info h2 .v2-golden-result,
.site-v2 .v2-search-results .v2-golden-result {
  color: #b74f00;
}

.site-v2 .v2-result-kind {
  display: inline-flex;
  width: max-content;
  margin: -2px 0 10px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--v2-brand-100);
  color: var(--v2-brand-800);
  font-size: 0.75rem;
  font-weight: 800;
}

.site-v2 .v2-search-highlight {
  padding: 0 2px;
  border-radius: 3px;
  background: #fff1a8;
  color: inherit;
}

.site-v2 .v2-search-results .v2-result-info {
  display: flex;
  flex-direction: column;
}

.site-v2 .v2-search-results .v2-result-info .date-posted {
  display: block;
  margin-top: auto;
  padding-top: 8px;
}

.site-v2 .v2-results-page .v2-result-info .itemdetails {
  width: 100%;
  min-height: 0;
  margin: 0 0 15px;
  color: #44515d;
  line-height: 1.75;
}

.site-v2 .v2-results-page .v2-result-info .itemuser {
  width: 100%;
  margin: 0;
  color: var(--v2-muted);
  font-size: 0.84rem;
}

.site-v2 .v2-results-page .date-posted {
  color: var(--v2-muted);
  font-size: inherit;
}

.site-v2 .v2-results-page .v2-empty-results {
  width: 100%;
  margin: 0 0 20px;
  padding: 32px 20px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: var(--v2-surface);
  text-align: center;
}

.site-v2 .v2-results-page .v2-empty-results h2 {
  margin: 0 0 8px;
  color: var(--v2-brand-900);
  font-family: inherit;
}

.site-v2 .v2-results-page .v2-empty-results p {
  margin: 0 0 16px;
  color: var(--v2-muted);
}

.site-v2 .v2-results-page .v2-empty-results a {
  display: inline-flex;
  min-height: 42px;
  padding: 8px 16px;
  align-items: center;
  border-radius: 9px;
  background: var(--v2-brand-700);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.site-v2 .v2-results-page .v2-empty-results br,
.site-v2 .v2-results-page .v2-empty-results hr {
  display: none;
}

.site-v2 #pagination {
  display: flex;
  width: 100%;
  margin: 22px 0;
  padding: 16px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: var(--v2-surface);
}

.site-v2 #pagination > div {
  display: flex;
  width: 100%;
  margin: 0 0 6px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.site-v2 #pagination a,
.site-v2 #pagination .active_link {
  display: inline-flex;
  min-width: 40px;
  min-height: 40px;
  padding: 7px 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: #fff;
}

.site-v2 #pagination .active_link {
  border-color: var(--v2-brand-700);
  background: var(--v2-brand-700);
  color: #fff;
}

.site-v2 #pagination hr {
  display: none;
}

@media (max-width: 899px) {

  .site-v2 .v2-search-hero {
    padding: 20px;
    border-radius: 14px;
  }

  .site-v2 .v2-search-refine {
    grid-template-columns: minmax(0, 1fr) 150px 82px;
  }

  .site-v2 .v2-search-primary {
    grid-template-columns: 96px 180px minmax(0, 1fr);
  }

  .site-v2 .v2-search-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-v2 .v2-listing-page {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .site-v2 .v2-listing-content,
  .site-v2 .v2-listing-sidebar {
    grid-column: 1;
  }

  .site-v2 .v2-listing-sidebar {
    position: static;
    grid-row: 2;
  }

  .site-v2 .v2-listing-content {
    grid-row: 1;
  }

  .site-v2 .v2-category-page .sub-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 580px) {
  .site-v2 .v2-search-refine {
    grid-template-columns: 1fr;
  }

  .site-v2 .v2-search-primary,
  .site-v2 .v2-search-filter-grid {
    grid-template-columns: 1fr;
  }

  .site-v2 .v2-search-primary {
    grid-template-areas:
      "query"
      "type"
      "submit";
  }

  .site-v2 .v2-search-action {
    gap: 0;
    transform: none;
  }

  .site-v2 .v2-search-action > span {
    display: none;
  }

  .site-v2 .v2-search-options summary small {
    display: none;
  }

  .site-v2 .v2-results-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .site-v2 .v2-pagination {
    flex-wrap: wrap;
    justify-content: center;
  }

  .site-v2 .v2-pagination-pages {
    order: -1;
    width: 100%;
  }

  .site-v2 .v2-pagination-direction {
    flex: 1 1 0;
  }
}

@media (max-width: 639px) {
  .site-v2 .v2-listing-sidebar,
  .site-v2 .v2-listing-content #content-header,
  .site-v2 .v2-category-page .sub-categories,
  .site-v2 .v2-category-page #NewItems .niceborder,
  .site-v2 .v2-category-page .popularItems .niceborder {
    padding: 16px;
    border-radius: var(--v2-radius-sm);
  }

  .site-v2 .v2-category-page .sub-categories {
    grid-template-columns: 1fr;
  }

  .site-v2 .v2-category-page #NewItems li,
  .site-v2 .v2-category-page .popularItems li {
    grid-template-columns: 116px minmax(0, 1fr);
    min-height: 142px;
  }

  .site-v2 .v2-results-page .v2-result-card {
    min-height: 142px;
  }

  .site-v2 .v2-item-page .v2-expired-badge,
  .site-v2 .v2-results-page .v2-expired-badge {
    top: 15px;
    left: -37px;
    width: 126px;
    padding: 6px 0;
    font-size: 0.68rem;
  }

  .site-v2 .v2-results-page .v2-result-card > .v2-result-date {
    bottom: 8px;
    left: 12px;
    font-size: 0.74rem;
  }

  .site-v2 .v2-category-page #NewItems li .itemimg,
  .site-v2 .v2-category-page .popularItems li .itemimg,
  .site-v2 .v2-results-page .v2-result-image {
    flex-basis: 116px;
    width: 116px;
    height: 87px;
    min-height: 0;
  }

  .site-v2 .v2-category-page #NewItems li .itemimg img,
  .site-v2 .v2-category-page .popularItems li .itemimg img,
  .site-v2 .v2-results-page .v2-result-image img {
    min-height: 0;
  }

  .site-v2 .v2-category-page #NewItems li > div:last-child,
  .site-v2 .v2-category-page .popularItems li > div:last-child,
  .site-v2 .v2-results-page .v2-result-info {
    padding: 12px;
  }

  .site-v2 .v2-category-page .blacknice,
  .site-v2 .v2-results-page .v2-result-info .itemdetails {
    display: none;
  }

  .site-v2 #pagination > div {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 359px) {
  .site-v2 #topnav li:not(.newlead) {
    display: none;
  }

  .site-v2 #topnav ul {
    justify-content: center;
  }
}

/* Advertisement page pilot */
.site-v2 .v2-item-page {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) 344px;
  gap: 28px;
  align-items: start;
}

.site-v2 .v2-item-info {
  display: grid;
  width: 100%;
  max-width: none;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) 344px;
  gap: 20px 28px;
  align-items: start;
}

.site-v2 .v2-item-info > #lead-title,
.site-v2 .v2-item-info > .expired-ad-notice,
.site-v2 .v2-item-info > .v2-item-alert,
.site-v2 .v2-item-info > .info-box {
  grid-column: 1 / -1;
}

.site-v2 .v2-item-info > #lead-title {
  position: relative;
  padding: 0;
}

.site-v2 .v2-item-info .Breadcrumb {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 40px;
  margin: 0;
  padding: 7px 12px;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: #f9fafb;
  color: var(--v2-muted);
  font-size: 0.86rem;
}

.site-v2 .v2-item-info .Breadcrumb div {
  width: auto;
  height: auto;
  min-width: 0;
}

.site-v2 .v2-admin-tools {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  padding: 8px;
  flex-wrap: wrap;
  gap: 6px;
  border: 1px dashed #9aa8b3;
  border-radius: var(--v2-radius-sm);
  background: #fff;
}

.site-v2 .v2-admin-tools a {
  min-height: 34px;
  margin: 0;
  padding: 5px 9px;
}

.site-v2 .v2-item-details,
.site-v2 .v2-seller-card,
.site-v2 .v2-item-contact,
.site-v2 .v2-item-sidebar {
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: var(--v2-surface);
  box-shadow: var(--v2-shadow);
}

.site-v2 .v2-item-details {
  width: 100%;
  padding: clamp(18px, 3vw, 30px);
  grid-column: 1;
  float: none;
}

.site-v2 .v2-item-details .headers {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--v2-border);
}

.site-v2 .v2-item-details .headers h1 {
  margin: 0 0 12px;
  color: var(--v2-text);
  font-family: inherit;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.site-v2 .v2-item-details .headers h2 {
  margin: 5px 0;
  font-family: inherit;
  font-size: 1rem;
}

.site-v2 .v2-item-details .headers > img {
  display: none;
}

.site-v2 .v2-item-details .headers > span {
  color: var(--v2-muted);
  font-size: 0.88rem;
}

.site-v2 .v2-membership-badge {
  position: static;
  float: left;
}

.site-v2 .v2-membership-badge img {
  max-height: 30px;
  width: auto;
}

.site-v2 .v2-item-details #Description {
  display: block;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  color: var(--v2-text);
  font-size: 1.04rem;
  line-height: 1.95;
  overflow-wrap: anywhere;
  word-break: normal;
}

.site-v2 .v2-item-details #Description > div:first-child {
  margin-bottom: 12px;
  color: var(--v2-muted);
  font-size: 0.9rem;
}

.site-v2 .v2-item-details .v2-description-copy {
  width: 100%;
  max-width: 78ch;
  margin: 4px 0 0 auto;
}

.site-v2 .v2-item-details .v2-description-embed {
  max-width: 100%;
  overflow: hidden;
}

.site-v2 .v2-item-details .rightbox {
  width: 100%;
  margin: 28px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--v2-border);
}

.site-v2 .v2-item-details .thumbbox,
.site-v2 .v2-item-details .imgcontainer {
  width: 100%;
  min-height: 0;
  margin: 0;
}

.site-v2 .v2-item-details .thumbbox > h2,
.site-v2 .v2-item-details .price-details > h2,
.site-v2 .v2-item-details .expired-related > h2 {
  margin: 0 0 14px;
  color: var(--v2-text);
  font-family: inherit;
  font-size: 1.22rem;
}

.site-v2 .v2-item-details .imgcontainer {
  display: grid;
  overflow: hidden;
  min-height: 280px;
  place-items: center;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: #f7f9fa;
}

.site-v2 .v2-item-details .mainimage {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 680px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  object-fit: contain;
}

.site-v2 .v2-item-details #thumbs {
  display: flex;
  width: 100%;
  margin-top: 12px;
  flex-wrap: wrap;
  gap: 10px;
}

.site-v2 .v2-item-details .singlethumb {
  width: 78px;
  height: 64px;
  margin: 0;
  padding: 0;
  float: none;
}

.site-v2 .v2-item-details .singlethumb a,
.site-v2 .v2-item-details .singlethumb img {
  display: block;
  width: 100%;
  height: 100%;
}

.site-v2 .v2-item-details .singlethumb img {
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  object-fit: cover;
}

.site-v2 .v2-item-details > .price-details {
  width: 100%;
  margin: 28px 0 0;
  padding-top: 24px;
  overflow: visible;
  border-top: 1px solid var(--v2-border);
}

.site-v2 .v2-item-details .price-details .price-details {
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  border: 0;
  border-radius: var(--v2-radius-sm);
  background: #f8fafb;
}

.site-v2 .v2-item-details .price-details .price-details + .price-details {
  margin-top: 10px;
}

.site-v2 .v2-item-details .price-details strong {
  color: var(--v2-brand-900);
  font-size: 0.9rem;
}

.site-v2 .v2-seller-card {
  position: sticky;
  top: 18px;
  width: 100%;
  margin: 0;
  padding: 22px;
  grid-column: 2;
  float: none;
  line-height: 1.7;
}

.site-v2 .v2-seller-card > div:first-child > a {
  display: block;
  margin-bottom: 14px;
  font-weight: 750;
}

.site-v2 .v2-seller-card .contact-adder {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 48px;
  margin: 10px 0;
  padding: 9px 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--v2-brand-700);
  border-radius: var(--v2-radius-sm);
  background: var(--v2-brand-700);
  color: #fff;
  line-height: 1.5;
}

.site-v2 .v2-seller-card .contact-adder a {
  color: #fff;
  font-weight: 800;
}

.site-v2 .v2-seller-card .contact-adder:hover {
  border-color: var(--v2-brand-900);
  background: var(--v2-brand-900);
}

.site-v2 .v2-phone-number {
  direction: ltr;
  margin-inline-start: 6px;
}

.site-v2 .v2-seller-card .userads {
  width: 100%;
  margin: 18px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--v2-border);
}

.site-v2 .v2-seller-card .userads ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-v2 .v2-seller-card .userads li {
  margin: 0;
  padding: 7px 0;
}

.site-v2 .v2-share-wrap {
  clear: both;
  margin-top: 14px;
  overflow: auto;
}

.site-v2 .v2-item-contact {
  width: 100%;
  margin: 0;
  padding: clamp(18px, 3vw, 28px);
  grid-column: 1;
  float: none;
}

.site-v2 .v2-item-contact textarea,
.site-v2 .v2-item-contact input[type="text"],
.site-v2 .v2-item-contact input[type="email"],
.site-v2 .v2-item-contact select {
  max-width: 100%;
  min-width: 0;
}

.site-v2 .v2-item-contact textarea {
  width: 100%;
}

.site-v2 .v2-item-sidebar {
  position: sticky;
  top: 18px;
  width: 100%;
  margin: 0;
  padding: 20px;
  grid-column: 2;
  float: none;
}

.site-v2 .v2-item-sidebar .related-header {
  margin: 0 0 14px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--v2-border);
  background: transparent;
  color: var(--v2-text);
  font-size: 1rem;
}

.site-v2 .v2-item-sidebar .newmenu,
.site-v2 .v2-item-sidebar .citybox,
.site-v2 .v2-item-sidebar .searchbox {
  max-width: 100%;
}

.site-v2 .expired-ad-notice {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid #e0c36d;
  border-inline-start: 5px solid #b47b00;
  border-radius: var(--v2-radius-sm);
  background: #fff8df;
  color: #473600;
  line-height: 1.8;
}

.site-v2 .expired-ad-notice h2 {
  margin: 0 0 6px;
  color: #7a5100;
  font-family: inherit;
  font-size: 1.3rem;
}

.site-v2 .expired-ad-notice p {
  margin: 0 0 10px;
}

.site-v2 .expired-ad-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-v2 .expired-ad-actions a {
  display: inline-flex;
  min-height: 42px;
  margin: 0;
  padding: 8px 13px;
  align-items: center;
  border-radius: var(--v2-radius-sm);
  background: var(--v2-brand-700);
  color: #fff;
  font-weight: 750;
}

.site-v2 .expired-related {
  margin: 28px 0 0;
  padding: 18px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: #f7fafb;
}

.site-v2 .expired-related ul {
  margin: 0;
  padding-inline-start: 22px;
}

.site-v2 .expired-related li {
  margin: 8px 0;
}

.site-v2 .expired-contact-hidden {
  margin: 12px 0;
  padding: 13px;
  border-inline-start: 4px solid #8c98a2;
  border-radius: var(--v2-radius-sm);
  background: #f4f4f4;
  line-height: 1.7;
}

.site-v2 .v2-item-alert {
  width: 100%;
  height: auto;
  min-height: 140px;
  margin: 0;
  padding: 24px;
  overflow: visible;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: #fff;
}

@media (max-width: 899px) {
  .site-v2 .v2-item-page,
  .site-v2 .v2-item-info {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .site-v2 .v2-item-info > #lead-title,
  .site-v2 .v2-item-info > .expired-ad-notice,
  .site-v2 .v2-item-info > .v2-item-alert,
  .site-v2 .v2-item-info > .info-box,
  .site-v2 .v2-item-details,
  .site-v2 .v2-seller-card,
  .site-v2 .v2-item-contact,
  .site-v2 .v2-item-sidebar {
    grid-column: 1;
  }

  .site-v2 .v2-seller-card,
  .site-v2 .v2-item-sidebar {
    position: static;
  }

  .site-v2 .v2-item-contact,
  .site-v2 .v2-item-sidebar {
    margin-top: 0;
  }
}

@media (max-width: 639px) {
  .site-v2 .v2-item-details,
  .site-v2 .v2-seller-card,
  .site-v2 .v2-item-contact,
  .site-v2 .v2-item-sidebar {
    padding: 16px;
    border-radius: var(--v2-radius-sm);
  }

  .site-v2 .v2-item-details .imgcontainer {
    min-height: 220px;
  }

  .site-v2 .v2-item-details .mainimage {
    width: 100%;
    max-height: 520px;
  }

  .site-v2 .expired-ad-notice {
    padding: 15px;
  }

  .site-v2 .expired-ad-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .site-v2 .expired-ad-actions a {
    justify-content: center;
  }
}

/* Phase 6: account forms, contact forms, ad submission, and text pages. */
.site-v2 .v2-form-content,
.site-v2 .v2-secondary-content {
  min-width: 0;
}

.site-v2 .v2-form-page,
.site-v2 .v2-form-content,
.site-v2 .v2-secondary-content {
  color: var(--v2-text);
}

.site-v2 .v2-form-card,
.site-v2 .v2-content-card {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 22px;
  padding: clamp(18px, 3vw, 30px);
  overflow: hidden;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: #fff;
  box-shadow: var(--v2-shadow-sm);
  color: var(--v2-text);
  line-height: 1.85;
}

.site-v2 .v2-login-card {
  max-width: 620px;
}

.site-v2 .v2-data-deletion-shell {
  box-sizing: border-box;
  width: min(100% - 40px, 1040px);
  margin: 34px auto 46px;
}

.site-v2 #content.v2-data-deletion-page {
  display: block;
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  min-height: 0;
  margin: 0 !important;
  padding: clamp(24px, 3.2vw, 38px) !important;
  float: none !important;
  clear: both;
  overflow: visible;
  text-align: start;
}

.site-v2 .v2-data-deletion-header {
  margin: calc(-1 * clamp(24px, 3.2vw, 38px));
  margin-bottom: 28px;
  padding: clamp(24px, 4vw, 38px);
  border-bottom: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md) var(--v2-radius-md) 0 0;
  background: linear-gradient(135deg, #eef6fa 0%, #fff 68%);
}

.site-v2 .v2-data-deletion-header h1 {
  margin: 8px 0 6px;
  color: var(--v2-brand-900);
  font-size: clamp(1.65rem, 3.5vw, 2.15rem);
}

.site-v2 .v2-data-deletion-header p,
.site-v2 .v2-data-deletion-page p {
  line-height: 1.9;
}

.site-v2 .v2-data-deletion-kicker {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: #dff0f7;
  color: var(--v2-brand-700);
  font-weight: 800;
  font-size: 0.82rem;
}

.site-v2 .v2-data-deletion-summary {
  margin: 0 0 26px;
  padding-inline: 8px;
}

.site-v2 .v2-data-deletion-summary h2,
.site-v2 .v2-data-deletion-step-card h2 {
  margin: 0 0 7px;
  color: var(--v2-brand-900);
  font-size: 1.12rem;
}

.site-v2 .v2-data-deletion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 22px;
}

.site-v2 .v2-data-deletion-step-card {
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  padding: clamp(24px, 2.6vw, 30px);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: #f8fafc;
}

.site-v2 .v2-data-deletion-primary-card {
  border-color: #b9d6e4;
  background: #f1f8fb;
}

.site-v2 .v2-data-deletion-number {
  display: inline-flex;
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--v2-brand-900);
  color: #fff;
  font-weight: 900;
}

.site-v2 .v2-data-deletion-page ol {
  margin: 10px 0 16px;
  padding-inline: 6px 26px;
  line-height: 1.9;
}

.site-v2 .v2-data-deletion-page li + li {
  margin-top: 4px;
}

.site-v2 .v2-data-deletion-note,
.site-v2 .v2-data-deletion-footnote {
  color: var(--v2-muted);
  font-size: 0.92rem;
}

.site-v2 .v2-data-deletion-notice {
  display: flex;
  margin: 0 0 16px;
  padding: 16px 20px;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #fed7aa;
  border-radius: var(--v2-radius-sm);
  background: #fff7ed;
  color: #9a3412;
  line-height: 1.75;
}

.site-v2 .v2-data-deletion-notice strong {
  white-space: nowrap;
}

.site-v2 .v2-data-deletion-footnote {
  margin: 0;
  padding: 0 8px 20px;
  line-height: 1.9;
}

.site-v2 .v2-data-deletion-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: var(--v2-radius-sm);
  background: var(--v2-brand-900);
  color: #fff;
  font-weight: 800;
}

.site-v2 .v2-data-deletion-action:hover {
  color: #fff;
  background: var(--v2-brand-700);
}

.site-v2 .v2-data-deletion-english {
  margin-top: 4px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: #fff;
  font-family: Arial, sans-serif;
}

.site-v2 .v2-data-deletion-english summary {
  padding: 14px 16px;
  cursor: pointer;
  color: var(--v2-brand-700);
  font-weight: 700;
}

.site-v2 .v2-data-deletion-english > div {
  padding: 0 20px 18px;
}

.site-v2 .v2-data-deletion-english h2 {
  margin: 18px 0 6px;
  font-size: 1rem;
}

.site-v2 .v2-policy-page .v2-policy-facebook {
  margin: 26px 0 22px;
  padding: clamp(18px, 2.5vw, 26px);
  border: 1px solid #b9d6e4;
  border-radius: var(--v2-radius-md);
  background: #f1f8fb;
}

.site-v2 .v2-policy-page .v2-policy-facebook h3:first-child {
  margin-top: 0;
}

.site-v2 .v2-policy-page .v2-policy-english {
  margin: 22px 0;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: #fff;
  text-align: left;
}

.site-v2 .v2-policy-page .v2-policy-english summary {
  padding: 14px 18px;
  cursor: pointer;
  color: var(--v2-brand-700);
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.site-v2 .v2-policy-page .v2-policy-english > div {
  padding: 0 20px 20px;
  font-family: Arial, sans-serif;
}

@media (max-width: 640px) {
  .site-v2 .v2-data-deletion-shell {
    width: min(100% - 20px, 960px);
    margin: 18px auto;
  }

  .site-v2 .v2-data-deletion-grid {
    grid-template-columns: 1fr;
  }

  .site-v2 #content.v2-data-deletion-page {
    padding: 20px !important;
  }

  .site-v2 .v2-data-deletion-header {
    margin: -20px -20px 22px;
    padding: 24px 20px;
  }

  .site-v2 .v2-data-deletion-step-card {
    padding: 20px;
  }

  .site-v2 .v2-data-deletion-notice {
    flex-direction: column;
  }

  .site-v2 .v2-data-deletion-notice strong {
    white-space: normal;
  }
}

/* Focused sign-in experience. */
.site-v2 .v2-login-shell {
  box-sizing: border-box;
  width: min(100%, 980px);
  margin: 8px auto 48px;
}

.site-v2 #content.v2-login-page {
  display: grid;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  float: none;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 22px;
  align-items: stretch;
  overflow: visible;
  background: transparent;
}

.site-v2 .v2-login-card {
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: clamp(22px, 4vw, 36px);
}

.site-v2 .v2-login-card-header {
  margin-bottom: 24px;
}

.site-v2 .v2-login-card-header h1 {
  margin: 0;
  color: var(--v2-brand-900);
  font-size: clamp(1.6rem, 3vw, 2rem);
  line-height: 1.4;
}

.site-v2 .v2-login-card-header p {
  margin: 7px 0 0;
  color: var(--v2-muted);
  line-height: 1.75;
}

.site-v2 .v2-login-form-fields,
.site-v2 .v2-login-form-fields > div,
.site-v2 .v2-login-form-fields > div > div {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  overflow: visible;
}

.site-v2 .v2-login-form-fields {
  display: grid;
  padding: 0;
  gap: 16px;
  border: 0;
  background: transparent;
  direction: rtl;
}

.site-v2 .v2-login-field label {
  margin-bottom: 7px;
}

.site-v2 .v2-login-field input {
  margin: 0;
  text-align: left;
}

.site-v2 .v2-login-submit button {
  width: 100%;
  min-height: 48px;
  margin: 0;
  justify-content: center;
  background: var(--v2-brand-900);
}

.site-v2 .v2-login-error {
  padding: 11px 13px;
  border: 1px solid #fecaca;
  border-radius: var(--v2-radius-sm);
  background: #fff4f4;
  color: #a61b1b;
  font-weight: 750;
  line-height: 1.7;
}

.site-v2 .v2-login-social {
  display: flex;
  margin: 2px 0 0;
  align-items: center;
  gap: 12px;
  color: var(--v2-muted);
  font-size: 0.84rem;
}

.site-v2 .v2-login-social::before,
.site-v2 .v2-login-social::after {
  height: 1px;
  flex: 1;
  background: var(--v2-border);
  content: "";
}

.site-v2 .v2-login-facebook {
  display: flex;
  justify-content: center;
}

.site-v2 .v2-login-google {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.site-v2 .v2-login-google > div {
  max-width: 100%;
}

.site-v2 .v2-login-facebook a {
  display: inline-flex;
  max-width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: var(--v2-radius-sm);
  overflow: hidden;
}

.site-v2 .v2-login-facebook img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  float: none;
}

.site-v2 .v2-login-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 14px;
}

.site-v2 .v2-login-links a {
  color: var(--v2-brand-700);
  font-weight: 750;
  text-decoration: none;
}

.site-v2 .v2-login-links a:hover,
.site-v2 .v2-login-links a:focus-visible {
  color: var(--v2-brand-900);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-v2 .v2-login-welcome-wrap {
  min-width: 0;
}

.site-v2 .v2-login-benefits {
  box-sizing: border-box;
  height: 100%;
  min-height: 100%;
  padding: clamp(24px, 4vw, 38px);
  border-radius: var(--v2-radius-md);
  background: linear-gradient(145deg, var(--v2-brand-950), var(--v2-brand-800));
  box-shadow: var(--v2-shadow-sm);
  color: #e9f3f6;
}

.site-v2 .v2-login-benefits-mark {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 12px;
  background: var(--v2-accent-600);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 800;
}

.site-v2 .v2-login-benefits h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  line-height: 1.5;
}

.site-v2 .v2-login-benefits p {
  margin: 0 0 13px;
  color: #d5e6ec;
  line-height: 1.9;
}

.site-v2 .v2-login-register {
  display: inline-flex;
  min-height: 46px;
  margin-top: 12px;
  padding: 9px 18px;
  align-items: center;
  justify-content: center;
  border-radius: var(--v2-radius-sm);
  background: var(--v2-accent-600);
  color: #fff;
  font-weight: 850;
  text-decoration: none;
}

.site-v2 .v2-login-register:hover,
.site-v2 .v2-login-register:focus-visible {
  background: var(--v2-accent-700);
  color: #fff;
}

@media (max-width: 760px) {
  .site-v2 .v2-login-shell {
    width: min(100%, 560px);
    margin-top: 0;
  }

  .site-v2 #content.v2-login-page {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-v2 .v2-login-benefits {
    min-height: 0;
  }
}

@media (max-width: 480px) {
  .site-v2 .v2-login-card,
  .site-v2 .v2-login-benefits {
    padding: 20px 16px;
  }

  .site-v2 .v2-login-links {
    display: grid;
    justify-content: stretch;
    text-align: center;
  }

  .site-v2 .v2-login-links a {
    padding: 7px;
  }

  .site-v2 .v2-login-register {
    width: 100%;
  }
}

.site-v2 .v2-register-page {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
}

.site-v2 .v2-form-card table,
.site-v2 .v2-form-card tbody,
.site-v2 .v2-form-card tr,
.site-v2 .v2-form-card td {
  max-width: 100%;
}

.site-v2 .v2-form-card label {
  display: block;
  margin: 0 0 6px;
  color: var(--v2-brand-900);
  font-weight: 750;
}

.site-v2 .v2-form-card input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
.site-v2 .v2-form-card select,
.site-v2 .v2-form-card textarea,
.site-v2 .v2-item-contact input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
.site-v2 .v2-item-contact select,
.site-v2 .v2-item-contact textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  margin: 5px 0 14px;
  padding: 10px 12px;
  border: 1px solid #b8c5ce;
  border-radius: var(--v2-radius-sm);
  background: #fff;
  color: var(--v2-text);
  font: inherit;
}

.site-v2 .v2-form-card textarea,
.site-v2 .v2-item-contact textarea {
  min-height: 150px;
  resize: vertical;
}

.site-v2 .v2-form-card input:focus,
.site-v2 .v2-form-card select:focus,
.site-v2 .v2-form-card textarea:focus,
.site-v2 .v2-item-contact input:focus,
.site-v2 .v2-item-contact select:focus,
.site-v2 .v2-item-contact textarea:focus {
  border-color: var(--v2-brand-700);
  outline: 3px solid rgba(0, 105, 145, 0.16);
  outline-offset: 1px;
}

.site-v2 .v2-form-card input[type="checkbox"],
.site-v2 .v2-form-card input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-inline-end: 7px;
  accent-color: var(--v2-brand-700);
  vertical-align: middle;
}

.site-v2 .v2-form-card button,
.site-v2 .v2-form-card input[type="submit"],
.site-v2 .v2-form-card input[type="button"],
.site-v2 .v2-form-card input[type="reset"],
.site-v2 .v2-item-contact input[type="submit"],
.site-v2 .v2-item-contact input[type="button"],
.site-v2 .v2-item-contact input[type="reset"] {
  min-height: 46px;
  padding: 10px 18px;
  border: 0;
  border-radius: var(--v2-radius-sm);
  background: var(--v2-brand-700);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.site-v2 .v2-form-card button:hover,
.site-v2 .v2-form-card input[type="submit"]:hover,
.site-v2 .v2-form-card input[type="button"]:hover,
.site-v2 .v2-form-card input[type="reset"]:hover,
.site-v2 .v2-item-contact input[type="submit"]:hover,
.site-v2 .v2-item-contact input[type="button"]:hover,
.site-v2 .v2-item-contact input[type="reset"]:hover {
  background: var(--v2-brand-900);
}

.site-v2 .v2-form-card hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid var(--v2-border);
}

.site-v2 .v2-form-card .small {
  margin: 10px 0 18px;
  padding: 12px 14px;
  border-radius: var(--v2-radius-sm);
  background: #f4f8fa;
  color: var(--v2-muted);
  line-height: 1.75;
}

.site-v2 .v2-secondary-sidebar {
  min-width: 0;
}

.site-v2 .v2-content-card h1,
.site-v2 .v2-content-card h2,
.site-v2 .v2-content-card h3 {
  color: var(--v2-brand-900);
  line-height: 1.45;
}

.site-v2 .v2-content-card p,
.site-v2 .v2-content-card li {
  line-height: 1.9;
}

.site-v2 .v2-content-card table,
.site-v2 .v2-content-card tbody,
.site-v2 .v2-content-card tr,
.site-v2 .v2-content-card td {
  max-width: 100%;
}

.site-v2 .v2-ad-form {
  table-layout: fixed;
}

.site-v2 .v2-ad-form td {
  box-sizing: border-box;
  padding: 10px 8px;
}

.site-v2 .v2-ad-form td:nth-child(2) {
  width: 12px !important;
}

.site-v2 .v2-ad-form td:nth-child(3) {
  width: 150px !important;
  color: var(--v2-brand-900);
  font-weight: 700;
}

.site-v2 .v2-ad-form [bgcolor="#3979C6"] {
  background: var(--v2-brand-900) !important;
}

@media (max-width: 699px) {
  .site-v2 .v2-form-card,
  .site-v2 .v2-content-card {
    padding: 16px;
    border-radius: var(--v2-radius-sm);
  }

  .site-v2 .v2-ad-form,
  .site-v2 .v2-ad-form tbody,
  .site-v2 .v2-ad-form tr,
  .site-v2 .v2-ad-form td {
    display: block;
    width: 100% !important;
  }

  .site-v2 .v2-ad-form tr {
    padding: 8px 0;
    border-bottom: 1px solid var(--v2-border);
  }

  .site-v2 .v2-ad-form td {
    height: auto !important;
    padding: 4px 0;
  }

  .site-v2 .v2-ad-form td:nth-child(2) {
    display: none;
  }

  .site-v2 .v2-ad-form td:nth-child(3) {
    padding-top: 0;
  }

  .site-v2 .v2-content-card pre {
    max-width: 100%;
    overflow-x: auto;
  }
}

/* Importer home category cards. */
.site-v2 .v2-importer-home .v2-importer-grid {
  display: grid;
  width: 100%;
  margin: 0 0 22px;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.site-v2 .v2-importer-home .v2-importer-category-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: var(--v2-surface);
  box-shadow: var(--v2-shadow-sm);
  color: var(--v2-muted);
  line-height: 1.9;
}

.site-v2 .v2-importer-home .v2-importer-category-card > img {
  display: none;
}

.site-v2 .v2-importer-home .v2-importer-category-card > a:first-of-type {
  display: block;
  margin: 0 0 8px;
  padding: 0 0 9px;
  border-bottom: 1px solid var(--v2-border);
  color: var(--v2-brand-900);
  font-size: 1.05rem;
}

.site-v2 .v2-importer-home .v2-importer-category-card a {
  overflow-wrap: anywhere;
}

@media (max-width: 899px) {
  .site-v2 .v2-importer-home .v2-importer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 559px) {
  .site-v2 .v2-importer-home .v2-importer-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Company directory category cards. */
.site-v2 .v2-companies-home .sub-categories .slice {
  display: grid;
  gap: 12px;
}

.site-v2 .v2-companies-home .sub-categories .maincats {
  min-width: 0;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: #f9fbfc;
}

.site-v2 .v2-companies-home .sub-categories .maincats > b {
  display: block;
  margin-bottom: 8px;
  color: var(--v2-brand-900);
  font-size: 1.02rem;
}

.site-v2 .v2-companies-home .sub-categories .subcats ul {
  display: grid;
  gap: 0;
}

.site-v2 .v2-companies-category .sub-categories > div:first-child {
  grid-column: 1 / -1;
}

.site-v2 .v2-companies-category .sub-categories h1 {
  margin: 0;
  color: var(--v2-brand-900);
  font-family: inherit;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
}

/* Advertiser and company profile family. */
.site-v2 .v2-profile-page {
  display: grid;
  width: min(calc(100% - (var(--v2-gutter) * 2)), var(--v2-page-width));
  min-width: 0;
  margin: 24px auto 36px;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 24px;
  align-items: start;
  direction: rtl;
}

.site-v2 .v2-profile-tabs {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 52px;
  margin: 0;
  padding: 6px;
  grid-column: 1 / -1;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: var(--v2-surface);
  box-shadow: var(--v2-shadow-sm);
}

.site-v2 .v2-profile-tabs > div {
  display: block;
  width: auto;
  height: auto;
  min-width: 0;
}

.site-v2 .v2-profile-tabs a,
.site-v2 .v2-profile-tabs span {
  display: inline-flex;
  min-height: 40px;
  padding: 7px 12px;
  align-items: center;
  border-radius: var(--v2-radius-sm);
  font-weight: 700;
}

.site-v2 .v2-profile-tabs span.active,
.site-v2 .v2-profile-tabs a.active,
.site-v2 .v2-profile-tabs a:hover {
  background: var(--v2-brand-100);
  color: var(--v2-brand-900);
  text-decoration: none;
}

.site-v2 .v2-profile-tabs svg {
  position: static;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
}

.site-v2 .v2-profile-content,
.site-v2 .v2-profile-sidebar {
  box-sizing: border-box;
  min-width: 0;
  margin: 0;
  float: none;
}

.site-v2 #content.v2-profile-content {
  width: 100%;
  grid-column: 1;
}

.site-v2 #side.v2-profile-sidebar {
  position: sticky;
  top: 18px;
  width: 100%;
  padding: 20px;
  grid-column: 2;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: var(--v2-surface);
  box-shadow: var(--v2-shadow-sm);
}

.site-v2 .v2-profile-content #lead-title,
.site-v2 .v2-profile-content #postdetails {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0 0 18px;
  padding: clamp(18px, 3vw, 28px);
  overflow: hidden;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: var(--v2-surface);
  box-shadow: var(--v2-shadow-sm);
}

.site-v2 .v2-profile-content #lead-title h1 {
  margin: 0 0 16px;
  color: var(--v2-brand-900);
  font-family: inherit;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.4;
}

.site-v2 .v2-profile-content #lead-title .leadthumb,
.site-v2 .v2-profile-content #lead-title .rightbox {
  width: 120px;
  height: 120px;
  margin: 0 0 14px;
  padding: 0;
  float: none;
}

.site-v2 .v2-profile-content #lead-title img.leadthumb {
  display: block;
  width: 120px;
  height: 120px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  object-fit: cover;
}

.site-v2 .v2-profile-content #lead-title .v2-company-profile-head {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: start;
}

.site-v2 .v2-profile-content #lead-title .v2-company-logo {
  box-sizing: border-box;
  width: 132px;
  height: 132px;
  padding: 5px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: #f7f9fb;
}

.site-v2 .v2-profile-content #lead-title .v2-company-logo img.leadthumb {
  width: 120px;
  height: 120px;
  margin: 0;
  border: 0;
}

.site-v2 .v2-profile-content #lead-title .v2-company-overview {
  min-width: 0;
}

.site-v2 .v2-profile-content #lead-title .v2-company-membership {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 0 8px;
}

.site-v2 .v2-profile-content #lead-title .v2-company-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.site-v2 .v2-profile-content #lead-title .v2-company-fact {
  min-width: 0;
  padding: 11px 13px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: #f7f9fb;
}

.site-v2 .v2-profile-content #lead-title .v2-company-fact--wide {
  grid-column: 1 / -1;
}

.site-v2 .v2-profile-content #lead-title .v2-company-fact dt {
  margin: 0 0 4px;
  color: var(--v2-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.site-v2 .v2-profile-content #lead-title .v2-company-fact dd {
  margin: 0;
  color: var(--v2-text);
  font-size: 0.96rem;
  line-height: 1.6;
}

.site-v2 .v2-profile-content #lead-title .v2-company-separator,
.site-v2 .v2-profile-content #lead-title .v2-company-categories > span {
  margin: 0 5px;
  color: var(--v2-muted);
}

/* The main company URL behaves like a profile: identity, tabs, then feed. */
.site-v2 .v2-profile-home > .v2-profile-tabs {
  grid-column: 1 / -1;
  grid-row: 2;
}

.site-v2 .v2-profile-home > #content.v2-profile-content {
  display: contents;
}

.site-v2 .v2-profile-home .v2-profile-content > #lead-title {
  position: relative;
  margin: 0;
  padding: 0;
  grid-column: 1 / -1;
  grid-row: 1;
  overflow: hidden;
}

.site-v2 .v2-profile-home .v2-profile-content > #lead-title::before {
  display: block;
  height: 150px;
  content: "";
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.09), transparent 58%),
    linear-gradient(135deg, var(--v2-brand-900), #17658a);
}

.site-v2 .v2-profile-home #lead-title .v2-company-profile-head {
  position: relative;
  margin-top: -52px;
  padding: 0 clamp(20px, 3vw, 30px) 26px;
}

.site-v2 .v2-profile-home #lead-title .v2-company-logo {
  padding: 5px;
  border: 4px solid var(--v2-surface);
  background: var(--v2-surface);
  box-shadow: var(--v2-shadow-md);
}

.site-v2 .v2-profile-home #lead-title .v2-company-logo img.leadthumb {
  width: 114px;
  height: 114px;
}

.site-v2 .v2-profile-home #lead-title .v2-company-overview {
  padding-top: 60px;
}

.site-v2 .v2-profile-home .v2-profile-content > #postdetails {
  margin: 0;
  grid-column: 1;
  grid-row: 3;
}

.site-v2 .v2-profile-home > #side.v2-profile-sidebar {
  grid-column: 2;
  grid-row: 3;
}

.site-v2 .v2-profile-content #Description,
.site-v2 .v2-profile-content .pageposts {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  word-break: normal;
  overflow-wrap: anywhere;
}

.site-v2 .v2-profile-content .pageposts > div:first-child h2 {
  margin: 0 0 16px;
  color: var(--v2-brand-900);
  font-family: inherit;
  font-size: 1.3rem;
}

.site-v2 .v2-profile-content .pagepost {
  width: 100%;
  min-height: 0;
  margin: 0 0 14px;
  padding: 18px;
  clear: none;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: #f9fbfc;
  box-shadow: none;
}

.site-v2 .v2-profile-content .pagepost h3 {
  margin: 0 0 6px;
  color: var(--v2-brand-900);
  font-family: inherit;
  font-size: 1.08rem;
  line-height: 1.55;
}

.site-v2 .v2-profile-content .pagepost .pdate {
  margin-bottom: 12px;
  color: var(--v2-muted);
  font-size: 0.82rem;
}

.site-v2 .v2-profile-content .pagepost .imgcontainer {
  width: 100%;
  min-height: 0;
  margin: 14px 0 0;
  text-align: center;
}

.site-v2 .v2-profile-content .pagepost .mainimage {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 560px;
  margin: 0 auto;
  border-radius: var(--v2-radius-sm);
  object-fit: contain;
}

@media (max-width: 899px) {
  .site-v2 .v2-profile-page {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .site-v2 #content.v2-profile-content,
  .site-v2 #side.v2-profile-sidebar {
    grid-column: 1;
  }

  .site-v2 #side.v2-profile-sidebar {
    position: static;
  }
}

@media (max-width: 639px) {
  .site-v2 .v2-profile-page {
    width: calc(100% - 24px);
    margin-top: 14px;
  }

  .site-v2 .v2-profile-tabs {
    min-height: 50px;
    padding: 4px;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .site-v2 .v2-profile-tabs::-webkit-scrollbar {
    display: none;
  }

  .site-v2 .v2-profile-tabs > div {
    flex: 0 0 auto;
  }

  .site-v2 .v2-profile-tabs > div:first-child {
    display: none;
  }

  .site-v2 .v2-profile-tabs a,
  .site-v2 .v2-profile-tabs span {
    width: auto;
    min-height: 40px;
    padding: 7px 10px;
    justify-content: center;
    white-space: nowrap;
  }

  .site-v2 .v2-profile-content #lead-title,
  .site-v2 .v2-profile-content #postdetails,
  .site-v2 #side.v2-profile-sidebar {
    padding: 16px;
    border-radius: var(--v2-radius-sm);
  }

  .site-v2 .v2-profile-content .pagepost {
    padding: 14px;
  }

  .site-v2 .v2-profile-content #lead-title .v2-company-profile-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .site-v2 .v2-profile-content #lead-title .v2-company-logo {
    width: 108px;
    height: 108px;
  }

  .site-v2 .v2-profile-content #lead-title .v2-company-logo img.leadthumb {
    width: 96px;
    height: 96px;
  }

  .site-v2 .v2-profile-content #lead-title .v2-company-facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-v2 .v2-profile-content #lead-title .v2-company-fact--wide {
    grid-column: auto;
  }

  .site-v2 .v2-profile-home .v2-profile-content > #lead-title::before {
    height: 110px;
  }

  .site-v2 .v2-profile-home #lead-title .v2-company-profile-head {
    margin-top: -44px;
    padding: 0 16px 20px;
  }

  .site-v2 .v2-profile-home #lead-title .v2-company-overview {
    padding-top: 0;
  }

  .site-v2 .v2-profile-home .v2-profile-content > #postdetails,
  .site-v2 .v2-profile-home > #side.v2-profile-sidebar {
    grid-column: 1;
  }

  .site-v2 .v2-profile-home > #side.v2-profile-sidebar {
    grid-row: 4;
  }
}

/* Keep desktop dropdowns below the navigation row instead of covering it. */
@media (min-width: 900px) {
  .site-v2 #menu > li:hover {
    z-index: 1100;
  }

  .site-v2 #menu > li:hover > .dropdown_1column,
  .site-v2 #menu > li:hover > .dropdown_2columns,
  .site-v2 #menu > li:hover > .dropdown_3columns,
  .site-v2 #menu > li:hover > .dropdown_4columns,
  .site-v2 #menu > li:hover > .dropdown_5columns {
    display: block;
    z-index: 1101;
    top: 100%;
    right: 0;
    left: auto;
    margin-top: 0;
  }
}

/* Information, feedback, and success-story page family. */
.site-v2 .v2-data-page {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 24px;
  align-items: start;
  direction: rtl;
}

.site-v2 #content.v2-data-content,
.site-v2 #side.v2-data-sidebar {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin: 0;
  float: none;
}

.site-v2 #content.v2-data-content {
  padding: clamp(18px, 3vw, 30px);
  grid-column: 1;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: var(--v2-surface);
  box-shadow: var(--v2-shadow-sm);
}

.site-v2 #side.v2-data-sidebar {
  position: sticky;
  top: 18px;
  padding: 12px;
  grid-column: 2;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: var(--v2-surface);
  box-shadow: var(--v2-shadow-sm);
}

.site-v2 .v2-data-inner {
  width: 100%;
  margin: 0;
  padding: 0;
}

.site-v2 .v2-data-nav ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 4px;
  list-style: none;
}

.site-v2 .v2-data-nav a {
  display: flex;
  min-height: 42px;
  padding: 8px 12px;
  align-items: center;
  border-radius: var(--v2-radius-sm);
  color: var(--v2-text);
  font-weight: 750;
  text-decoration: none;
}

.site-v2 .v2-data-nav a:hover,
.site-v2 .v2-data-nav a:focus-visible,
.site-v2 .v2-data-nav a.active {
  background: var(--v2-brand-100);
  color: var(--v2-brand-900);
  text-decoration: none;
}

.site-v2 .v2-data-admin-link {
  margin-top: 10px;
  border: 1px dashed var(--v2-border-strong);
}

.site-v2 .v2-data-header h1,
.site-v2 .v2-data-form-card h1 {
  margin: 0;
  color: var(--v2-brand-900);
  font-family: inherit;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.45;
}

.site-v2 .v2-data-intro {
  display: flex;
  margin-top: 16px;
  padding: 14px 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border: 1px solid #bae6fd;
  border-radius: var(--v2-radius-sm);
  background: #f0f9ff;
}

.site-v2 .v2-data-intro p {
  margin: 0;
}

.site-v2 .v2-data-intro a {
  display: inline-flex;
  min-height: 40px;
  padding: 7px 14px;
  align-items: center;
  border-radius: 999px;
  background: var(--v2-brand-900);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.site-v2 .v2-data-entries {
  display: grid;
  margin-top: 22px;
  gap: 14px;
}

.site-v2 .v2-data-entry {
  padding: clamp(16px, 2.5vw, 22px);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 35, 50, 0.04);
}

.site-v2 .v2-data-entry h2 {
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--v2-border);
  color: var(--v2-brand-900);
  font-family: inherit;
  font-size: 1.12rem;
  line-height: 1.6;
}

.site-v2 .v2-data-entry-body {
  padding-top: 14px;
  color: var(--v2-text);
  font-size: 1rem;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.site-v2 .v2-data-paragraph-gap {
  display: block;
  height: 0.65rem;
}

.site-v2 .v2-data-entry > footer.v2-data-entry-meta {
  display: flex;
  width: auto;
  min-height: 0;
  margin: 14px 0 0;
  padding: 0;
  justify-content: flex-start;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--v2-muted);
  font-size: 0.84rem;
}

.site-v2 .v2-data-entry-author {
  display: inline-block;
  padding: 2px 10px 2px 0;
  border-right: 3px solid var(--v2-accent, #ef7c19);
  color: var(--v2-muted);
  font-weight: 700;
  line-height: 1.6;
}

.site-v2 .v2-data-admin-actions {
  display: flex;
  margin-bottom: 10px;
  gap: 10px;
  font-size: 0.78rem;
}

.site-v2 .v2-data-empty {
  padding: 28px;
  border: 1px dashed var(--v2-border-strong);
  border-radius: var(--v2-radius-sm);
  color: var(--v2-muted);
  text-align: center;
}

.site-v2 .v2-data-form-card > header {
  margin-bottom: 22px;
}

.site-v2 .v2-data-form-card > header p {
  margin: 7px 0 0;
  color: var(--v2-muted);
}

.site-v2 .v2-data-form {
  display: grid;
  gap: 16px;
}

.site-v2 .v2-data-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.site-v2 .v2-data-form .v2-form-field {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.site-v2 .v2-data-form label {
  color: var(--v2-text);
  font-size: 0.88rem;
  font-weight: 800;
}

.site-v2 .v2-data-form input:not([type="hidden"]),
.site-v2 .v2-data-form select,
.site-v2 .v2-data-form textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-height: 46px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--v2-border-strong);
  border-radius: var(--v2-radius-sm);
  background: #fff;
  color: var(--v2-text);
  font: inherit;
}

.site-v2 .v2-data-form textarea {
  min-height: 190px;
  resize: vertical;
}

.site-v2 .v2-data-form input:focus,
.site-v2 .v2-data-form select:focus,
.site-v2 .v2-data-form textarea:focus {
  border-color: var(--v2-brand-700);
  outline: 3px solid rgba(14, 116, 144, 0.12);
}

.site-v2 .v2-data-form button {
  min-height: 46px;
  padding: 9px 20px;
  justify-self: start;
  border: 0;
  border-radius: var(--v2-radius-sm);
  background: var(--v2-brand-900);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}

.site-v2 .v2-data-form-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.site-v2 .v2-data-form-actions .v2-secondary-action {
  display: inline-flex;
  min-height: 46px;
  padding: 9px 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--v2-border-strong);
  border-radius: var(--v2-radius-sm);
  background: #fff;
  color: var(--v2-text);
  font-weight: 750;
  text-decoration: none;
}

.site-v2 .v2-data-checkbox {
  display: inline-flex;
  width: fit-content;
  padding: 8px 0;
  align-items: center;
  gap: 9px;
  color: var(--v2-text);
  cursor: pointer;
  font-weight: 750;
}

.site-v2 .v2-data-checkbox input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--v2-brand-700);
}

.site-v2 .v2-data-admin-actions {
  align-items: center;
}

.site-v2 .v2-data-admin-actions form {
  display: inline-flex;
  margin: 0;
}

.site-v2 .v2-data-admin-actions button {
  min-height: 30px;
  padding: 3px 9px;
  border: 1px solid #fecaca;
  border-radius: 6px;
  background: #fff7f7;
  color: #b42318;
  cursor: pointer;
  font: inherit;
  font-weight: 750;
}

.site-v2 .v2-data-notice {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: var(--v2-radius-sm);
  font-weight: 750;
}

.site-v2 .v2-data-notice-success {
  border: 1px solid #a7d7bd;
  background: #effaf3;
  color: #17633a;
}

.site-v2 .v2-data-action-page {
  width: min(100%, 720px);
  margin: 0 auto;
}

.site-v2 .v2-data-status-card {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: #fff;
  box-shadow: var(--v2-shadow-sm);
  text-align: center;
}

.site-v2 .v2-data-status-card h1 {
  margin: 0 0 10px;
  color: var(--v2-brand-900);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
}

.site-v2 .v2-data-status-card p {
  margin: 0 0 18px;
  color: var(--v2-muted);
}

.site-v2 .v2-data-status-card button {
  min-height: 44px;
  padding: 8px 18px;
  border: 0;
  border-radius: var(--v2-radius-sm);
  background: var(--v2-brand-900);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

@media (max-width: 899px) {
  .site-v2 .v2-data-page {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-v2 #content.v2-data-content {
    grid-column: 1;
    grid-row: 2;
  }

  .site-v2 #side.v2-data-sidebar {
    position: static;
    grid-column: 1;
    grid-row: 1;
  }

  .site-v2 .v2-data-nav ul {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .site-v2 .v2-data-nav li {
    flex: 0 0 auto;
  }
}

@media (max-width: 639px) {
  .site-v2 #content.v2-data-content {
    padding: 16px;
  }

  .site-v2 .v2-data-form-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-v2 .v2-data-intro {
    align-items: stretch;
  }

  .site-v2 .v2-data-intro a,
  .site-v2 .v2-data-form > button {
    width: 100%;
    justify-content: center;
  }

  .site-v2 .v2-data-form-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .site-v2 .v2-data-form-actions button,
  .site-v2 .v2-data-form-actions .v2-secondary-action {
    width: 100%;
  }

  .site-v2 .v2-data-entry {
    padding: 15px;
  }

  .site-v2 .v2-data-entry-body {
    font-size: 0.96rem;
    line-height: 1.75;
  }
}

/* Modern contact card shared by profiles and listing pages. */
.site-v2 .v2-contact-section {
  box-sizing: border-box;
  width: 100%;
  margin: 24px 0 0;
  direction: rtl;
}

.site-v2 .v2-profile-content .v2-contact-section {
  padding-inline: clamp(12px, 2vw, 18px);
}

.site-v2 .v2-contact-heading {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
  justify-content: space-between;
}

.site-v2 .v2-contact-heading #contact-info {
  float: none;
  margin: 0;
  padding: 0;
  color: var(--v2-brand-900);
  font-family: inherit;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.site-v2 #inquire.v2-contact-card {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: clamp(16px, 3vw, 24px);
  overflow: visible;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: #f8fafc;
  color: var(--v2-text);
  direction: rtl;
}

.site-v2 .v2-contact-tools ul {
  display: flex;
  margin: 0 0 18px;
  padding: 0 0 16px;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 1px solid var(--v2-border);
  list-style: none;
}

.site-v2 .v2-contact-tools a {
  display: inline-flex;
  min-height: 40px;
  padding: 7px 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--v2-border-strong);
  border-radius: 999px;
  background: var(--v2-surface);
  color: var(--v2-brand-900);
  font-weight: 800;
  text-decoration: none;
}

.site-v2 .v2-contact-tools a:hover,
.site-v2 .v2-contact-tools a:focus-visible {
  border-color: var(--v2-brand-700);
  box-shadow: 0 0 0 3px rgba(14, 116, 144, 0.12);
  text-decoration: none;
}

.site-v2 .v2-contact-details {
  display: grid;
  margin: 0 0 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.site-v2 .v2-contact-details > div {
  min-width: 0;
  padding: 13px 15px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: var(--v2-surface);
}

.site-v2 .v2-contact-details dt {
  margin-bottom: 4px;
  color: var(--v2-muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.site-v2 .v2-contact-details dd {
  margin: 0;
  color: var(--v2-text);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.site-v2 .v2-contact-primary {
  display: inline-flex;
  min-height: 44px;
  padding: 9px 18px;
  align-items: center;
  justify-content: center;
  border-radius: var(--v2-radius-sm);
  background: var(--v2-brand-700);
  color: #fff;
  font-weight: 850;
  text-decoration: none;
}

.site-v2 .v2-contact-primary:hover,
.site-v2 .v2-contact-primary:focus-visible {
  background: var(--v2-brand-900);
  color: #fff;
  text-decoration: none;
}

.site-v2 .v2-contact-restriction,
.site-v2 .v2-contact-warning {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: var(--v2-radius-sm);
  line-height: 1.8;
}

.site-v2 .v2-contact-restriction {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1e3a5f;
}

.site-v2 .v2-contact-warning {
  margin: 18px 0 0;
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #7c2d12;
}

.site-v2 .v2-contact-warning strong {
  display: block;
  margin-bottom: 3px;
}

.site-v2 .v2-contact-warning p {
  margin: 0;
}

@media (max-width: 639px) {
  .site-v2 .v2-contact-details {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-v2 .v2-contact-tools ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-v2 .v2-contact-tools a,
  .site-v2 .v2-contact-primary {
    width: 100%;
  }
}

/* Approved Facebook/LinkedIn profile layout. */
.site-v2 .v2-profile-social-preview.v2-profile-home .v2-profile-content > #lead-title::before {
  display: none;
}

.site-v2 .v2-profile-social-preview .v2-social-profile-hero {
  overflow: hidden;
}

.site-v2 .v2-profile-social-preview .v2-social-profile-cover {
  height: 180px;
  background:
    radial-gradient(circle at 18% 34%, rgba(255, 255, 255, 0.15) 0 4px, transparent 5px),
    linear-gradient(120deg, #082f49, #075985 55%, #0e7490);
}

.site-v2 .v2-profile-social-preview .v2-social-profile-body {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 18px 24px;
  padding: 0 clamp(20px, 3vw, 30px) 24px;
}

.site-v2 .v2-profile-social-preview .v2-social-profile-logo {
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  margin-top: -62px;
  padding: 5px;
  border: 4px solid var(--v2-surface);
  border-radius: 16px;
  background: var(--v2-surface);
  box-shadow: var(--v2-shadow-md);
}

.site-v2 .v2-profile-social-preview .v2-social-profile-logo img {
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 10px;
  object-fit: cover;
}

.site-v2 .v2-profile-social-preview .v2-social-profile-identity {
  min-width: 0;
  padding-top: 20px;
}

.site-v2 .v2-profile-social-preview .v2-social-profile-identity h1 {
  margin-bottom: 4px;
}

.site-v2 .v2-profile-social-preview .v2-social-profile-line,
.site-v2 .v2-profile-social-preview .v2-social-profile-activity {
  margin: 0;
  color: var(--v2-muted);
  line-height: 1.8;
}

.site-v2 .v2-profile-social-preview .v2-social-profile-activity {
  font-size: 0.88rem;
}

.site-v2 .v2-profile-social-preview .v2-social-profile-actions {
  display: flex;
  margin-top: 14px;
  flex-wrap: wrap;
  gap: 8px;
}

.site-v2 .v2-profile-social-preview .v2-social-action {
  display: inline-flex;
  min-height: 42px;
  padding: 8px 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--v2-brand-700);
  border-radius: 999px;
  color: var(--v2-brand-900);
  font-weight: 800;
  text-decoration: none;
}

.site-v2 .v2-profile-social-preview .v2-social-action:hover,
.site-v2 .v2-profile-social-preview .v2-social-action:focus-visible {
  background: var(--v2-brand-100);
  text-decoration: none;
}

.site-v2 .v2-profile-social-preview .v2-social-action--primary {
  border-color: var(--v2-brand-900);
  background: var(--v2-brand-900);
  color: #fff;
}

.site-v2 .v2-profile-social-preview .v2-social-action--primary:hover,
.site-v2 .v2-profile-social-preview .v2-social-action--primary:focus-visible {
  background: var(--v2-brand-700);
  color: #fff;
}

.site-v2 .v2-profile-social-preview .v2-social-profile-stats {
  display: flex;
  margin: 0;
  padding-top: 18px;
  grid-column: 1 / -1;
  gap: 0;
  border-top: 1px solid var(--v2-border);
}

.site-v2 .v2-profile-social-preview .v2-social-profile-stats > div {
  min-width: 120px;
  padding: 0 18px;
  border-inline-start: 1px solid var(--v2-border);
}

.site-v2 .v2-profile-social-preview .v2-social-profile-stats > div:first-child {
  padding-inline-start: 0;
  border-inline-start: 0;
}

.site-v2 .v2-profile-social-preview .v2-social-profile-stats dt {
  color: var(--v2-brand-900);
  font-size: 1.08rem;
  font-weight: 900;
}

.site-v2 .v2-profile-social-preview .v2-social-profile-stats dd {
  margin: 2px 0 0;
  color: var(--v2-muted);
  font-size: 0.78rem;
}

.site-v2 .v2-profile-social-preview .v2-profile-about-card {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--v2-border);
}

.site-v2 .v2-profile-social-preview .v2-profile-about-card h2 {
  margin: 0 0 10px;
  color: var(--v2-brand-900);
  font-size: 1.15rem;
}

.site-v2 .v2-profile-social-preview .v2-profile-about-card p {
  margin: 0 0 14px;
  color: var(--v2-text);
  font-size: 0.9rem;
  line-height: 1.8;
}

.site-v2 .v2-profile-social-preview .v2-profile-about-card dl,
.site-v2 .v2-profile-social-preview .v2-profile-about-card dd {
  margin: 0;
}

.site-v2 .v2-profile-social-preview .v2-profile-about-card dl > div {
  display: flex;
  padding: 7px 0;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #edf1f4;
  font-size: 0.84rem;
}

.site-v2 .v2-profile-social-preview .v2-profile-about-card dt {
  color: var(--v2-muted);
}

.site-v2 .v2-profile-social-preview .v2-profile-about-card dd {
  color: var(--v2-text);
  font-weight: 800;
  text-align: end;
}

.site-v2 .v2-profile-social-preview .v2-social-post-meta {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  gap: 8px;
  color: var(--v2-muted);
  font-size: 0.78rem;
}

.site-v2 .v2-profile-social-preview .v2-social-status {
  display: inline-flex;
  padding: 3px 9px;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-weight: 800;
}

.site-v2 .v2-profile-social-preview .v2-social-status.is-expired {
  background: #f1f5f9;
  color: #475569;
}

@media (max-width: 639px) {
  .site-v2 .v2-profile-social-preview .v2-social-profile-cover {
    height: 112px;
  }

  .site-v2 .v2-profile-social-preview .v2-social-profile-body {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 0 16px 18px;
  }

  .site-v2 .v2-profile-social-preview .v2-social-profile-logo {
    width: 108px;
    height: 108px;
    margin-top: -46px;
  }

  .site-v2 .v2-profile-social-preview .v2-social-profile-logo img {
    width: 90px;
    height: 90px;
  }

  .site-v2 .v2-profile-social-preview .v2-social-profile-identity {
    padding-top: 0;
  }

  .site-v2 .v2-profile-social-preview .v2-social-profile-actions,
  .site-v2 .v2-profile-social-preview .v2-social-profile-actions .v2-social-action {
    width: 100%;
  }

  .site-v2 .v2-profile-social-preview .v2-social-profile-stats {
    display: grid;
    padding-top: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .site-v2 .v2-profile-social-preview .v2-social-profile-stats > div,
  .site-v2 .v2-profile-social-preview .v2-social-profile-stats > div:first-child {
    min-width: 0;
    padding: 0;
    border: 0;
  }
}

/* Final account, recovery, product, and company workflow coverage. */
.site-v2 .v2-panel-list {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
}

.site-v2 .v2-panel-list > table,
.site-v2 .v2-panel-list > div > table,
.site-v2 .v2-panel-list table table {
  width: 100% !important;
  max-width: 100%;
  border-collapse: separate !important;
  border-spacing: 0;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: #fff !important;
}

.site-v2 .v2-panel-list td,
.site-v2 .v2-panel-list th {
  height: auto !important;
  padding: 10px 12px;
  border-color: var(--v2-border) !important;
  background: #fff !important;
  color: var(--v2-text);
  vertical-align: middle;
}

.site-v2 .v2-panel-list tr:nth-child(even) > td {
  background: #f7fafb !important;
}

.site-v2 .v2-panel-list .newlead,
.site-v2 .v2-panel-list .spbutton {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.site-v2 .v2-panel-list a {
  text-underline-offset: 3px;
}

.site-v2 .v2-company-form,
.site-v2 .v2-add-product-form {
  max-width: 900px;
  margin: 0 auto;
}

.site-v2 .v2-forgot-page,
.site-v2 .v2-activation-page {
  width: min(100%, 760px) !important;
  margin: 22px auto 34px !important;
  float: none !important;
}

.site-v2 .v2-forgot-page .v2-form-table,
.site-v2 .v2-activation-page .v2-form-card {
  width: 100%;
}

.site-v2 .v2-forgot-page + .v2-secondary-sidebar,
.site-v2 .v2-activation-page ~ .v2-secondary-sidebar {
  display: none;
}

@media (max-width: 639px) {
  .site-v2 .v2-panel-list {
    margin-inline: -4px;
    padding: 0 4px 8px;
  }

  .site-v2 .v2-panel-list table {
    min-width: 680px;
  }

  .site-v2 .v2-forgot-page,
  .site-v2 .v2-activation-page {
    width: calc(100% - 24px) !important;
    margin-top: 14px !important;
  }
}

/* 2026 root homepage */
.site-v2 .v2-root-home .v2-root-hero {
  position: relative;
  display: grid;
  padding: clamp(28px, 5vw, 54px);
  overflow: hidden;
  grid-column: 1 / -1;
  grid-row: 1;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--v2-brand-950), #07445f);
  box-shadow: 0 18px 46px rgba(7, 35, 52, 0.18);
}

.site-v2 .v2-root-home .v2-root-hero::before {
  position: absolute;
  inset: auto -80px -130px auto;
  width: 330px;
  height: 330px;
  border: 55px solid rgba(18, 181, 199, 0.11);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.site-v2 .v2-root-hero-content,
.site-v2 .v2-root-shortcuts {
  position: relative;
  z-index: 1;
}

.site-v2 .v2-root-kicker {
  display: inline-flex;
  padding: 5px 11px;
  border: 1px solid rgba(130, 225, 235, 0.35);
  border-radius: 999px;
  color: #bcecf1;
  background: rgba(18, 181, 199, 0.12);
  font-size: 0.8rem;
  font-weight: 800;
}

.site-v2 .v2-root-home .v2-root-hero h1 {
  margin: 14px 0 10px;
  color: #fff !important;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.35;
}

.site-v2 .v2-root-hero-content > p {
  max-width: 700px;
  margin: 0;
  color: #d8e8ed;
  font-size: 1.02rem;
  line-height: 1.9;
}

.site-v2 .v2-root-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.site-v2 .v2-root-actions a {
  display: inline-flex;
  min-height: 46px;
  padding: 10px 18px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-weight: 900;
  text-decoration: none;
}

.site-v2 .v2-root-action-primary {
  color: #fff;
  background: var(--v2-accent-600);
  box-shadow: 0 8px 22px rgba(231, 111, 11, 0.27);
}

.site-v2 .v2-root-action-secondary {
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.site-v2 .v2-root-action-help {
  color: #bfeef3;
}

.site-v2 .v2-root-shortcuts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.site-v2 .v2-root-shortcuts a {
  display: flex;
  min-height: 86px;
  padding: 14px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
  text-align: center;
  transition: transform 0.18s ease, background 0.18s ease;
}

.site-v2 .v2-root-shortcuts a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.site-v2 .v2-root-shortcuts span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--v2-brand-900);
  background: #fff;
  font-size: 0.82rem;
  font-weight: 900;
}

.site-v2 .v2-root-home #content.v2-home-content {
  grid-row: 2;
}

.site-v2 .v2-root-home #side.v2-home-sidebar {
  grid-row: 2;
}

.site-v2 .v2-home-feed-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.site-v2 .v2-root-home .v2-home-feed {
  height: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.site-v2 .v2-home-feed-header {
  display: flex;
  min-height: 80px;
  padding: 16px 18px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--v2-border);
  background: linear-gradient(180deg, #fff, #f8fafb);
}

.site-v2 .v2-home-feed-header span {
  display: block;
  margin-bottom: 2px;
  color: var(--v2-accent-700);
  font-size: 0.72rem;
  font-weight: 900;
}

.site-v2 .v2-home-feed-header h2 {
  margin: 0;
  color: var(--v2-text);
  font-size: 1.14rem;
  line-height: 1.4;
}

.site-v2 .v2-home-feed-header > a {
  padding: 6px 10px;
  border: 1px solid var(--v2-border);
  border-radius: 8px;
  color: var(--v2-brand-700);
  background: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

.site-v2 .v2-root-home .v2-home-feed .listdiv {
  padding: 8px 16px 0;
}

.site-v2 .v2-root-home .v2-home-feed .listdiv .solo {
  display: grid;
  width: 100%;
  min-height: 105px;
  margin: 0;
  padding: 14px 0;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-content: center;
  border-bottom: 1px solid #edf1f4;
}

.site-v2 .v2-root-home .v2-home-feed .solo > .goright {
  width: 72px;
  margin: 0 !important;
  grid-column: 1;
  grid-row: 1 / span 4;
  float: none;
}

.site-v2 .v2-root-home .v2-home-feed .solo > span,
.site-v2 .v2-root-home .v2-home-feed .solo > div:not(.goright) {
  grid-column: 2;
}

.site-v2 .v2-root-home .v2-home-feed .solo img {
  width: 72px;
  height: 72px;
  border: 1px solid var(--v2-border);
  border-radius: 10px;
  object-fit: cover;
  background: #f2f5f6;
}

.site-v2 .v2-root-home .v2-home-feed .solo a {
  color: var(--v2-brand-700);
  font-weight: 800;
  line-height: 1.55;
}

.site-v2 .v2-root-home .v2-home-feed .solo .subinfo {
  color: var(--v2-muted);
  font-size: 0.76rem;
}

.site-v2 .v2-root-home .v2-home-feed > ul {
  padding: 4px 16px 14px;
}

.site-v2 .v2-root-home .v2-home-feed > ul li {
  position: relative;
  min-height: 0;
  padding: 10px 18px 10px 0;
  border-bottom: 1px solid #edf1f4;
  line-height: 1.55;
}

.site-v2 .v2-root-home .v2-home-feed > ul li::before {
  position: absolute;
  top: 17px;
  right: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--v2-brand-700);
  content: "";
}

.site-v2 .v2-root-home .v2-home-feed > ul li:nth-child(n + 7) {
  display: none;
}

.site-v2 .v2-root-home .v2-home-feed > ul:last-child li:last-child {
  border-bottom: 0;
}

.site-v2 .v2-root-home #side.v2-home-sidebar {
  padding: 0;
  overflow: hidden;
}

.site-v2 .v2-home-services-header {
  padding: 22px 20px 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--v2-brand-950), var(--v2-brand-800));
}

.site-v2 .v2-home-services-header > span {
  color: #b9e9ef;
  font-size: 0.75rem;
  font-weight: 800;
}

.site-v2 .v2-home-services-header h2 {
  margin: 3px 0 6px;
  color: #fff;
  font-size: 1.2rem;
}

.site-v2 .v2-home-services-header p {
  margin: 0;
  color: #d9e8ed;
  font-size: 0.82rem;
  line-height: 1.7;
}

.site-v2 .v2-home-services nav {
  padding: 10px 14px;
}

.site-v2 .v2-home-sidebar .v2-home-services li {
  border-bottom: 1px solid #edf1f4;
}

.site-v2 .v2-home-sidebar .v2-home-services li a {
  display: grid;
  min-height: 70px;
  padding: 11px 0;
  grid-template-columns: 36px minmax(0, 1fr);
  align-content: center;
  column-gap: 10px;
}

.site-v2 .v2-home-services li a > span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  grid-row: 1 / span 2;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: var(--v2-brand-700);
  background: var(--v2-brand-100);
  font-weight: 900;
}

.site-v2 .v2-home-services li strong,
.site-v2 .v2-home-help-link strong {
  color: var(--v2-text);
  font-size: 0.9rem;
}

.site-v2 .v2-home-services li small,
.site-v2 .v2-home-help-link small {
  color: var(--v2-muted);
  font-size: 0.72rem;
}

.site-v2 .v2-home-help-link {
  display: grid;
  margin: 4px 14px 16px;
  padding: 14px;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  border: 1px solid #efc280;
  border-radius: 11px;
  background: #fff8ec;
}

.site-v2 .v2-home-help-link > span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  grid-row: 1 / span 2;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--v2-accent-600);
  font-weight: 900;
}

.site-v2 .v2-root-home .v2-home-intro {
  display: grid;
  grid-row: 3;
  grid-template-columns: minmax(210px, 0.7fr) minmax(0, 1.6fr);
  gap: 28px;
  align-items: center;
}

.site-v2 .v2-home-intro-label {
  color: var(--v2-accent-700);
  font-size: 0.76rem;
  font-weight: 900;
}

.site-v2 .v2-root-home .v2-home-intro h2 {
  margin: 3px 0 0;
  color: var(--v2-text);
  font-size: 1.25rem;
}

.site-v2 .v2-root-home .v2-home-intro p {
  margin: 0;
}

@media (max-width: 1050px) {
  .site-v2 .v2-root-home .v2-root-hero {
    grid-template-columns: minmax(0, 1fr) 280px;
  }

  .site-v2 .v2-home-feed-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 899px) {
  .site-v2 .v2-root-home .v2-root-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-v2 .v2-root-shortcuts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .site-v2 .v2-root-home #content.v2-home-content {
    grid-row: 2;
  }

  .site-v2 .v2-root-home #side.v2-home-sidebar {
    grid-row: 3;
  }

  .site-v2 .v2-root-home .v2-home-intro {
    grid-row: 4;
  }
}

@media (max-width: 639px) {
  .site-v2 .v2-root-home .v2-root-hero {
    padding: 26px 18px;
    border-radius: var(--v2-radius-sm);
  }

  .site-v2 .v2-root-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .site-v2 .v2-root-actions a {
    width: 100%;
  }

  .site-v2 .v2-root-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-v2 .v2-root-shortcuts a {
    min-height: 72px;
  }

  .site-v2 .v2-home-feed-header {
    padding: 14px;
  }

  .site-v2 .v2-root-home .v2-home-feed .listdiv,
  .site-v2 .v2-root-home .v2-home-feed > ul {
    padding-inline: 14px;
  }

  .site-v2 .v2-root-home .v2-home-intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
}
/* Structured classified-ad price controls and price prominence. */
.site-v2 .v2-price-row > td {
  padding-block: 20px !important;
}

.site-v2 .v2-price-editor {
  padding: 20px;
  border: 2px solid #bed8e3;
  border-radius: var(--v2-radius-md);
  background: linear-gradient(145deg, #f7fbfd, #eef7fa);
}

.site-v2 .v2-price-editor-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.site-v2 .v2-price-editor-heading h2,
.site-v2 .v2-price-editor-heading p {
  margin: 0;
}

.site-v2 .v2-price-editor-heading h2 {
  color: var(--v2-brand-900);
  font-size: 1.3rem;
}

.site-v2 .v2-price-editor-heading p {
  color: var(--v2-muted);
  font-size: 0.9rem;
}

.site-v2 .v2-price-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.site-v2 .v2-price-option {
  display: flex;
  align-items: center;
  min-height: 48px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: #fff;
  cursor: pointer;
}

.site-v2 .v2-price-option:has(input:checked) {
  border-color: var(--v2-brand-700);
  background: #e8f5f9;
  box-shadow: 0 0 0 2px rgba(0, 105, 145, 0.12);
}

.site-v2 .v2-price-amount-fields {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(180px, 1fr);
  gap: 12px;
  margin-bottom: 14px;
}

.site-v2 .v2-price-amount-fields[hidden] {
  display: none !important;
}

.site-v2 .v2-price-negotiable {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 12px;
  border-radius: var(--v2-radius-sm);
  background: #fff;
}

.site-v2 .v2-price-preview {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: var(--v2-radius-sm);
  background: var(--v2-brand-900);
  color: #fff;
}

.site-v2 .v2-price-preview span {
  color: #cbe5ef;
}

.site-v2 .v2-price-preview strong {
  padding-inline-start: 6px;
  color: #fff;
  font-size: 1.05rem;
}

.site-v2 .v2-result-price {
  display: inline-flex;
  align-items: center;
  margin: 4px 0 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e9f5ef;
  color: #12633c;
  font-size: 0.95rem;
  font-weight: 800;
}

.site-v2 .v2-item-primary-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin: 8px 0 18px auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--v2-text);
  box-shadow: none;
  direction: rtl;
  text-align: right;
}

.site-v2 .v2-item-primary-price span {
  color: var(--v2-muted);
  font-size: 0.9rem;
  font-weight: 750;
  white-space: nowrap;
}

.site-v2 .v2-item-primary-price span::after {
  content: ":";
}

.site-v2 .v2-item-primary-price strong {
  display: inline-block;
  margin: 0;
  padding: 0 !important;
  border: 0;
  color: var(--v2-brand-900);
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  font-weight: 850;
  line-height: 1.25;
  white-space: nowrap;
}

.site-v2 .v2-item-report-action {
  width: fit-content;
  margin: -8px 0 18px auto;
  font-size: 0.82rem;
}

.site-v2 .v2-item-report-action a {
  color: var(--v2-muted);
  text-decoration: underline;
  text-decoration-color: #b9c7ce;
  text-underline-offset: 3px;
}

.site-v2 .v2-item-report-action a:hover {
  color: #a83d32;
  text-decoration-color: currentColor;
}

.v2-report-dialog-open {
  overflow: hidden;
}

.site-v2 .v2-report-dialog {
  box-sizing: border-box;
  width: min(620px, calc(100% - 28px));
  max-width: none;
  height: min(720px, calc(100dvh - 48px));
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #fff;
  color: var(--v2-text);
  box-shadow: 0 24px 80px rgba(3, 32, 50, 0.28);
}

.site-v2 .v2-report-dialog::backdrop {
  background: rgba(4, 28, 43, 0.66);
  backdrop-filter: blur(2px);
}

.site-v2 .v2-report-dialog-shell {
  display: grid;
  height: 100%;
  grid-template-rows: auto minmax(0, 1fr);
  direction: rtl;
}

.site-v2 .v2-report-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px 16px;
  border-bottom: 1px solid var(--v2-border);
}

.site-v2 .v2-report-dialog-header span {
  display: block;
  margin-bottom: 3px;
  color: var(--v2-muted);
  font-size: 0.8rem;
}

.site-v2 .v2-report-dialog-header h2 {
  margin: 0;
  color: var(--v2-brand-900);
  font-size: 1.3rem;
}

.site-v2 .v2-report-dialog-close {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #edf3f6;
  color: var(--v2-brand-900);
  font: 400 1.8rem/1 Arial, sans-serif;
  cursor: pointer;
}

.site-v2 .v2-report-dialog-close:hover,
.site-v2 .v2-report-dialog-close:focus-visible {
  background: #dfe9ee;
  outline: 3px solid rgba(14, 116, 144, 0.16);
}

.site-v2 .v2-report-dialog iframe {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.site-v2 .v2-report-page {
  box-sizing: border-box;
  width: min(720px, calc(100% - 28px));
  margin: 32px auto 48px;
  direction: rtl;
}

.v2-report-embed .v2-report-page {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  padding: 20px 22px 24px;
}

.site-v2.v2-report-embed .v2-report-card {
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.v2-report-embed .v2-report-eyebrow,
.v2-report-embed .v2-report-card > h1 {
  display: none;
}

.v2-report-embed .v2-report-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.v2-report-embed .v2-report-form {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.v2-report-embed .v2-report-form textarea {
  flex: 1 1 110px;
  max-height: 150px;
}

.v2-report-embed .v2-report-form button {
  flex: 0 0 auto;
  margin-top: auto;
}

.site-v2 .v2-report-card {
  padding: 24px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-md);
  background: #fff;
  box-shadow: var(--v2-shadow);
}

.site-v2 .v2-report-eyebrow {
  margin: 0 0 5px;
  color: var(--v2-muted);
  font-size: 0.85rem;
}

.site-v2 .v2-report-card h1 {
  margin: 0 0 10px;
  font-size: 1.55rem;
}

.site-v2 .v2-report-item {
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--v2-border);
  color: var(--v2-brand-900);
  font-weight: 750;
}

.site-v2 .v2-report-form fieldset {
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
}

.site-v2 .v2-report-form legend {
  padding: 0 6px;
  font-weight: 800;
}

.site-v2 .v2-report-form fieldset label {
  display: block;
  margin: 10px 0;
  cursor: pointer;
}

.site-v2 .v2-report-form input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-inline-end: 7px;
  accent-color: var(--v2-brand-700);
  vertical-align: middle;
}

.site-v2 .v2-report-form textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 120px;
  margin: 7px 0 14px;
  padding: 11px;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  font: inherit;
}

.site-v2 .v2-report-form button {
  min-height: 44px;
  padding: 9px 20px;
  border: 0;
  border-radius: var(--v2-radius-sm);
  background: var(--v2-brand-700);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.site-v2 .v2-report-return {
  min-height: 44px;
  padding: 9px 20px;
  border: 0;
  border-radius: var(--v2-radius-sm);
  background: var(--v2-brand-700);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.site-v2 .v2-report-return:hover,
.site-v2 .v2-report-return:focus-visible {
  background: var(--v2-brand-900);
  outline: 3px solid rgba(14, 116, 144, 0.16);
}

.site-v2 .v2-report-error,
.site-v2 .v2-report-success {
  margin: 14px 0;
  padding: 13px 15px;
  border-radius: var(--v2-radius-sm);
}

.site-v2 .v2-report-error {
  border: 1px solid #efc5bf;
  background: #fff4f2;
  color: #8c3128;
}

.site-v2 .v2-report-success {
  border: 1px solid #b9ddca;
  background: #edf8f2;
  color: #105a37;
}

.site-v2 .v2-report-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 699px) {
  .site-v2 .v2-price-editor {
    padding: 15px;
  }

  .site-v2 .v2-price-editor-heading {
    display: block;
  }

  .site-v2 .v2-price-editor-heading p {
    margin-top: 6px;
  }

  .site-v2 .v2-price-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-v2 .v2-price-amount-fields {
    grid-template-columns: 1fr;
  }

  .site-v2 .v2-item-primary-price {
    margin: 8px 0 16px;
  }

  .site-v2 .v2-item-report-action {
    margin-top: -7px;
    margin-bottom: 16px;
  }

  .site-v2 .v2-report-dialog {
    width: 100%;
    height: calc(100vh - 10px);
    height: calc(100dvh - 10px);
    margin: auto 0 0;
    border-radius: 18px 18px 0 0;
  }

  .site-v2 .v2-report-dialog-header {
    padding: 12px 16px;
  }

  .v2-report-embed .v2-report-page {
    padding: 12px 16px 16px;
  }

  .v2-report-embed .v2-report-item {
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .v2-report-embed .v2-report-form fieldset {
    margin-bottom: 12px;
    padding: 8px 12px;
  }

  .v2-report-embed .v2-report-form fieldset label {
    margin: 7px 0;
  }

  .v2-report-embed .v2-report-form textarea {
    min-height: 72px;
    max-height: 110px;
    margin: 5px 0 10px;
  }

  .v2-report-embed .v2-report-form button {
    width: 100%;
  }

  .v2-report-embed .v2-report-return {
    width: 100%;
  }

  .site-v2 .v2-report-card {
    padding: 18px;
  }
}

@media (max-width: 420px) {
  .site-v2 .v2-report-dialog {
    height: 100vh;
    height: 100dvh;
    border-radius: 0;
  }

  .site-v2 .v2-report-dialog-header {
    min-height: 56px;
    padding: 8px 12px;
  }

  .site-v2 .v2-report-dialog-header h2 {
    font-size: 1.08rem;
  }

  .site-v2 .v2-report-dialog-close {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .v2-report-embed .v2-report-page {
    padding-inline: 12px;
  }
}

@media (max-height: 620px) and (max-width: 699px) {
  .site-v2 .v2-report-dialog-header {
    min-height: 50px;
    padding-block: 6px;
  }

  .v2-report-embed .v2-report-page {
    padding-block: 8px 10px;
  }

  .v2-report-embed .v2-report-item {
    margin-bottom: 7px;
    padding-bottom: 6px;
  }

  .v2-report-embed .v2-report-form fieldset {
    margin-bottom: 7px;
    padding-block: 5px;
  }

  .v2-report-embed .v2-report-form fieldset label {
    margin: 4px 0;
    font-size: 0.92rem;
  }

  .v2-report-embed .v2-report-form textarea {
    min-height: 58px;
    max-height: 72px;
  }
}
