 /* ===== Ravand Show Event (scoped) ===== */
    .body-post .ravand-show-event-extras {
      --bg: #fff;
      --text: #111827;
      --muted: #6b7280;
      --border: rgba(17, 24, 39, .12);
      --shadow: 0 16px 44px rgba(17, 24, 39, .10);
      --radius: 18px;
      --soft: rgba(17, 24, 39, .03);
      --accent: #2563eb;
      --accentSoft: rgba(37, 99, 235, .10);
      --danger: #ef4444;

      direction: rtl;
      color: var(--text);
      margin-top: 18px;
      display: grid;
      gap: 16px;
    }

    /* card */
    .body-post .ravand-show-event-card {
      background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .body-post .ravand-show-event-card__head {
      padding: 14px 14px 10px;
      border-bottom: 1px solid rgba(17, 24, 39, .08);
      background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    }

    .body-post .ravand-show-event-card__title {
      margin: 0;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 16px;
      font-weight: 900;
    }

    .body-post .ravand-show-event-card__badge {
      width: 34px;
      height: 34px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      background: var(--accentSoft);
      color: var(--accent);
      flex: 0 0 auto;
    }

    .body-post .ravand-show-event-card__subtitle {
      margin: 8px 0 0;
      font-size: 12px;
      color: var(--muted);
    }

    .body-post .ravand-show-event-card__body {
      padding: 12px 14px 14px;
    }

    /* ===== table ===== */
    .body-post .ravand-show-event-table-wrap {
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      background: #fff;
    }

    .body-post .ravand-show-event-table {
      width: 100%;
      min-width: 720px;
      border-collapse: collapse;
    }

    .body-post .ravand-show-event-table th,
    .body-post .ravand-show-event-table td {
      padding: 10px 12px;
      text-align: right;
      vertical-align: top;
      font-size: 13px;
      border-bottom: 1px solid rgba(17, 24, 39, .08);
      border-left: 1px solid rgba(17, 24, 39, .06);
    }

    .body-post .ravand-show-event-table th:last-child,
    .body-post .ravand-show-event-table td:last-child {
      border-left: none;
    }

    .body-post .ravand-show-event-table thead th {
      background: var(--soft);
      font-weight: 900;
      white-space: nowrap;
    }

    .body-post .ravand-show-event-table tbody tr:hover td {
      background: rgba(37, 99, 235, .05);
    }

    .body-post .ravand-show-event-pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 4px 10px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 800;
      border: 1px solid rgba(17, 24, 39, .10);
      background: rgba(17, 24, 39, .02);
    }

    .body-post .ravand-show-event-pill--ok {
      background: rgba(34, 197, 94, .10);
      border-color: rgba(34, 197, 94, .20);
    }

    .body-post .ravand-show-event-pill--warn {
      background: rgba(245, 158, 11, .12);
      border-color: rgba(245, 158, 11, .22);
    }

    /* ===== form ===== */
    .body-post .ravand-show-event-form {
      display: block;
    }

    .body-post .ravand-show-event-form-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 12px;
    }

    .body-post .ravand-show-event-col-12 {
      width: 100%;
    }

    .body-post .ravand-show-event-col-6 {
      width: 100%;
    }

    @media (min-width: 992px) {
      .body-post .ravand-show-event-col-6 {
        width: calc(50% - 6px);
      }
    }

    .body-post .ravand-show-event-field {
      display: grid;
      gap: 6px;
    }

    .body-post .ravand-show-event-label {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      font-weight: 900;
      color: #374151;
    }

    .body-post .ravand-show-event-req {
      color: var(--danger);
      font-weight: 900;
    }

    .body-post .ravand-show-event-control {
      width: 100%;
      border: 1px solid rgba(17, 24, 39, .14);
      border-radius: 14px;
      padding: 10px 12px;
      outline: none;
      background: #fff;
      font-size: 13px;
    }

    .body-post .ravand-show-event-control:focus {
      border-color: rgba(37, 99, 235, .55);
      box-shadow: 0 0 0 4px rgba(37, 99, 235, .10);
    }

    .body-post .ravand-show-event-hint {
      margin: 0;
      font-size: 11px;
      color: var(--muted);
    }

    .body-post .ravand-show-event-choice {
      border: 1px dashed rgba(17, 24, 39, .18);
      border-radius: 14px;
      padding: 10px 12px;
      background: rgba(17, 24, 39, .02);
      display: grid;
      gap: 8px;
    }

    .body-post .ravand-show-event-choice__item {
      display: flex;
      align-items: center;
      gap: 8px;
      user-select: none;
      font-size: 13px;
    }

    .body-post .ravand-show-event-btn {
      width: 100%;
      border: 0;
      border-radius: 16px;
      padding: 11px 12px;
      background: var(--accent);
      color: #fff;
      font-weight: 900;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .body-post .ravand-show-event-btn:hover {
      background: #1f56d8;
    }

    .body-post .ravand-show-event-note {
      margin: 10px 0 0;
      padding: 12px;
      border-radius: 14px;
      border: 1px dashed rgba(17, 24, 39, .18);
      background: rgba(17, 24, 39, .02);
      color: var(--muted);
      font-size: 12px;
    }

    .event-formal-information p {
      margin: 0;
    }

    /* ===== Event Formal Info (flat structure) ===== */
    .event-formal-information {
      direction: rtl;
      border-radius: 16px;
      padding: 14px;


      display: grid;
      gap: 10px;
      grid-template-columns: 1fr;
      /* mobile */
    }

    @media (min-width: 768px) {
      .event-formal-information {
        grid-template-columns: 1fr 1fr;
        /* desktop دو ستون */
      }
    }

    /* هر آیتم */
    .event-formal-information>p {
      margin: 0;
      padding: 10px 12px;
      display: flex;
      align-items: center;
      gap: 10px;

      border-radius: 12px;
      background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
      border: 1px solid rgba(17, 24, 39, .08);
      color: #111827;
      line-height: 1.9;

      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }

    /* آیکن */
    .event-formal-information>p i {
      font-size: 18px;
      opacity: .9;
      flex: 0 0 auto;
    }

    /* متن آیتم */
    .event-formal-information>p {
      font-size: 13px;
      font-weight: 600;
    }

    /* مقدار داخل span (بج) */
    .event-formal-information>p>span {
      margin-right: auto;
      /* در RTL میره سمت چپ */
      font-weight: 700;
      font-size: 13px;
      color: #1f2937;

      padding: 3px 10px;
      border-radius: 999px;
      background: rgba(59, 130, 246, .10);
      border: 1px solid rgba(59, 130, 246, .18);
      white-space: nowrap;
    }

    /* هاور */
    .event-formal-information>p:hover {
      transform: translateY(-1px);
      box-shadow: 0 10px 20px rgba(17, 24, 39, .08);
      border-color: rgba(59, 130, 246, .22);
    }

    .event-formal-information .event-place>span {
      background: rgba(34, 197, 94, .12);
      border-color: rgba(34, 197, 94, .22);
    }

    .event-formal-information .event-kind>span {
      background: rgba(245, 158, 11, .14);
      border-color: rgba(245, 158, 11, .22);
    }

    .event-formal-information .event-Capaciy>span {
      background: rgba(168, 85, 247, .12);
      border-color: rgba(168, 85, 247, .22);
    }

    .event-place-parent {
      padding: 0 14px;
    }

    .ravand-show-event-card__title_border {
      border-top: 1px solid rgba(17, 24, 39, .08);
    }

.event-place-parent > p{
  display: flex;
  flex-wrap: nowrap;   /* ✅ مهم: خود آیتم‌ها نشکنن */
  min-width: 0;
}

.event-place-parent > p > i{
  flex: 0 0 auto;
  margin-top: 2px;
}

.event-place-parent > p > span{

  min-width: 0;
  margin-right: auto;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.8;
  border-radius: 12px;
}

    .event-hero-top {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
        @media (min-width: 1200px) {
    .event-hero-top {
      display: flex;
      flex-direction: column;
    }
    }

    .event-show-content-parent{
      width: 50%;
    }
           @media (min-width: 1200px) {
     .event-show-content-parent{
      width: 100%;
    }
    }


.ravand-show-event-control-TEL:placeholder-shown {
    direction: rtl;
    text-align: right;
}
.ravand-show-event-control-TEL:not(:placeholder-shown) {
    direction: ltr;
    text-align: left;
}
.ravand-show-event-control-TEL::placeholder {
    direction: rtl;
    text-align: right;
}

.ravand-img-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.ravand-img-modal-content img {
  max-width: 90%;
  max-height: 90vh;
  border-radius: 8px;
  object-fit: contain;
}

.ravand-img-modal-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
}

 .ravand-show-event-multicheck {
    display: grid;
    gap: 8px;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid rgba(17, 24, 39, .12);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	height: 170px;
  overflow-y: scroll;
}

 .ravand-show-event-multicheck-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(17, 24, 39, .08);
    background: #fff;
    transition: .2s ease;
    user-select: none;
}

 .ravand-show-event-multicheck-item:hover {
    background: rgba(37, 99, 235, .06);
    border-color: rgba(37, 99, 235, .18);
}

 .ravand-show-event-multicheck-item input {
    display: none;
}

 .ravand-show-event-multicheck-box {
    width: 22px;
    height: 22px;
    border-radius: 8px;
    border: 2px solid rgba(17, 24, 39, .18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #fff;
    flex: 0 0 auto;
    transition: .2s ease;
}

 .ravand-show-event-multicheck-box i {
    font-size: 15px;
    opacity: 0;
    transform: scale(.6);
    transition: .2s ease;
}

 .ravand-show-event-multicheck-text {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
}

 .ravand-show-event-multicheck-item:has(input:checked) {
    background: rgba(37, 99, 235, .08);
    border-color: rgba(37, 99, 235, .35);
}

 .ravand-show-event-multicheck-item:has(input:checked) .ravand-show-event-multicheck-box {
    background: #2563eb;
    border-color: #2563eb;
}

 .ravand-show-event-multicheck-item:has(input:checked) .ravand-show-event-multicheck-box i {
    opacity: 1;
    transform: scale(1);
}
.event-poster-parent{
width: 250px !important;
  height: 370px !important; }

.event-poster-imgwrap{

  height:100%;}
/* Event Registration Validation */
#event-registration-form .is-invalid,
#event-registration-form .ravand-show-event-multicheck.is-invalid {
    border-color: #e74c3c !important;
    background: #fff7f7 !important;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.10) !important;
}

#event-registration-form select.is-invalid {
    color: #dc2626;
}

#event-registration-form .ravand-show-event-multicheck.is-invalid {
    border: 1px solid #e74c3c !important;
    border-radius: 16px;
}

/* Success Mode For Same Validation Modal */
#mediaValidationModal.is-success .modern-modal-content::before {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

#mediaValidationModal.is-success .validation-icon-bg {
    background: #22c55e;
    box-shadow: 0 14px 32px rgba(34, 197, 94, 0.28);
    animation: none;
}

#mediaValidationModal.is-success .validation-icon i {
    animation: none;
}

#mediaValidationModal.is-success .delete-title {
    color: #14532d;
}

#mediaValidationModal.is-success .delete-text {
    color: #166534;
    font-weight: 700;
}

#mediaValidationModal.is-success .validation-list {
    display: none;
}

#mediaValidationModal.is-success .btn-delete {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    box-shadow: 0 12px 28px rgba(34, 197, 94, 0.28);
}

#mediaValidationModal.is-success .btn-delete:hover {
    box-shadow: 0 16px 34px rgba(34, 197, 94, 0.36);
}
#mediaValidationModal {
    direction: rtl;
}

#mediaValidationModal .modal-dialog {
    max-width: 430px;
}

#mediaValidationModal .modern-modal-content {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    box-shadow:
        0 24px 70px rgba(15, 23, 42, 0.22),
        0 8px 24px rgba(99, 102, 241, 0.14);
    position: relative;
}

#mediaValidationModal .modern-modal-content::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(
        135deg,
        #e74c3c,
        color-mix(in srgb, var(--primary-color) 70%, #e74c3c)
    );
}

#mediaValidationModal .modern-modal-body {
    position: relative;
    padding: 34px 28px 26px;
    text-align: center;
    background:
        radial-gradient(circle at top right, rgba(231, 76, 60, 0.10), transparent 38%),
        radial-gradient(circle at bottom left, rgba(99, 102, 241, 0.10), transparent 42%),
        #ffffff;
}

#mediaValidationModal .modern-close {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 12px;
    background: #f8fafc;
    color: #64748b;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

#mediaValidationModal .modern-close:hover {
    background: #fee2e2;
    color: #e74c3c;
    transform: rotate(90deg) scale(1.04);
}

#mediaValidationModal .ad-pt-iconblock {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

#mediaValidationModal .validation-icon-wrap {
    width: 88px;
    height: 88px;
    margin: 0 auto 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mediaValidationModal .validation-icon-bg {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #e74c3c;
    box-shadow: 0 14px 32px rgba(231, 76, 60, 0.28);
    animation: mediaValidationBgPulse 2s ease-in-out infinite;
}

#mediaValidationModal .validation-icon-bg::after {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.35);
}

#mediaValidationModal .validation-icon {
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
}

#mediaValidationModal .validation-icon i {
    color: #fff !important;
    font-size: 34px;
    line-height: 1;
    opacity: 1 !important;
    text-shadow: 0 4px 10px rgba(0,0,0,.22);
    animation: mediaValidationIconFloat 1.8s ease-in-out infinite;
}

@keyframes mediaValidationIconFloat {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-3px) scale(1.08);
    }
}

@keyframes mediaValidationBgPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 14px 32px rgba(231, 76, 60, 0.28);
    }

    50% {
        transform: scale(1.04);
        box-shadow: 0 18px 40px rgba(231, 76, 60, 0.36);
    }
}

#mediaValidationModal .delete-title {
    margin: 0 0 10px;
    color: #1e293b;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -0.2px;
}

#mediaValidationModal .delete-text {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.9;
}

#mediaValidationModal .validation-list {
    margin: 18px 0 22px;
    padding: 12px 16px;
    list-style: none;
    text-align: right;
    background: linear-gradient(135deg, #fff7f7, #f8fafc);
    border: 1px solid #fee2e2;
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    max-height: 190px;
    overflow-y: auto;
}

#mediaValidationModal .validation-list li {
    position: relative;
    margin-bottom: 10px;
    padding: 9px 34px 9px 10px;
    border-radius: 12px;
    color: #dc2626;
    background: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
    border: 1px solid rgba(254, 226, 226, 0.85);
}

#mediaValidationModal .validation-list li:last-child {
    margin-bottom: 0;
}

#mediaValidationModal .validation-list li::before {
    content: "\f071";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 8px;
    background: #fee2e2;
    color: #dc2626;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mediaValidationModal .delete-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
}

#mediaValidationModal .btn-delete {
    min-width: 150px;
    height: 44px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #e74c3c, #dc2626);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all .25s ease;
    box-shadow: 0 12px 28px rgba(231, 76, 60, 0.28);
}

#mediaValidationModal .btn-delete:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(231, 76, 60, 0.36);
}

#mediaValidationModal .btn-delete:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(231, 76, 60, 0.24);
}

#mediaValidationModal .btn-delete i {
    font-size: 13px;
}

/* Shared Invalid Fields - Create + Edit */
#media-create-form .is-invalid,
#gallery-edit-form .is-invalid {
    border-color: #e74c3c !important;
    background: #fff7f7 !important;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.10) !important;
}

#media-create-form select.is-invalid,
#gallery-edit-form select.is-invalid {
    color: #dc2626;
}

#media-create-form .select2-selection.is-invalid,
#gallery-edit-form .select2-selection.is-invalid,
#media-create-form .dropzone.is-invalid,
#gallery-edit-form .dropzone.is-invalid,
#media-create-form .image-item.is-invalid .card,
#gallery-edit-form .image-item.is-invalid .card {
    border-color: #e74c3c !important;
    background: #fff7f7 !important;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.10) !important;
}

#media-create-form .image-item.is-invalid .card,
#gallery-edit-form .image-item.is-invalid .card {
    border: 1px solid #e74c3c;
    border-radius: 14px;
}

#mediaValidationModal.fade .modal-dialog {
    transform: translateY(16px) scale(0.96);
    transition: all .25s ease;
}

#mediaValidationModal.show .modal-dialog {
    transform: translateY(0) scale(1);
}

@media (max-width: 575px) {
    #mediaValidationModal .modal-dialog {
        max-width: calc(100% - 28px);
        margin: 14px auto;
    }

    #mediaValidationModal .modern-modal-body {
        padding: 32px 18px 22px;
    }

    #mediaValidationModal .validation-icon-wrap {
        width: 82px;
        height: 82px;
        margin-bottom: 16px;
    }

    #mediaValidationModal .validation-icon {
        width: 52px;
        height: 52px;
    }

    #mediaValidationModal .validation-icon i {
        font-size: 30px;
    }

    #mediaValidationModal .delete-title {
        font-size: 19px;
    }

    #mediaValidationModal .validation-list {
        padding: 10px;
    }

    #mediaValidationModal .validation-list li {
        font-size: 13px;
    }

    #mediaValidationModal .btn-delete {
        width: 100%;
    }
}

#articles-form-creat .is-invalid {
    border-color: #e74c3c !important;
    background: #fff7f7 !important;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.10) !important;
}

#articles-form-creat select.is-invalid {
    color: #dc2626;
}

#articles-form-creat .select2-selection.is-invalid,
#articles-form-creat #cke_content.is-invalid {
    border-color: #e74c3c !important;
    background: #fff7f7 !important;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.10) !important;
    border-radius: 10px;
}

#articles-form-edit .is-invalid {
    border-color: #e74c3c !important;
    background: #fff7f7 !important;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.10) !important;
}

#articles-form-edit select.is-invalid {
    color: #dc2626;
}

#articles-form-edit .select2-selection.is-invalid,
#articles-form-edit #cke_content.is-invalid {
    border-color: #e74c3c !important;
    background: #fff7f7 !important;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.10) !important;
    border-radius: 10px;
}
#pollCreateTabsContent .is-invalid {
    border-color: #e74c3c !important;
    background: #fff7f7 !important;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.10) !important;
}

#pollCreateTabsContent select.is-invalid {
    color: #dc2626;
}

#pollCreateTabsContent .select2-selection.is-invalid {
    border-color: #e74c3c !important;
    background: #fff7f7 !important;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.10) !important;
}
/* Auth Required Mode */
#mediaValidationModal.is-auth-required .modern-modal-content::before {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
}

#mediaValidationModal.is-auth-required .validation-icon-bg {
    background: #2563eb;
    box-shadow: 0 14px 32px rgba(37, 99, 235, 0.28);
    animation: none;
}

#mediaValidationModal.is-auth-required .validation-icon i {
    animation: none;
}

#mediaValidationModal.is-auth-required .delete-title {
    color: #1e3a8a;
}

#mediaValidationModal.is-auth-required .delete-text {
    color: #334155;
    font-weight: 700;
}

#mediaValidationModal.is-auth-required .validation-list {
    display: none;
}

#mediaValidationModal .event-auth-actions {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

#mediaValidationModal.is-auth-required .event-auth-actions {
    display: flex;
}

#mediaValidationModal.is-auth-required #mediaValidationOkBtn {
    display: none;
}

#mediaValidationModal .event-auth-btn {
    min-width: 125px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
    transition: all .25s ease;
}

#mediaValidationModal .event-auth-btn--login {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.25);
}

#mediaValidationModal .event-auth-btn--register {
    background: #ffffff;
    color: #2563eb !important;
    border: 1px solid rgba(37, 99, 235, 0.28);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

#mediaValidationModal .event-auth-btn:hover {
    transform: translateY(-2px);
}

@media (max-width: 575px) {
    #mediaValidationModal .event-auth-btn {
        width: 100%;
    }
}