#charsoo-special-report {
    width: 100%;
    background: transparent;
    padding: 28px 0 46px;
    font-family: inherit;
    direction: rtl;
  }

  #charsoo-special-report,
  #charsoo-special-report * {
    box-sizing: border-box;
  }

  #charsoo-special-report .csr-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 8px;
  }

  #charsoo-special-report .csr-title-wrap {
    text-align: right;
  }

  #charsoo-special-report .csr-title {
    margin: 0;
    color:#5d5d5d;
    font-size: clamp(18px,2vw, 42px);
    line-height: 1.45;
    letter-spacing: -0.8px;
  }

  #charsoo-special-report .csr-subtitle {
    margin: 12px 0 0;
    color: #666666;
    font-size: 15px;
    line-height: 2;
  }

  #charsoo-special-report .csr-view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ff5a1f;
    font-size: 14px;
    line-height: 1.8;
    text-decoration: none;
    white-space: nowrap;
    margin-top: 10px;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  #charsoo-special-report .csr-view-all span {
    font-size: 28px;
    line-height: 1;
    transform: rotate(180deg);
  }

  #charsoo-special-report .csr-view-all:hover {
    opacity: 0.78;
    transform: translateX(-2px);
  }

  #charsoo-special-report .csr-line {
    width: 100%;
    height: 2px;
    background: #ff5a1f;
    margin-bottom: 28px;
  }

  #charsoo-special-report .csr-status {
    display: none;
    background: #ffffff;
    color: #777777;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid #eeeeee;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 2;
    text-align: right;
  }

  #charsoo-special-report .csr-box {
    width: 100%;
    
    background: radial-gradient(circle at 22% 8%, rgb(255 255 255), transparent 34%), linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
      
    border: 1px solid #eeeeee;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
    overflow: hidden;
    padding: 18px;
  }

  #charsoo-special-report .csr-main {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 1fr);
    gap: 34px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
  }

  #charsoo-special-report .csr-image-wrap {
    width: 100%;
    aspect-ratio: 16 / 10.4;
    border-radius: 12px;
    overflow: hidden;
    background: #dddddd;
    position: relative;
  }

  #charsoo-special-report .csr-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(255,255,255,0.04), rgba(0,0,0,0.08)),
      linear-gradient(0deg, rgba(0,0,0,0.16), transparent 36%);
    pointer-events: none;
  }

  #charsoo-special-report .csr-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.001);
    transition: transform 0.45s ease;
  }

  #charsoo-special-report .csr-main:hover .csr-image {
    transform: scale(1.035);
  }

  #charsoo-special-report .csr-content {
    text-align: right;
    padding: 10px 0 10px 10px;
  }

  #charsoo-special-report .csr-main-title {
    margin: 0 0 18px;
    color: #151515;
    font-size: clamp(24px, 2vw, 48px);
    line-height: 1.55;
    letter-spacing: -1px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #charsoo-special-report .csr-excerpt {
    margin: 0;
    color: #4f4f4f;
    font-size: clamp(14px, 0.24vw, 16px);
    font-weight: 500;
    line-height: 2.15;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #charsoo-special-report .csr-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 210px;
    height: 48px;
    margin-top: 30px;
    background: linear-gradient(135deg, #ff5a1f, #ff3f1d);
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    font-size: 17px;
    box-shadow: 0 14px 30px rgba(255, 90, 31, 0.26);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
  }

  #charsoo-special-report .csr-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(255, 90, 31, 0.32);
  }

  #charsoo-special-report .csr-button span {
    font-size: 30px;
    line-height: 1;
transform: rotate(180deg);;
  }

  #charsoo-special-report .csr-meta-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #e9e9e9;
    color: #777777;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.8;
  }

  #charsoo-special-report .csr-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
  }

  #charsoo-special-report .csr-meta-icon {
    width: 19px;
    height: 19px;
    color: #8a8a8a;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  #charsoo-special-report .csr-list-title {
    margin: 24px 0 16px;
    color: #222222;
    font-size: 21px;
    font-weight: 850;
    line-height: 1.7;
    text-align: right;
  }

  #charsoo-special-report .csr-mini-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  #charsoo-special-report .csr-mini-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 235px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 12px;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    overflow: hidden;
  }

  #charsoo-special-report .csr-mini-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 90, 31, 0.24);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
  }

  #charsoo-special-report .csr-mini-number {
    display: none !important;
  }

  #charsoo-special-report .csr-mini-image-wrap {
    width: 100%;
    height: 170px;
    border-radius: 9px;
    overflow: hidden;
    background: #dddddd;
    order: 1;
    flex: 0 0 auto;
  }

  #charsoo-special-report .csr-mini-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }

  #charsoo-special-report .csr-mini-card:hover .csr-mini-image {
    transform: scale(1.035);
  }

  #charsoo-special-report .csr-mini-content {
    order: 2;
    min-width: 0;
    padding: 12px 2px 0;
    text-align: right;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }

  #charsoo-special-report .csr-mini-title {
    margin: 0;
    color: #2f2f2f;
    font-size: clamp(13px, 0.82vw, 14px);
    font-weight: 650;
    line-height: 1.85;
    text-align: right;
    letter-spacing: -0.2px;
    min-height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #charsoo-special-report .csr-mini-excerpt {
    margin: 8px 0 0;
    color: #777777;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.8;
    text-align: right;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #charsoo-special-report .csr-main-skeleton,
  #charsoo-special-report .csr-mini-skeleton {
    background: linear-gradient(90deg, #eeeeee 25%, #f8f8f8 37%, #eeeeee 63%);
    background-size: 400% 100%;
    animation: csrShimmer 1.15s infinite;
  }

  #charsoo-special-report .csr-main-skeleton {
    width: 100%;
    min-height: 470px;
    border-radius: 14px;
  }

  #charsoo-special-report .csr-mini-skeletons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
  }

  #charsoo-special-report .csr-mini-skeleton {
    height: 235px;
    border-radius: 12px;
  }

  @keyframes csrShimmer {
    0% {
      background-position: 100% 0;
    }

    100% {
      background-position: 0 0;
    }
  }

  @media (max-width: 1200px) {
    #charsoo-special-report .csr-main {
      grid-template-columns: 1fr;
      gap: 24px;
    }

    #charsoo-special-report .csr-content {
      padding: 0;
    }

    #charsoo-special-report .csr-mini-grid,
    #charsoo-special-report .csr-mini-skeletons {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 768px) {
    #charsoo-special-report {
      padding: 22px 0 36px;
    }

    #charsoo-special-report .csr-head {
      flex-direction: column;
      gap: 8px;
    }

    #charsoo-special-report .csr-title {
      font-size: 27px;
    }

    #charsoo-special-report .csr-subtitle {
      font-size: 14px;
      margin-top: 8px;
    }

    #charsoo-special-report .csr-view-all {
      margin-top: 0;
    }

    #charsoo-special-report .csr-line {
      margin-bottom: 20px;
    }

    #charsoo-special-report .csr-box {
      padding: 12px;
      border-radius: 14px;
    }

    #charsoo-special-report .csr-image-wrap {
      aspect-ratio: 16 / 11.4;
      border-radius: 10px;
    }

    #charsoo-special-report .csr-main-title {
      font-size: 24px;
      line-height: 1.75;
    }

    #charsoo-special-report .csr-excerpt {
      font-size: 14px;
      line-height: 2.05;
      -webkit-line-clamp: 3;
    }

    #charsoo-special-report .csr-button {
      width: 100%;
      min-width: 0;
      height: 52px;
      font-size: 15px;
      margin-top: 22px;
    }

    #charsoo-special-report .csr-meta-row {
      gap: 14px;
      font-size: 13px;
      margin-top: 22px;
      padding-top: 16px;
    }

    #charsoo-special-report .csr-list-title {
      font-size: 18px;
      margin-top: 20px;
    }

    #charsoo-special-report .csr-mini-grid,
    #charsoo-special-report .csr-mini-skeletons {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    #charsoo-special-report .csr-mini-card {
      min-height: 0;
      padding: 12px;
    }

    #charsoo-special-report .csr-mini-image-wrap {
      height: 150px;
    }

    #charsoo-special-report .csr-mini-content {
      padding-top: 12px;
    }

    #charsoo-special-report .csr-mini-title {
      font-size: 14px;
      line-height: 1.85;
      min-height: auto;
      -webkit-line-clamp: 2;
    }

    #charsoo-special-report .csr-mini-excerpt {
      font-size: 13px;
      -webkit-line-clamp: 2;
    }
  }

  @media (max-width: 480px) {
    #charsoo-special-report .csr-mini-image-wrap {
      height: 128px;
    }

    #charsoo-special-report .csr-mini-content {
      padding: 10px 0 0;
    }
  }
