.contactformchanges {
    border: solid 1px #eaeaea;
    padding: 20px;
}

.contactformchanges .catalog-grid h2 {
  padding-bottom: 20px !important;
}


label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 12px;
}

.pagesbutton {
    font-family: inherit !important;
    line-height: inherit !important;
    padding: 10px 40px !important;
    color: #fff !important;
    background: #11392e !important;
   border: #11392e 3px solid !important;
  width: 100% !important;
}

.pagesbutton:hover {
      color: #11392e !important;
    background: #fff !important;
 border: #11392e 3px solid !important;
}


nav.menu .catalog-block ul.catalog > li > a:hover {
    color: #f4a235; /* replace with your hover color */
}

/* ===== Account Message ===== */
.account-overview-message .message-container {
  background: #f8f9fa;
  border-left: 4px solid var(--evo-brand-default);
  border-radius: 0 6px 6px 0;
  padding: 20px 24px;
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 20px;
  margin-left: 30px;
}
.account-overview-message .message-container p {
  margin: 0 0 8px;
}
.account-overview-message .message-container p:first-child {
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 12px;
}
.account-overview-message .message-container p:last-child {
  margin-top: 14px;
  margin-bottom: 0;
  padding-top: 14px;
  border-top: 1px solid #e5e7eb;
  color: #6b7280;
  font-size: 13px;
}
.account-overview-message .message-container strong {
  color: #111827;
  font-weight: 600;
  display: inline-block;
  min-width: 130px;
}
/* ===== End Account Message ===== */