.sites-navigation[data-v-bf969ae0] {
  padding: 16px;
  background: #fff;
  width: 100%;
  min-height: auto;
}
.sites-grid[data-v-bf969ae0] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 100%;
  max-width: 100%;
  grid-auto-rows: 1fr;
}
.site-card[data-v-bf969ae0] {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 12px 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px #0000000d;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.site-card[data-v-bf969ae0]:hover {
  background: #f0f0f0;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px #0000001a;
}
.site-card[data-v-bf969ae0]:active {
  transform: translateY(0);
}
.last-row-first[data-v-bf969ae0] {
  grid-column: 1;
}
.last-row-second[data-v-bf969ae0] {
  grid-column: 2;
}
@media (max-width: 768px) {
  .sites-grid[data-v-bf969ae0] {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    max-width: 100%;
    grid-auto-rows: 1fr;
  }
  .site-card[data-v-bf969ae0] {
    padding: 10px 6px;
    font-size: 12px;
    min-height: 40px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .sites-grid[data-v-bf969ae0] {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    max-width: 100%;
    grid-auto-rows: 1fr;
  }
  .site-card[data-v-bf969ae0] {
    padding: 8px 4px;
    font-size: 11px;
    min-height: 35px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 360px) {
  .sites-grid[data-v-bf969ae0] {
    gap: 3px;
    max-width: 100%;
    grid-auto-rows: 1fr;
  }
  .site-card[data-v-bf969ae0] {
    padding: 6px 3px;
    font-size: 10px;
    min-height: 30px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
}
