.tim-find-shop-card {
  border-bottom: 1px solid #d8d8d8;
  padding: 32px 0;
}

.tim-find-shop-card__layout {
  display: grid;
  gap: 24px;
}

.tim-find-shop-card__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
}

.tim-find-shop-card__tag {
  background: #d9f1ff;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 16px;
  padding: 6px 8px;
}

.tim-find-shop-card__tag--closed {
  background: #c7c7c7;
}

.tim-find-shop-card__tag--closing {
  background: #ffd35c;
}

.tim-find-shop-card__label {
  font-weight: 700;
  margin: 0 0 8px;
}

.tim-find-shop-card__text {
  margin: 0 0 16px;
}

.tim-find-shop-card__actions {
  display: grid;
  gap: 12px;
  max-width: 260px;
}

.tim-find-shop-card__button {
  align-items: center;
  background: #fff;
  border: 1px solid #143cff;
  border-radius: 8px;
  color: #143cff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
}

.tim-find-shop-card__button--primary {
  background: #143cff;
  color: #fff;
}

.tim-find-shop-card__details {
  background: #eef1ff;
  border-radius: 8px;
  margin-top: 16px;
  padding: 16px;
}

.tim-find-shop-card__details summary {
  cursor: pointer;
  font-weight: 700;
}

.tim-find-shop-card__details-group {
  margin-top: 16px;
}

.tim-find-shop-card__details-title {
  font-weight: 700;
  margin: 0 0 8px;
}

.tim-find-shop-card__details-list {
  margin: 0;
  padding-left: 20px;
}

.tim-find-shop-card__closure {
  margin: 16px 0;
}

.tim-find-shop-card__closure-title {
  font-weight: 700;
  margin: 0 0 8px;
}

/* Espaçamento entre botões do card (Localizar no mapa / Converse com a loja) */
.content-store .buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tim-find-shop-map-modal[hidden] {
  display: none;
}

.tim-find-shop-modal-open {
  overflow: hidden;
}

.tim-find-shop-map-modal {
  inset: 0;
  position: fixed;
  z-index: 1000;
}

.tim-find-shop-map-modal__backdrop {
  background: rgba(0, 0, 0, 0.48);
  inset: 0;
  position: absolute;
}

.tim-find-shop-map-modal__dialog {
  background: #fff;
  display: grid;
  grid-template-rows: auto minmax(320px, 1fr) auto;
  inset: 24px;
  max-height: calc(100dvh - 48px);
  position: absolute;
}

.tim-find-shop-map-modal__header {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 24px;
}

.tim-find-shop-map-modal__title {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.tim-find-shop-map-modal__address {
  margin: 8px 0 0;
}

.tim-find-shop-map-modal__close-area {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

.tim-find-shop-map-modal__close-label {
  font-size: 16px;
  font-weight: 400;
}

.tim-find-shop-map-modal__close {
  align-items: center;
  background: #fff;
  border: 1px solid #1d1d1d;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 20px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  width: 44px;
}

.tim-find-shop-map-modal__frame {
  border: 0;
  height: 100%;
  min-height: 320px;
  width: 100%;
}

.tim-find-shop-map-modal__navigation {
  align-items: center;
  background: #143cff;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  margin: 16px 24px 24px;
  min-height: 44px;
  padding: 0 16px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .tim-find-shop-card__layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 1.1fr);
  }

  .tim-find-shop-map-modal__dialog {
    inset: 40px;
  }
}
