.my-rsvps-wrap {
  margin: 0 auto;
}

.my-rsvps-wrap h2 {
  font-size: 32px;
  font-weight: 800;
  color: #17224d;
  margin-bottom: 20px;
}

.my-rsvps-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.my-rsvp-card {
  width: 100%;
  max-width: 450px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-left: 4px solid #6f78c8;
  border-radius: 14px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(0,0,0,.04);
}

.my-rsvp-date {
  font-size: 13px;
  font-weight: 700;
  color: #6f78c8;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.my-rsvp-title {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #0a4f74;
  margin-bottom: 14px;
  text-decoration: none;
}

.my-rsvp-title:visited {
  color: #0a4f74;
}

.my-rsvp-title:hover {
  color: #0a4f74;
  text-decoration: underline;
}

.my-rsvp-cancel {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
}

.my-rsvp-cancel:hover {
  color: #ef4444;
  text-decoration: underline;
}

.my-rsvps-empty,
.rsvp-success {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  padding: 16px 18px;
  color: #17224d;
  font-weight: 700;
}

.my-rsvps-wrap,
.my-rsvps-grid,
.my-rsvp-card {
  max-width: 100%;
}

.my-rsvp-card .my-rsvp-title,
.my-rsvp-card .my-rsvp-title:link,
.my-rsvp-card .my-rsvp-title:visited,
.my-rsvp-card .my-rsvp-title:hover {
  color: #004b63 !important;
}

.my-rsvp-card .my-rsvp-date {
  color: #6f78c8 !important;
}

.my-rsvp-card .my-rsvp-cancel,
.my-rsvp-card .my-rsvp-cancel:link,
.my-rsvp-card .my-rsvp-cancel:visited {
  color: #6b7280 !important;
}

.single-tribe_events .tribe-events-event-image img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  object-position: center;
}

.single-tribe_events .tribe-events-single {
  padding-top: 20px !important;
}

.single-tribe_events .tribe-events-event-image {
  margin-bottom: 24px !important;
}





.tribe-link-view-attendee {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  margin: 16px 0 24px !important;
  padding: 10px 14px !important;
  border: 1px solid #335CFF !important;
  border-radius: 8px !important;
  color: #335CFF !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  background: #fff !important;
}

.tribe-link-view-attendee:hover {
  background: #f3f6ff !important;
  text-decoration: none !important;
}
.tribe-tickets__rsvp-attendance {
    margin: 20px 0 24px !important;
    padding: 14px 16px !important;
    border: 1px solid #dbe3ff !important;
    border-radius: 10px !important;
    background: #f8faff !important;
    font-weight: 600 !important;
}

.tribe-tickets__rsvp-attendance a {
    color: #166534 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}


.tribe-link-view-attendee {
    background: #e8f4ff;
    border: 2px solid #2563eb;
    border-radius: 10px;
    padding: 14px 18px;
    margin: 24px 0;
    font-size: 16px;
    font-weight: 600;
}

.tribe-link-view-attendee a {
    display: inline-block;
    margin-left: 10px;
    padding: 8px 14px;
    background: #2563eb;
    color: #fff !important;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
}

.tribe-link-view-attendee a:hover {
    background: #1d4ed8;
}

.tribe-link-view-attendee a:not(.cc-event-cancel-rsvp) {
  display: none !important;
}

.cc-event-cancel-rsvp {
  background: #dc2626 !important;
  color: #fff !important;
  border-color: #dc2626 !important;
}

.cc-event-cancel-rsvp:hover {
  background: #b91c1c !important;
}