.cloud-announcements-body {
  margin: 0;
  padding: 0 !important;
  background: #f5f7fa;
  color: #0f172a;
  letter-spacing: 0;
}

.cloud-announcements-body .header,
.cloud-announcements-body .site-search,
.cloud-announcements-body .breadcrumbs,
.cloud-announcements-body .orbui-site,
.cloud-announcements-body .topbar {
  display: none !important;
}

.cloud-announcements-page,
.cloud-announcements-page * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.cloud-announcements-page {
  min-height: 70vh;
  padding-top: 0;
  background: #f5f7fa;
  font-size: 16px;
  line-height: 1.6;
}

.ca-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ca-header {
  padding: 52px 0 30px;
  background: #ffffff;
  border-bottom: 1px solid #dfe5ec;
}

.ca-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.ca-heading-copy {
  max-width: 720px;
}

.ca-eyebrow {
  margin: 0 0 10px;
  color: #2563eb;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
}

.ca-heading-copy h1 {
  margin: 0;
  color: #0b1220;
  font-size: 42px;
  line-height: 1.16;
  font-weight: 800;
}

.ca-lead {
  margin: 14px 0 0;
  color: #526173;
  font-size: 18px;
  line-height: 1.7;
}

.ca-sync {
  flex: 0 0 auto;
  padding-bottom: 4px;
}

.ca-sync span {
  display: block;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
}

.ca-source-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 36px;
  border-top: 1px solid #e6ebf1;
  border-bottom: 1px solid #e6ebf1;
}

.ca-source {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 15px 16px;
  color: #26364a;
  text-decoration: none;
  border-right: 1px solid #e6ebf1;
  transition: background-color 160ms ease, color 160ms ease;
}

.ca-source:last-child {
  border-right: 0;
}

.ca-source:hover {
  background: #f8fafc;
  color: #0f172a;
}

.ca-source i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #64748b;
}

.ca-source-aws i { background: #ff9900; }
.ca-source-gcp i { background: #4285f4; }
.ca-source-aliyun i { background: #ff6a00; }
.ca-source-huawei i { background: #c7000b; }
.ca-source-tencent i { background: #006eff; }

.ca-source span {
  min-width: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ca-source small {
  color: #8794a5;
  font-size: 12px;
  white-space: nowrap;
}

.ca-content {
  padding: 28px 0 64px;
}

.ca-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}

.ca-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  padding: 4px;
  border: 1px solid #dce3eb;
  border-radius: 8px;
  background: #ffffff;
}

.ca-tab {
  min-height: 38px;
  padding: 7px 14px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #536276;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease;
}

.ca-tab:hover {
  color: #0f172a;
  background: #f1f5f9;
}

.ca-tab.is-active {
  color: #ffffff;
  background: #1d4ed8;
}

.ca-tab:focus-visible,
.ca-search input:focus-visible,
.ca-search button:focus-visible,
.ca-item a:focus-visible,
.ca-source:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.28);
  outline-offset: 2px;
}

.ca-search {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 280px;
  height: 48px;
  padding: 0 10px 0 14px;
  border: 1px solid #d6dee8;
  border-radius: 8px;
  background: #ffffff;
  color: #718096;
}

.ca-search:focus-within {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.ca-search > svg {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
}

.ca-search input {
  min-width: 0;
  width: 100%;
  height: 44px;
  padding: 0 8px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #0f172a;
  font: inherit;
  font-size: 14px;
}

.ca-search input::-webkit-search-cancel-button {
  display: none;
}

.ca-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: #eef2f7;
  color: #526173;
  cursor: pointer;
}

.ca-search button svg {
  width: 16px;
  height: 16px;
}

.ca-list-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.ca-list-heading h2 {
  margin: 0;
  color: #111827;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 800;
}

.ca-list-heading p {
  margin: 0;
  color: #718096;
  font-size: 13px;
}

.ca-list-heading strong {
  color: #334155;
}

.ca-list {
  display: grid;
  gap: 10px;
}

.ca-item {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 118px;
  align-items: center;
  gap: 24px;
  min-height: 128px;
  padding: 22px 24px;
  border: 1px solid #dfe5ec;
  border-left: 4px solid #64748b;
  border-radius: 8px;
  background: #ffffff;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ca-item:hover {
  border-top-color: #c9d3df;
  border-right-color: #c9d3df;
  border-bottom-color: #c9d3df;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}

.ca-item-aws { border-left-color: #ff9900; }
.ca-item-gcp { border-left-color: #4285f4; }
.ca-item-aliyun { border-left-color: #ff6a00; }
.ca-item-huawei { border-left-color: #c7000b; }
.ca-item-tencent { border-left-color: #006eff; }

.ca-item-provider span,
.ca-item-provider small {
  display: block;
}

.ca-item-provider span {
  color: #172033;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
}

.ca-item-provider small {
  margin-top: 6px;
  color: #718096;
  font-size: 12px;
  line-height: 1.45;
}

.ca-item-copy {
  min-width: 0;
}

.ca-item-copy h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 750;
}

.ca-item-copy h3 a {
  color: #152238;
  text-decoration: none;
}

.ca-item-copy h3 a:hover {
  color: #1d4ed8;
}

.ca-item-copy p {
  display: -webkit-box;
  overflow: hidden;
  margin: 7px 0 0;
  color: #617084;
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ca-item-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.ca-item-meta time {
  color: #7d8998;
  font-size: 13px;
  white-space: nowrap;
}

.ca-item-meta a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.ca-item-meta a svg {
  width: 16px;
  height: 16px;
}

.ca-item[hidden],
.ca-empty[hidden],
.ca-search button[hidden] {
  display: none !important;
}

.ca-empty {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 260px;
  padding: 48px 24px;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  color: #68778a;
  text-align: center;
}

.ca-empty svg {
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
}

.ca-empty strong {
  color: #243044;
  font-size: 16px;
}

.ca-empty span {
  margin-top: 4px;
  font-size: 13px;
}

.ca-disclosure {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #dfe5ec;
  color: #718096;
  font-size: 13px;
}

.ca-disclosure p {
  margin: 0;
}

.ca-disclosure span {
  flex: 0 0 auto;
  color: #a16207;
}

.cloud-announcements-page + .csh-footer {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  .ca-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .ca-source-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ca-source {
    border-bottom: 1px solid #e6ebf1;
  }

  .ca-source:nth-child(2n) {
    border-right: 0;
  }

  .ca-source:last-child {
    border-bottom: 0;
  }

  .ca-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .ca-search {
    flex-basis: auto;
    width: 100%;
  }

  .ca-item {
    grid-template-columns: 122px minmax(0, 1fr);
  }

  .ca-item-meta {
    grid-column: 2;
    align-items: center;
    flex-direction: row;
  }
}

@media (max-width: 600px) {
  .cloud-announcements-body .csh-search-form {
    display: none;
  }

  .ca-shell {
    width: min(100% - 28px, 1180px);
  }

  .ca-header {
    padding: 34px 0 22px;
  }

  .ca-heading-copy h1 {
    font-size: 32px;
  }

  .ca-lead {
    font-size: 16px;
  }

  .ca-sync {
    padding-bottom: 0;
  }

  .ca-source-row {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .ca-source,
  .ca-source:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid #e6ebf1;
  }

  .ca-content {
    padding: 22px 0 46px;
  }

  .ca-toolbar {
    margin-bottom: 26px;
  }

  .ca-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ca-tab {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .ca-list-heading h2 {
    font-size: 21px;
  }

  .ca-item {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 20px 18px;
  }

  .ca-item-provider {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .ca-item-provider small {
    margin-top: 0;
  }

  .ca-item-copy h3 {
    font-size: 16px;
  }

  .ca-item-meta {
    grid-column: 1;
    justify-content: space-between;
  }

  .ca-disclosure {
    flex-direction: column;
    gap: 8px;
  }

  .ca-disclosure span {
    flex: initial;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ca-source,
  .ca-tab,
  .ca-item {
    transition: none;
  }
}
