.cms-cora-loading,
.cms-cora-error {
  padding: 1rem 0;
  text-align: center;
  font-style: italic;
  color: #666;
}

.cms-cora-error {
  color: #b00020;
}

.cms-cora-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
  margin: 1rem 0 2rem;
}

.cms-cora-section-title {
  margin-bottom: 0.75rem;
}

/* Presentaciones — mismo diseño que corasaxofones.com/eventos/ (evntsCss.css) */

.cms-cora-evnt-board {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.cms-cora-evnt-date,
.cms-cora-evnt-day,
.cms-cora-evnt-place {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.cms-cora-evnt-day,
.cms-cora-evnt-place {
  padding: 8px 16px;
}

.cms-cora-evnt-date {
  padding: 10px 20px;
  width: 100%;
  gap: 10px;
  transition: all .5s;
}

.cms-cora-evnt-date:hover {
  background-color: #DBDBDB;
}

.cms-cora-evnt-day {
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.cms-cora-evnt-day-nmbr {
  font-size: 39px;
}

.cms-cora-evnt-day-mnth {
  font-size: 18px;
}

.cms-cora-evnt-place {
  text-align: center;
  text-transform: uppercase;
}

.cms-cora-evnt-place-addrs {
  font-size: 22px;
  font-weight: 800;
  color: #666;
}

.cms-cora-evnt-place-cntry {
  font-weight: 400;
  color: #666;
}

.cms-cora-descripcion {
  margin: 0.25rem 0 0;
  color: #333;
  text-transform: none;
  font-size: 14px;
}

.cms-cora-evnt-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cms-cora-evnt-button {
  cursor: pointer;
  border-radius: 4px;
  transition: all .5s;
  width: 70%;
  padding: 16px 8px;
  border: none;
  background-color: #EEEEEE;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 14px;
}

.cms-cora-evnt-button a {
  display: flex;
  align-items: center;
  color: inherit;
}

.cms-cora-evnt-button i {
  margin-left: 8px;
}

.cms-cora-ver-mas {
  width: 100%;
  background-color: #DBDBDB;
  margin: 0 auto;
}

.cms-cora-evnt-button:hover {
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

@media screen and (min-width: 768px) {
  .cms-cora-evnt-date {
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 20px;
  }
  .cms-cora-evnt-day,
  .cms-cora-evnt-link {
    width: 33.333%;
  }
  .cms-cora-evnt-place {
    width: 50%;
  }
}

/* Multimedia */

.cms-cora-media-item img,
.cms-cora-media-item video {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.cms-cora-audio-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cms-cora-audio-item audio {
  width: 100%;
}
