

/* Start:/local/components/mm/awards.list/templates/.default/style.css?17694195511657*/
.awards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.award-card {
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
/* контейнер под картинку */
.award-image {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
/* ВАЖНО: никакого cover */
.award-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* текст */
.award-title {
  font-size: 14px;
  margin-bottom: 4px;
}
.award-nomination {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}
.award-project {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.4;
  margin-bottom: 10px;
}
.award-meta {
  font-size: 13px;
  color: #9ca3af;
}

.award-nomination {
  color: var(--monetka-orange, #ed6b06);
}

.award-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.award-modal.active {
  display: flex;
}
.award-modal-content {
  background: #fff;
  border-radius: 16px;
  max-width: 640px;
  width: 90%;
  padding: 24px;
  position: relative;
}
.award-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
.award-modal-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.award-modal-nomination {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ed6b06;
}
.award-modal-text {
  font-size: 14px;
  line-height: 1.5;
}
/* End */
/* /local/components/mm/awards.list/templates/.default/style.css?17694195511657 */
