/* Start custom CSS for text-editor, class: .elementor-element-473e7a75 *//* ===== СТИЛИЗОВАННОЕ ОБЪЯВЛЕНИЕ (В СТИЛЕ ТАБЛИЦЫ) ===== */
  .announce-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px 28px;
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
    font-family: "Roboto", sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  }
  .announce-box .badge {
    display: inline-block;
    background: #dee2e6;
    color: #495057;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 30px;
    margin-bottom: 12px;
  }
  .announce-box .title {
    font-size: 24px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .announce-box .title span {
    color: #0d6efd;
  }
  .announce-box .desc {
    font-size: 15px;
    color: #495057;
    line-height: 1.6;
    margin-bottom: 4px;
  }
  .announce-box .desc strong {
    color: #212529;
    font-weight: 700;
  }
  .announce-box .attention {
    display: inline-block;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 30px;
    padding: 4px 20px;
    font-weight: 700;
    font-size: 14px;
    color: #856404;
    margin-top: 6px;
  }
  .announce-box .attention strong {
    color: #664d03;
  }
  .announce-box .links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 28px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e9ecef;
  }
  .announce-box .links a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.2s ease;
  }
  .announce-box .links a:hover {
    color: #0a58ca;
    text-decoration: underline;
  }
  .announce-box .links .label {
    color: #6c757d;
    font-weight: 400;
    font-size: 13px;
    margin-right: 2px;
  }
  @media (max-width: 600px) {
    .announce-box {
      padding: 18px 16px;
    }
    .announce-box .title {
      font-size: 20px;
    }
    .announce-box .desc {
      font-size: 14px;
    }
    .announce-box .links {
      flex-direction: column;
      gap: 6px;
    }
  }
  /* ===== СТИЛИ ДЛЯ ТАБЛИЦЫ (ОРИГИНАЛ) ===== */
  .styled-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 1rem;
  }
  .styled-table thead {
    background: #f8f9fa;
  }
  .styled-table th,
  .styled-table td {
    padding: 12px 16px;
    text-align: left;
    vertical-align: top;
  }
  .styled-table th {
    font-weight: 600;
    color: #495057;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 2px solid #dee2e6;
  }
  .styled-table tbody tr {
    border-bottom: 1px solid #f1f3f5;
    transition: background 0.2s ease;
  }
  .styled-table tbody tr:hover {
    background: #f9fcff;
  }
  .styled-table td b {
    font-weight: 600;
    color: #212529;
    display: block;
    margin-bottom: 4px;
  }
  .styled-table td strong {
    font-weight: 700;
    color: #000;
  }
  @media (max-width: 768px) {
    .styled-table thead {
      display: none;
    }
    .styled-table,
    .styled-table tbody,
    .styled-table tr,
    .styled-table td {
      display: block;
      width: 100%;
    }
    .styled-table tr {
      margin-bottom: 1rem;
      box-shadow: 0 1px 3px rgba(0,0,0,0.06);
      border-radius: 8px;
      overflow: hidden;
    }
    .styled-table td {
      padding: 10px;
      border: none;
    }
    .styled-table td::before {
      content: attr(data-label);
      font-weight: 600;
      display: block;
      margin-bottom: 4px;
      color: #666;
      text-transform: uppercase;
      font-size: 12px;
    }
  }/* End custom CSS */