.calendar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

body .calendar-actions .calendar-label {
  flex-basis: 100%;
  margin: 0;
  color: #fff !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  font-weight: 800;
}

body .calendar-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  max-width: 100%;
  padding: 9px 13px;
  border: 2px solid #fff;
  border-radius: 4px;
  background: #fff;
  color: #071923 !important;
  font-size: 1rem !important;
  font-weight: 800;
  line-height: 1.35 !important;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
}

body .calendar-button:hover {
  background: #e6edf2;
  border-color: #e6edf2;
}

body .calendar-button:focus-visible {
  outline: 3px solid #efc84a;
  outline-offset: 4px;
}

body.page-shubham main.viral-page .court-date-panel .calendar-note,
body .calendar-note {
  margin: 14px 0 0;
  color: #e1e8ed !important;
  font-size: .9375rem !important;
  line-height: 1.5 !important;
}

body.page-how-to-vote .pc-dates article {
  display: flex;
  flex-direction: column;
}

body.page-how-to-vote .pc-dates .calendar-actions {
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: auto;
  padding-top: 22px;
}

body.page-how-to-vote .pc-dates .calendar-label {
  flex-basis: auto;
}

body.page-how-to-vote .pc-dates .calendar-button {
  width: 100%;
  font-size: .9375rem !important;
}

body.page-how-to-vote .calendar-bundle {
  margin: 20px 0 0;
}

body.page-how-to-vote .calendar-bundle .calendar-button {
  width: auto;
  border-color: #efc84a;
  background: #efc84a;
}

body.page-how-to-vote .calendar-bundle .calendar-button:hover {
  border-color: #ffe28b;
  background: #ffe28b;
}
