.calendar-icon {
  width: 120px;
  height: auto;
  margin: 0 auto 24px;
  display: block;
}

.invite-message {
  margin-bottom: 16px;
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 1.5;
}

.inviter-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
  vertical-align: middle;
}

.invite-text {
  display: inline;
}

.inviter-name {
  font-weight: 500;
  color: #333;
}

.calendar-name {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.invite-description {
  font-size: 15px;
  color: #666;
  margin: 0 0 32px 0;
  line-height: 1.4;
}

.accept-button {
  display: block;
  width: 85%;
  max-width: 280px;
  padding: 16px;
  background: linear-gradient(135deg, #D4717A 0%, #B85B7D 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 28px;
  border: none;
  cursor: pointer;
  margin: 0 auto 32px;
  box-shadow: 0 8px 16px rgba(184, 91, 125, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}

.accept-button:active {
  transform: scale(0.98);
  box-shadow: 0 4px 8px rgba(184, 91, 125, 0.3);
}

.learn-more {
  display: block;
  color: #666;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 0;
}

.app-store-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 20px 16px 32px;
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.app-store-buttons a {
  display: block;
}

.app-store-buttons img {
  height: 48px;
  width: auto;
  display: block;
}
