/* Prezentare admitere — stil public */
.prez-standalone-body {
  margin: 0;
  background: #F5F7FA;
}

.prez-standalone-body:not(.admitere-platform-body) {
  padding: 0;
}

/* Hero CTA — păstrează text alb/gri deschis la hover (Bootstrap schimbă linkurile în albastru) */
.prez-wp-root .hero-cta a,
.prez-wp-root .hero-cta a:hover,
.prez-wp-root .hero-cta a:focus,
.prez-wp-root .hero-cta a:active,
.prez-wp-root a.session-btn,
.prez-wp-root a.session-btn:hover,
.prez-wp-root a.session-btn:focus,
.prez-wp-root a.session-btn:active,
.prez-wp-root a.btn-date,
.prez-wp-root a.btn-date:hover,
.prez-wp-root a.btn-date:focus,
.prez-wp-root a.btn-date:active,
.prez-wp-root a.btn-primary,
.prez-wp-root a.btn-primary:hover,
.prez-wp-root a.btn-primary:focus,
.prez-wp-root a.btn-primary:active {
  color: #fff;
  text-decoration: none;
}

.prez-wp-root a.btn-ghost,
.prez-wp-root a.btn-ghost:focus {
  color: #fff;
  text-decoration: none;
}

.prez-wp-root a.btn-ghost:hover,
.prez-wp-root a.btn-ghost:active {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

.prez-wp-root a.ticket-enroll,
.prez-wp-root a.ticket-enroll:hover,
.prez-wp-root a.ticket-enroll:focus,
.prez-wp-root a.ticket-enroll:active {
  color: #fff;
  text-decoration: none;
}

.prez-wp-root a.ticket-foot-link,
.prez-wp-root a.ticket-foot-link:hover,
.prez-wp-root a.ticket-foot-link:focus,
.prez-wp-root a.ticket-foot-link:active {
  color: inherit;
  text-decoration: none;
}

/* Hero breadcrumb — anulează stilul Bootstrap (.breadcrumb cu fundal alb) */
.prez-wp-root .hero .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 18px;
  border-radius: 0;
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  color: #C9D6E8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.prez-wp-root .hero .breadcrumb a,
.prez-wp-root .hero .breadcrumb a:hover,
.prez-wp-root .hero .breadcrumb a:focus {
  color: #C9D6E8;
  background: transparent;
  text-decoration: none;
}

.prez-wp-root .hero .breadcrumb a:hover {
  text-decoration: underline;
  color: #fff;
}

.prez-body {
  margin: 0;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1a2332;
  background: linear-gradient(180deg, #eef3f8 0%, #f7f9fc 220px, #ffffff 220px);
  min-height: 100vh;
}
.prez-header {
  background: #0b3d5c;
  color: #fff;
  padding: 18px 0;
}
.prez-header .wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.prez-brand {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}
.prez-brand:hover { color: #cde7f7; text-decoration: none; }
.prez-nav a {
  color: #d7e8f3;
  margin-left: 14px;
  text-decoration: none;
  font-size: 0.95rem;
}
.prez-nav a:hover,
.prez-nav a.active { color: #fff; text-decoration: underline; }
.prez-main {
  max-width: 960px;
  margin: 0 auto;
  padding: 28px 16px 64px;
}
.prez-content h1 {
  font-size: 2rem;
  margin: 0 0 12px;
  color: #0b3d5c;
}
.prez-content h2 {
  margin-top: 1.8em;
  color: #0f4c75;
  border-bottom: 2px solid #d5e4ef;
  padding-bottom: 6px;
}
.prez-lead {
  font-size: 1.15rem;
  color: #334155;
  margin-bottom: 1.2em;
}
.prez-cta {
  display: inline-block;
  background: #c45c26;
  color: #fff !important;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none !important;
  font-weight: 600;
  margin: 8px 0 16px;
}
.prez-cta:hover { background: #a84c1e; color: #fff !important; }
.prez-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 20px;
  padding: 12px 14px;
  background: #f0f5fa;
  border-radius: 6px;
}
.prez-toc a {
  color: #0f4c75;
  text-decoration: none;
  font-size: 0.92rem;
}
.prez-toc a:hover { text-decoration: underline; }
.prez-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.prez-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  border: 1px solid #d5e4ef;
  border-radius: 8px;
  padding: 18px;
  text-decoration: none !important;
  color: inherit !important;
  box-shadow: 0 1px 2px rgba(11, 61, 92, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.prez-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(11, 61, 92, 0.12);
}
.prez-card strong { font-size: 1.2rem; color: #0b3d5c; }
.prez-card span { color: #475569; }
.prez-card em { font-style: normal; color: #c45c26; font-weight: 600; margin-top: auto; }
.prez-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 0.92rem;
}
.prez-content th,
.prez-content td {
  border: 1px solid #d5e4ef;
  padding: 8px 10px;
  text-align: left;
}
.prez-content th { background: #eef3f8; }
.prez-content img {
  max-width: 100%;
  height: auto;
}
.prez-content h3 {
  margin-top: 1.35em;
  color: #1e3a5f;
  font-size: 1.15rem;
}
.prez-content h4 {
  margin-top: 1.1em;
  color: #334155;
  font-size: 1.02rem;
}
.prez-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 16px 0;
  border: 1px solid #d5e4ef;
  border-radius: 6px;
  background: #fff;
}
.prez-table-wrap table {
  margin: 0;
  min-width: 640px;
}
.prez-table-wrap th,
.prez-table-wrap td {
  white-space: nowrap;
}
.prez-table-wrap td:first-child,
.prez-table-wrap th:first-child {
  white-space: normal;
  min-width: 12rem;
}
.prez-acc {
  margin: 10px 0;
  border: 1px solid #d5e4ef;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
.prez-acc > summary {
  cursor: pointer;
  list-style: none;
  padding: 12px 14px;
  font-weight: 600;
  color: #0b3d5c;
  background: #f0f5fa;
  user-select: none;
}
.prez-acc > summary::-webkit-details-marker { display: none; }
.prez-acc > summary::before {
  content: "▸";
  display: inline-block;
  margin-right: 8px;
  color: #c45c26;
  transition: transform 0.15s ease;
}
.prez-acc[open] > summary::before {
  transform: rotate(90deg);
}
.prez-acc[open] > summary {
  border-bottom: 1px solid #d5e4ef;
}
.prez-acc-body {
  padding: 12px 16px 16px;
}
.prez-acc-body p {
  margin: 0.35em 0;
}
.prez-acc-body p + p {
  margin-top: 0.25em;
}
.prez-doc {
  font-size: 0.95rem;
  color: #475569;
  padding: 10px 12px;
  background: #f8fafc;
  border-left: 3px solid #0f4c75;
  margin: 12px 0;
}
.prez-content table a + a {
  margin-left: 0.4em;
}
.prez-footer {
  border-top: 1px solid #d5e4ef;
  padding: 20px 16px;
  text-align: center;
  color: #64748b;
  font-size: 0.9rem;
  background: #f8fafc;
}
.prez-footer a { color: #0f4c75; }
@media (max-width: 640px) {
  .prez-content h1 { font-size: 1.55rem; }
  .prez-nav a { margin-left: 10px; font-size: 0.85rem; }
}
