.keyword-box.keyword-box {
  margin: 24px 0;
  background: #edede5 !important;
}

.keyword-density__textarea {
  width: 100%;
  min-height: 140px;
  font-size: 1rem;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  resize: vertical;
  margin-bottom: 20px;
}
#count-button {
  background: #c82c46;
  color: white;
  border: none;
  padding: 8px 24px;
  border-radius: 99px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
}
#count-button:hover {
  background: #00544c;
  color: white;
  border: none;
  padding: 8px 24px;
  border-radius: 99px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-rv {
  background: #c82c46;
  color: white;
  border: none;
  padding: 8px 24px;
  border-radius: 99px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-rv:hover {
  background: #93323e;
}

.count {
  /* margin-top: 24px; */
  font-size: 1rem;
}

.small-table {
  /* background: #f9fafc; */
  border-radius: 10px;
  /* padding: 16px; */
  margin-bottom: 16px;
}

#keyword-density-list .small-table__row__container:nth-child(even) {
  background: #f9fafc;
  border-radius: 0px;
}
.small-table__header,
.small-table__row {
  display: flex;
  gap: 12px;
  font-weight: bold;
}
.small-table__body .small-table__row__container {
  margin-bottom: 6px;
}
.small-table__row__element {
  flex: 1 1 0;
  padding: 4px 16px;
  text-align: left;
  font-weight: normal;
}
.small-table__header .small-table__row__element {
  background: #edede5;
  font-weight: bold;
  border-radius: 6px;
}
.small-table__header {
  background: #edede5;
  border-top-radius: 16px;
}
.keyword-column_r,
.keyword-column_l {
  width: 100%;
  display: inline-block;
  padding: 40px;
  box-sizing: border-box;
}

.keyword-column_r {
  background: white;
}
.keyword-column_r {
  padding-top: 16px;
}

#download-csv,
#copy-keywords,
#copy-csv {
  margin: 0px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 11px !important;
  display: inline-block !important;
}

#last-update-time {
  margin-bottom: 18px;
}

.last-update-time {
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 11px !important;
  display: inline-block !important;
  text-transform: uppercase !important;
  color: #00544c !important;
  border: 1px solid #00544c !important;
  padding: 8px 8px !important;
  border-radius: 99px !important;
}

#keyword-density-actions {
  margin-top: 40px;
}

.small-table.small-table--density {
  padding: 20px;
  border: 1px solid #f4f0e7;
  /* background: #f4f0e7; */
}

.small-table__row__container span {
  text-align: center;
  display: block;
  padding: 20px;
  color: #c82c46;
  border-radius: 4px;
  border: 1px solid #c82c46;
  margin-top: 20px;
}

@media (max-width: 625px) {
  .keyword-column_l,
  .keyword-column_r {
    padding: 16px;
    width: 100% !important;
    margin-bottom: 0px;
  }
  .keyword-box.keyword-box.keyword-box {
    border-radius: 16px !important;
  }
  #last-update-time {
    justify-content: center;
    display: flex;
  }
  #keyword-density-actions {
    flex-direction: column;
    align-items: stretch;
    a {
      text-align: center;
      padding: 16px;
    }
    button {
      text-align: center;
      padding: 16px;
    }
  }
}
