body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

a {
    color: #0087ef !important;
    font-weight: bold;
}

.main-footer {
    padding: 30px;
}
.hero {
    background-color: #2A2929FF;
}

.hero-content-wrapper {
    position: relative;
    z-index: 1;
}

.global-content-wrapper {
    background-color: #f5f5f5;
    padding: 4rem 10rem;
}

.navbar {
    margin-right: 140px;
}

.navbar-item {
    margin: 20px;
}

.navbar-dropdown .navbar-item {
    color: #404654 !important;
}

.navbar-link {
    color: white !important;
}

a.navbar-item {
    color: white !important;
}

.navbar-item img {
    max-width: 180px;
    max-height: 51px;
}

.map-thumb {
    width: 140px;
    aspect-ratio: 28 / 25;
    height: 125px;
}

.continents{
    padding-top: 70px;
    padding-bottom: 70px;
}

.clock-column {
    max-width: 300px;
    min-width: 200px;
}

#searchLocation {
    margin-left: 20px;
    margin-right: 20px;
    flex-grow: 1;
}

@media (max-width: 768px){
    .global-content-wrapper {
        background-color: #f5f5f5;
        padding: 1rem 2rem;
    }
}

.awesomplete {
    display: block;
    width: 100%;
}

.page-title {
    font-size: 1.5rem; /* equivalente aproximado a Bulma is-size-4 */
    font-weight: 700;
    margin: 0 0 0.75rem 0;
}

@media (max-width: 768px){
    .page-title {
        font-size: 1.25rem;
    }
}

/* Clock header actions - move buttons styling */
.card.clock {
  display: flex;
  flex-direction: column;
}

.card.clock .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  min-height: 28px;
  gap: 4px;
  flex-wrap: nowrap;
  overflow: hidden;
}

.card.clock .card-header-title {
  flex: 0 1 auto;
  margin: 0;
  line-height: 1.2;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card.clock .clock-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1px;
  flex-shrink: 0;
}

.clock-header-actions .card-header-icon {
  padding: 0 4px;
  margin: 0;
  min-height: auto;
  height: 24px;
  flex-shrink: 0;
}

@media (pointer: coarse) {
  .clock-header-actions .card-header-icon {
    min-width: 40px;
    min-height: 40px;
    padding: 0.25rem 0.75rem;
  }
}
