.mobile-news-dialog-paper {
  width: 70vw;
  height: 75vh;
  min-width: 320px;
  min-height: 320px;
  max-width: 1000px;
  max-height: 700px;
}

.mobile-news-loading-box {
  padding: 24px 0;
  text-align: center;
}

.mobile-news-loading-text {
  margin-top: 8px !important;
}

.mobile-news-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 8px;
  width: 100%;
}

.mobile-news-filter-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.mobile-news-filter-label {
  font-weight: 600 !important;
  min-width: 50px;
}

.mobile-news-table {
  margin-top: 16px;
  padding: 8px 12px;
  width: 100%;
}

.mobile-news-table .mobile-news-header-row {
  border-bottom: 1px solid #bcbcbc;
}

.mobile-news-table .mobile-news-col-status,
.mobile-news-table .mobile-news-col-version {
  border-right: 1px solid #bcbcbc;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mobile-news-table .mobile-news-col-status,
.mobile-news-table .mobile-news-col-version,
.mobile-news-table .mobile-news-col-title {
  min-height: 100%;
  padding: 10px 8px;
  box-sizing: border-box;
}

.mobile-news-table .mobile-news-row-grid {
  align-items: stretch;
}

.mobile-news-table .mobile-news-expand-grid {
  align-items: stretch;
}

.mobile-news-table .mobile-news-spacer-col {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

.mobile-news-header-row .MuiTypography-caption {
  font-size: 0.95rem;
  font-weight: 700;
}
.mobile-news-detail-panel {
  position: relative;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  height: 222px;
  overflow: hidden;
  padding: 12px;
  background-color: #fafafa;
}

.mobile-news-detail-scroll {
  height: 100%;
  overflow-y: auto;
  padding-right: 128px;
}

.mobile-news-detail-content {
  white-space: pre-wrap;
}

.mobile-news-status-circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #bcbcbc;
}

.mobile-news-status-circle.is-published {
  background-color: #43A047;
  border-color: #ADADAD;
}

.mobile-news-status-circle.is-draft {
  background-color: #E0E0E0;
  border-color: #ADADAD;
}

.mobile-news-status-circle.is-other {
  background-color: #f3c067;
  border-color: #ADADAD;
}

.mobile-news-action-buttons {
  width: 200px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
}

.mobile-news-action-button {
  width: 100%;
  min-height: 32px;
  border: none !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  text-transform: none;
}

.mobile-news-action-button-draft {
  background-color: #e0e0e0 !important;
  color: #1f1f1f !important;
}

.mobile-news-action-button-draft:hover {
  background-color: #d5d5d5 !important;
}

.mobile-news-action-button-published {
  background-color: #43a047 !important ;
  color: #ffffff !important;
}

.mobile-news-action-button-published:hover {
  background-color: #3a9340 !important;
}

.mobile-news-action-button-close {
  border: 1px solid #9a9a9a !important;
  color: #9a9a9a !important;
  background-color: #ffffff !important;
}

.mobile-news-action-button-close:hover {
  background-color: #cbcbcb !important;
}

.mobile-news-action-button.Mui-disabled {
  border: none !important;
}

.MuiButton-root.mobile-news-action-button-draft.Mui-disabled {
  background-color: #e0e0e0 !important;
  color: #8f8f8f !important;
  opacity: 0.55;
  box-shadow: none;
}

.MuiButton-root.mobile-news-action-button-published.Mui-disabled {
  background-color: #43a047 !important;
  color: #d9eadb !important;
  opacity: 0.55;
  box-shadow: none;
}

.mobile-news-filter-group {
  width: 420px;
  max-width: 100%;
}

.mobile-news-filter-group .MuiButtonGroup-grouped {
  flex: 1;
}

.mobile-news-filter-group .mobile-news-filter-button {
  width: 100%;
  min-width: 0;
  white-space: nowrap;
  text-transform: none;
}

.mobile-news-filter-group .mobile-news-filter-button.is-active {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}

.mobile-news-title-clickable {
  cursor: pointer;
}

.mobile-news-title-text {
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mobile-news-disclosure {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #5f5f5f;
  transition: transform 0.15s ease;
  transform-origin: 35% 50%;
  flex-shrink: 0;
}

.mobile-news-disclosure.is-expanded {
  transform: rotate(90deg);
}

.mobile-news-detail-heading {
  font-weight: 700 !important;
}

.mobile-news-detail-subline {
  margin-top: 4px !important;
}

.mobile-news-detail-section-spacing {
  margin-top: 16px !important;
}
