@import url("./globals.css");

main{
    
    padding-bottom: 32px;
}
table {
    width: 100%;
    border-collapse: collapse;
    font-family: Nunito !important;
  }
  table * {
    font-family: Nunito !important;
  }
  caption {
    font-size: 1.5em;
    margin-bottom: 1rem;
    font-weight: bold;
    font-family: Nunito;
    color: var(--dark-color);
  }
  th, td {
    padding: 0.75rem;
    border: 1px solid #ddd;
    text-align: left;
  }
  tbody tr:nth-child(odd) {
    background-color: #ffffff;
  }
  
  tbody tr:nth-child(even) {
    background-color: #f0f0f0;
  }
  th {
    background-color: var(--section-bg-color);
    color: var(--dark-color);
  }
  table a {
    color: #0056b3;
    text-decoration: none;
  }
  table a:hover {
    text-decoration: underline;
  }

.contact-table-header {
    background-color: var(--accent-color) !important;
    color: white !important;
    font-weight: 600;
    text-align: left; 
    padding: 12px 16px;
}

.contact-row-content {
    display: flex; 
    align-items: center; 
    gap: 1rem;
}

.contact-icon {
    color: var(--dark-color);
}

.contact-link {
    text-decoration: none !important; 
    color: inherit !important;
}

.map-container {
    margin-top: 2rem;
    width: 100%;
}

.map-frame {
    width: 100%;
    height: 450px;
    border: 0;
}