#sonaLogoHeader {
  background-color: #10b981;
  position: relative; /* added from the new CSS */
  padding-bottom: 0; /* added from the new CSS */
  padding-top: 0; /* added from the new CSS */
  border-radius: 0; /* added from the new CSS */
}

#sonaLogoHeader p {
  font-weight: 500;
  color: #F6FEFA;
  font-size: 14px; /* updated from new CSS, size changed */
  margin-top: -24px; /* added from the new CSS */
}

.sona-table td, .sona-table th {
  border-color: transparent;
  border: 0 !important; /* updated from new CSS */
  min-width: 240px;
}

.sona-table th {
  vertical-align: middle;
  text-align: center;
  padding: 16px 8px 16px; /* added from the new CSS */
}

#sonaLogoHeader img {
  max-width: 80px;
  margin-top: -20px; /* added from the new CSS */
  position: absolute; /* added from the new CSS */
  top: -12px; /* added from the new CSS */
  left: 50%; /* added from the new CSS */
  transform: translateX(-50%); /* added from the new CSS */
}

#emptyHeader {
  border-top: 0;
  border-left: 0;
  background-color: transparent; /* added from the new CSS */
}

#emptyHeader select {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 12px;
}

.sona-table td {
  font-size: 14px; /* updated from new CSS, size changed */
  background-color: #faf8fa;
  padding: 32px; /* updated from new CSS, padding changed */
}

.sona-table td p {
  font-size: 14px; /* updated from new CSS, size changed */
  position: relative;
    z-index: 1;
}

.sona-table td:first-child {
  font-weight: 500;
}

.sona-table td:nth-child(2) {
  background-color: #F6FEFA;
}

.sona-table td:nth-child(3):after {
  border: 2px solid #10b981; /* added from the new CSS */
  content: ""; /* added from the new CSS */
  position: absolute; /* added from the new CSS */
  top: 0; /* added from the new CSS */
  right: 0; /* added from the new CSS */
  left: 0; /* added from the new CSS */
  bottom: 0; /* added from the new CSS */
  border-top: 0; /* added from the new CSS */
  border-bottom: 0; /* added from the new CSS */
}

.tableButtons {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
}

button.tableButton {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  color: #1f2937;
  font-size: 16px;
  line-height: 1;
  padding: 8px 0;
  z-index: 2;
}

@media (max-width: 600px) {
  .sona-table td {
    padding:16px;
  }
  
  .sona-table td:first-child, #emptyHeader {
    min-width:180px;
    
}

@media (min-width: 501px) {
  .tableButtons:after {
    background-color: #eff6ff;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
  }
}
