@charset "UTF-8";
/* CSS Document */

.KeDWebinars2025Q4-header {
  text-align: center;
  padding: 2rem 1rem;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.KeDWebinars2025Q4-header h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.KeDWebinars2025Q4-header p {
  font-size: 1.1rem;
  color: #555;
}

/* === Grid Layout === */
.KeDWebinars2025Q4-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 1rem 1rem;
}

@media (max-width: 1024px) {
  .KeDWebinars2025Q4-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .KeDWebinars2025Q4-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
  }
}

/* === Card === */
.KeDWebinars2025Q4-card {
  background: #EFEFEF;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: KeDWebinars2025Q4-fadeInUp 0.6s ease forwards;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.KeDWebinars2025Q4-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* === Text Sections === */
.KeDWebinars2025Q4-date,
.KeDWebinars2025Q4-speaker {
  font-size: 0.95rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #444;
}

.KeDWebinars2025Q4-description {
    font-size: 0.95rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #444;
    text-align: center;
}
/* === Icon === */
.KeDWebinars2025Q4-icon {
  width: 20px;
  height: 20px;
  fill: #0078d4;
  flex-shrink: 0;
}

/* === Countdown === */
.KeDWebinars2025Q4-countdown {
    font-size: 19px;
    font-weight: bold;
    color: #0078d4;
    margin-top: 0.5rem;
    text-align: center;
}

/* === Button === */
.KeDWebinars2025Q4-btn {
  margin-top: auto;
  padding: 0.75rem 1.5rem;
  background: #0078d4;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
}

.KeDWebinars2025Q4-btn:hover {
  background: #005fa3;
}

/* === Animation === */
@keyframes KeDWebinars2025Q4-fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/*

.KeDWebinars2025Q4-date1 {  font-size: 0.95rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #444;
}
.KeDWebinars2025Q4-speaker1 {  font-size: 0.95rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #444;
}
.KeDWebinars2025Q4-date11 {font-size: 0.95rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #444;
}
.KeDWebinars2025Q4-card1 {  background: #EFEFEF;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: KeDWebinars2025Q4-fadeInUp 0.6s ease forwards;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.KeDWebinars2025Q4-date2 {  font-size: 0.95rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #444;
}
.KeDWebinars2025Q4-date111 {font-size: 0.95rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #444;
}
.KeDWebinars2025Q4-description1 {    font-size: 0.95rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #444;
    text-align: center;
}
.KeDWebinars2025Q4-icon1 {  width: 20px;
  height: 20px;
  fill: #0078d4;
  flex-shrink: 0;
}
.KeDWebinars2025Q4-speaker2 {  font-size: 0.95rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #444;
}
*/
