.maksekeskus-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

h4 {
  margin-bottom: 20px;
  margin-top: 25px;
}

h3 + h4 {
  margin-top: 0;
}

.maksekeskus-method-link {
  flex: 0 0 calc(33.333% - 7px);
  padding-left: 110px !important;
  height: 50px !important;
  line-height: 50px;
  text-decoration: none;
  background-color: transparent;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  color: #333;
  transition: all 0.3s ease;
  vertical-align: middle;
  white-space: nowrap;
  box-sizing: border-box;
  text-indent: -99999px;
}

.maksekeskus-method-link:hover {
  border-color: #333;
  background-color: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.maksekeskus-method-link:focus {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
}
