﻿body.ic-workshop {
  background: #fff;
  padding-bottom: 0;
}

.ic-ws {
  min-height: calc(100dvh - 12px);
  padding-bottom: 88px;
  background: #fff;
  direction: rtl;
}

/* ── Header ── */
.ic-ws-head-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10050;
  background: #fff;
  /* مثل SafeAreaView اپ — روی گوشی واقعی فاصلهٔ خالی زیر notch ساخته نشود */
  padding-top: env(safe-area-inset-top, 0px);
  transform: translateY(0);
  transition: transform 280ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.ic-ws-head-wrap.is-header-hidden {
  transform: translateY(calc(-1 * var(--ic-ws-head-h, 100%)));
}

.ic-ws-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px 8px;
  direction: ltr;
}

.ic-ws-head-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 30px;
  background: #f1f1f3;
  color: #2d3a4a;
  cursor: pointer;
  text-decoration: none;
  flex-shrink: 0;
  padding: 0;
}

.ic-ws-head-btn--plain {
  background: transparent;
  width: 42px;
  height: 42px;
}

.ic-ws-head-btn--plain .ic-icon {
  width: 20.5px;
  height: 20.5px;
  background-color: #2d3a4a;
}

.ic-ws-head-btn--close {
  color: #4c5662;
}

.ic-ws-head-btn--close .ic-icon {
  background-color: #4c5662;
}

.ic-ws-head-btn--cart .ic-icon {
  width: 18px;
  height: 18px;
  background-color: #2d3a4a;
}

.ic-ws-head-btn.is-muted,
.ic-ws-head-btn:disabled {
  color: #919aaf;
  cursor: default;
  opacity: 1;
}

.ic-ws-head-btn.is-muted .ic-icon,
.ic-ws-head-btn:disabled .ic-icon {
  background-color: #919aaf !important;
}

.ic-ws-head-btn.is-active {
  background: transparent;
}

.ic-ws-cart-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  border-radius: 999px;
  background: #4e91e6;
  color: #fff;
  font-size: 9px;
  line-height: 16px;
  text-align: center;
}

.ic-ws-cart-badge[hidden] {
  display: none !important;
}

/* ── Title — فاصله تا تصویر؛ فاصله تا هدر روی گوشی در media پایین */
.ic-ws-title-wrap {
  padding: 2px 17px 12px;
  text-align: center;
  margin-bottom: 10px;
}

.ic-rpr-title-wrap,
.ic-trd-title-wrap {
  padding: 2px 20px 10px;
  text-align: center;
  direction: rtl;
}

/* گوشی واقعی — فاصله هدر تا عنوان (SafeArea + padding اندازه‌گیری‌شده) */
@media (hover: none) and (pointer: coarse) {
  .ic-ws-head {
    padding: 8px 16px 30px;
  }

  .ic-ws-title-wrap,
  .ic-rpr-title-wrap,
  .ic-trd-title-wrap {
    padding-top: 0;
    margin-top: -2px;
  }
}

.ic-ws-title {
  font-size: 15px;
  font-weight: 700;
  color: #2d3a4a;
  line-height: 35px;
  text-align: center;
  margin: 0;
}

.ic-ws-cover {
  padding: 0 16px 20px;
}

.ic-ws-cover-frame {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  padding: 0;
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #eef2f7;
  font: inherit;
  color: inherit;
}

button.ic-ws-cover-frame {
  cursor: zoom-in;
}

.ic-ws-cover-frame .ic-ws-gcell-media {
  height: 220px;
}

.ic-ws-cover-frame img,
.ic-ws-cover-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ic-ws-media-dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  z-index: 1;
}

/* â”€â”€ Actions row â”€â”€ */
.ic-ws-actions {
  display: flex;
  align-items: center;
  margin: 0 16px 16px;
  background: #f9fafd;
  border-radius: 20px;
  padding: 22px 9px;
  direction: rtl;
}

.ic-ws-action {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 10px;
  color: #6a81a9;
  text-align: center;
  text-decoration: none;
}

.ic-ws-action-icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.ic-ws-action.is-link {
  color: #6a81a9;
  text-decoration: none;
}

.ic-ws-action-divider {
  width: 1px;
  height: 40px;
  background: #E8E9EC;
  flex-shrink: 0;
}

.ic-ws-hero {
  margin: 0 16px 16px;
  border-radius: 20px;
  overflow: hidden;
  background: #f4f6fb;
}

.ic-ws-hero img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* --- Lorex --- */
.ic-ws-lorex {
  padding: 0 16px 4px;
  margin-bottom: 18px;
}

.ic-ws-lorex-box {
  background: #f0f5ff;
  border-radius: 20px;
  padding: 20px 18px 16px;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s;
}

a.ic-ws-lorex-box:hover {
  background: #e4eeff;
}

.ic-ws-lorex-text {
  display: block;
  font-size: 12px;
  color: #384152;
  line-height: 24px;
  min-height: 24px;
}

.ic-ws-lorex-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #4e87e6;
  font-size: 10px;
  direction: ltr;
}

.ic-ws-lorex-cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #4e87e6;
  font-size: 10px;
  cursor: pointer;
  padding: 0;
}

.ic-ws-lorex-cta-label {
  color: #4e87e6;
  font-size: 10px;
}

.ic-ws-lorex-arrow {
  transform: rotate(180deg);
  opacity: 0.75;
  flex-shrink: 0;
}

/* â”€â”€ Steps â”€â”€ */
.ic-ws-steps {
  padding: 0 16px;
}

.ic-ws-step {
  margin-bottom: 28px;
  background: #fafbff;
  border-radius: 20px;
  padding: 20px;
}

.ic-ws-step-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  direction: rtl;
}

.ic-ws-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #4e91e6;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

.ic-ws-step-title {
  font-size: 15px;
  font-weight: 700;
  color: #2d3a4a;
  margin: 0;
  text-align: right;
  flex: 1;
}

.ic-ws-step-img-wrap {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 14px;
  background: #f1f3f8;
}

.ic-ws-step-img-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.ic-ws-step-content {
  direction: rtl;
}

.ic-ws-step-content p {
  margin: 0 0 4px;
  font-size: 12.2px;
  line-height: 28px;
  color: #384152;
  text-align: right;
}

.ic-ws-step-content br {
  display: block;
  content: '';
  margin: 6px 0;
}

.ic-ws-article {
  padding: 0 16px 32px;
}

.ic-ws-article .ic-ws-step-img-wrap {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  background: #eef2f7;
  margin: 0 0 14px;
}

.ic-ws-article .ic-ws-step-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ic-ws-p {
  margin: 0 0 14px;
  font-size: 12.7px;
  line-height: 33px;
  color: #384152;
  text-align: right;
}

.ic-ws-p.is-note {
  padding: 10px 12px;
  border-radius: 8px;
  background: #f8fafc;
  border-right: 3px solid #90a4ae;
}

.ic-ws-p--marked {
  direction: rtl;
  unicode-bidi: isolate;
}

.ic-ws-p-arrow {
  font-size: 17px;
  font-weight: 700;
  margin-left: 2px;
}

.ic-ws-p.is-caution {
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff8e3;
  border-right: 3px solid #f0bf81;
  font-size: 11.7px;
  line-height: 29px;
}

.ic-ws-heading {
  margin: 6px 0 10px;
  font-size: 12.7px;
  font-weight: 700;
  color: #2d3a4a;
  text-align: right;
}

.ic-ws-panel-heading {
  margin: 0 0 22px;
  font-size: 16px;
  font-weight: 700;
  color: #2d3a4a;
  text-align: center;
}

.ic-ws-block-list {
  margin: 0 0 14px;
  padding: 0 18px 0 0;
  color: #384152;
  font-size: 12.7px;
  line-height: 30px;
  text-align: right;
}

.ic-ws-code {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  direction: ltr;
  text-align: left;
  overflow: visible;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  line-height: 17px;
  color: #24292f;
  white-space: pre;
}

.ic-ws-code-card {
  background: #f6f8fa;
  border-radius: 12px;
  border: 1px solid #e1e4e8;
  padding: 12px;
  width: 100%;
  overflow: hidden;
  direction: ltr;
  margin: 0 0 22px;
}

.ic-ws-code-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ic-ws-code-card-meta {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 8px;
}

.ic-ws-code-lang {
  display: inline-block;
  background: rgba(0, 0, 0, 0.06);
  color: #57606a;
  font-size: 10px;
  font-family: "IRANYekan", sans-serif;
  padding: 4px 10px;
  border-radius: 8px;
  text-align: left;
  direction: ltr;
}

.ic-ws-code-copy {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 6px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
}

.ic-ws-code-copy .ic-icon,
.ic-ws-code-copy-icon {
  background-color: #6e7781;
}

.ic-ws-code-scroll {
  width: 100%;
  max-height: 380px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.ic-ws-tok.is-comment { color: #6e7781; }
.ic-ws-tok.is-keyword { color: #cf222e; }
.ic-ws-tok.is-include { color: #0550ae; }
.ic-ws-tok.is-number { color: #953800; }
.ic-ws-tok.is-type { color: #8250df; }
.ic-ws-tok.is-method { color: #0550ae; }
.ic-ws-tok.is-ident,
.ic-ws-tok.is-punct { color: #24292f; }

.ic-ws-media {
  margin: 0 0 14px;
}

.ic-ws-img-caption {
  margin: 6px 0 0;
  font-size: 11px;
  color: #6a81a9;
  text-align: center;
}

.ic-ws-gallery {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 14px;
}

.ic-ws-gallery-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ic-ws-gallery-col {
  min-width: 0;
}

.ic-ws-gcell {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 20px;
  overflow: hidden;
  cursor: zoom-in;
  font: inherit;
  color: inherit;
}

.ic-ws-gcell-media {
  position: relative;
  display: block;
  width: 100%;
  height: 170px;
  overflow: hidden;
  background: #eef2f7;
}

.ic-ws-gcell-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
}

.ic-ws-gcell-media video,
.ic-ws-inline-video-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ic-ws-inline-video {
  width: 100%;
  height: 100%;
}

.ic-ws-inline-video-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #eef2f7;
}

.ic-ws-video-wrap .ic-ws-inline-video-frame {
  aspect-ratio: 16 / 9;
}

.ic-ws-inline-video-poster,
.ic-ws-inline-video-el {
  position: absolute;
  inset: 0;
}

.ic-ws-inline-video.is-idle .ic-ws-inline-video-el {
  opacity: 0;
  visibility: hidden;
}

.ic-ws-inline-video.is-playing .ic-ws-inline-video-poster {
  opacity: 0;
  visibility: hidden;
}

.ic-ws-inline-video-idle-ui {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.ic-ws-inline-video.is-playing .ic-ws-inline-video-idle-ui,
.ic-ws-inline-video.is-loading .ic-ws-inline-video-idle-ui {
  opacity: 0;
  visibility: hidden;
}

.ic-ws-inline-video-dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
}

.ic-ws-inline-video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.5);
  display: grid;
  place-items: center;
}

.ic-ws-inline-video-play-icon {
  display: block;
  margin-left: 3px;
}

.ic-ws-inline-video-loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: none;
  place-items: center;
  pointer-events: none;
}

.ic-ws-inline-video.is-loading .ic-ws-inline-video-loading {
  display: grid;
}

.ic-ws-inline-video-spinner {
  width: 22px;
  height: 22px;
  border: 2px solid rgba(78, 145, 230, 0.25);
  border-top-color: #4e91e6;
  border-radius: 50%;
  animation: ic-ws-video-spin 0.75s linear infinite;
}

@keyframes ic-ws-video-spin {
  to {
    transform: rotate(360deg);
  }
}

.ic-ws-inline-video-hit {
  position: absolute;
  inset: 0;
  z-index: 3;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.ic-ws-inline-video.is-loading .ic-ws-inline-video-hit {
  pointer-events: none;
}

.ic-ws-gcell.is-video {
  cursor: pointer;
}

.ic-ws-gallery.is-hero {
  margin: 0;
}

.ic-ws-cover .ic-ws-gallery.is-hero.is-n1 .ic-ws-gcell-media {
  height: 220px;
}

.ic-ws-gallery.is-n1 .ic-ws-gcell-media,
.ic-ws-media .ic-ws-gcell-media {
  height: 220px;
}

.ic-ws-gcell-more {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.55);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  pointer-events: none;
}

.ic-ws-gallery .ic-ws-step-img-wrap {
  height: 170px;
}

.ic-ws-video-wrap,
.ic-ws-video {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 14px;
  background: #0f172a;
}

.ic-ws-video-wrap .ic-ws-inline-video {
  display: block;
}

.ic-ws-intro {
  margin-bottom: 15px;
}

.ic-ws-supplies {
  margin-top: 18px;
}

.ic-ws-supplies p,
.ic-ws-intro p {
  margin: 0 0 14px;
  font-size: 12.7px;
  line-height: 33px;
  color: #384152;
  text-align: right;
}

.ic-ws-supplies .ic-ws-block-list,
.ic-ws-intro .ic-ws-block-list {
  font-size: 12.7px;
  line-height: 33px;
}

.ic-ws-guide-step {
  margin-top: 5px;
}

.ic-ws-step-divider {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 16px 0 10px;
  padding: 0 4px;
}

.ic-ws-step-divider-line {
  flex: 1;
  height: 1px;
  background: #d8dee8;
}

.ic-ws-step-divider-label {
  padding: 0 12px;
  font-size: 14px;
  color: #9aa8bc;
  white-space: nowrap;
}

.ic-ws-guide-step-title {
  margin: 5px 0 30px;
  font-size: 14px;
  font-weight: 700;
  color: #2d3a4a;
  text-align: center;
  line-height: 28px;
}

.ic-ws-empty {
  margin: 16px 0;
  padding: 20px;
  border-radius: 16px;
  background: #f8fafc;
  text-align: center;
}

.ic-ws-empty-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #334155;
}

.ic-ws-empty p {
  margin: 0;
  font-size: 12.2px;
  line-height: 32px;
  color: #384152;
}

.ic-ws-dl {
  margin-top: 10px;
}

.ic-ws-dl-row {
  display: flex;
  flex-direction: row;
  direction: rtl;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  margin: 0 0 10px;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #f4f7fb;
}

.ic-ws-dl-row[hidden] {
  display: none !important;
}

.ic-ws-dl-main {
  display: flex;
  flex-direction: row;
  direction: rtl;
  align-items: center;
  flex: 1;
  min-width: 0;
  margin-left: 10px;
}

.ic-ws-dl-ext {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-left: 10px;
  border-radius: 10px;
  background: #e8f0fe;
  color: #4e91e6;
  font-size: 9px;
  font-weight: 700;
  flex-shrink: 0;
}

.ic-ws-dl-name {
  flex: 1;
  min-width: 0;
  font-size: 11px;
  line-height: 18px;
  color: #2d3a4a;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ic-ws-dl-action {
  flex-shrink: 0;
  border: 0;
  border-radius: 12px;
  background: #384563;
  color: #fff;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 14px;
  cursor: pointer;
}

.ic-ws-dl-action:disabled {
  background: #94a3b8;
  cursor: default;
}

.ic-ws-dl-action.is-visited {
  background: #dce4ec;
  color: #64748b;
}

.ic-ws-dl-toggle {
  display: block;
  width: 100%;
  margin: 0 0 4px;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: #6784c9;
  font-family: inherit;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
}

.ic-ws-built {
  margin: 10px 20px 10px;
  text-align: center;
}

.ic-ws-built h2 {
  margin: 0 0 10px;
  font-family: "IRANYekanFa", "IRANYekan", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #2d3a4a;
}

.ic-ws-built p {
  margin: 0 0 16px;
  font-family: "IRANYekanFa", "IRANYekan", sans-serif;
  font-size: 12px;
  color: #6a81a9;
}

.ic-ws-built-btn {
  border: 0;
  border-radius: 100px;
  background: #4e91e6;
  color: #fff;
  font-family: "IRANYekanFa", "IRANYekan", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 28px;
  cursor: pointer;
}

/* â”€â”€ Copyright â”€â”€ */
.ic-ws-copy {
  margin: 28px 20px 15px;
  padding: 22px;
  border-radius: 14px;
  background: #f8f9fa;
}

.ic-ws-copy p {
  margin: 0;
  font-size: 10.7px;
  line-height: 28px;
  color: #7185a9;
  text-align: center;
  padding: 0 5px;
}

/* â”€â”€ Similar â”€â”€ */
.ic-ws-similar-wrap {
  padding: 8px 16px 8px;
  margin-top: 6px;
}

.ic-ws-similar-title {
  font-size: 16px;
  font-weight: 700;
  color: #2d3a4a;
  text-align: right;
  margin: 0 0 16px;
  padding-right: 6px;
}

.ic-ws-similar {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 0 0 4px 10px;
  direction: rtl;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ic-ws-similar::-webkit-scrollbar {
  display: none;
}

.ic-ws-similar-card {
  flex: 0 0 168px;
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.ic-ws-similar-img-box {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #eef2f7;
  width: 168px;
  height: 168px;
}

.ic-ws-similar-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ic-ws-similar-img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8eaf6 0%, #c5cae9 100%);
}

.ic-ws-similar-label {
  display: block;
  margin-top: 12px;
  padding: 0 4px;
  font-size: 10.5px;
  color: #2d3a4a;
  text-align: center;
  line-height: 20px;
}

/* ── Comments (shared comment-thread) ── */
.ic-ws-comments {
  padding: 0;
}

.ic-ws-comments .ic-cmt-show-all {
  margin-top: 4px;
  margin-bottom: 0;
}

body.ic-workshop.ic-cmt-composer-open .ic-ws-nav,
body.ic-teardown.ic-cmt-composer-open .ic-ws-nav,
body.ic-repair.ic-cmt-composer-open .ic-ws-nav {
  bottom: calc(96px + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 800px), (min-width: 801px) {
  .ic-ws {
    min-height: calc(100dvh - 60px - env(safe-area-inset-bottom, 0px));
  }

  body.ic-workshop .ic-header,
  body.ic-workshop .ic-footer,
  body.ic-workshop .ic-tabbar {
    display: none;
  }
}

.ic-ws-nav {
  position: fixed;
  left: 26px;
  bottom: 28px;
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.ic-ws-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 17px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(71, 85, 105, 0.42);
  line-height: 1;
  cursor: pointer;
}

.ic-ws-nav-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.ic-ws-restrict[hidden] {
  display: none !important;
}

.ic-ws-restrict {
  position: fixed;
  inset: 0;
  z-index: 180;
}

.ic-ws-restrict-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.ic-ws-restrict-card {
  position: absolute;
  right: 24px;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px 22px 20px;
  border-radius: 24px;
  background: #fff;
  text-align: center;
}

.ic-ws-restrict-card h2 {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 700;
  color: #2d3a4a;
}

.ic-ws-restrict-card p {
  margin: 0 0 22px;
  font-size: 13px;
  line-height: 24px;
  color: #6a81a9;
}

.ic-ws-restrict-go {
  display: block;
  margin-bottom: 10px;
  padding: 14px;
  border-radius: 14px;
  background: #4e91e6;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.ic-ws-restrict-close {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: #919aaf;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
}

/* Image viewer — shared/image-viewer.css (ic-imgv) */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   ØµÙØ­Ù‡ Ú©Ø§Ù„Ø¨Ø¯Ø´Ú©Ø§ÙÛŒ  (ic-trd) â€” extends ic-ws
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
