.btn-edit {
  background: radial-gradient(#052412, #0e4869) !important;
  color: #fff;
  border-radius: 0 !important;
  font-size: 14px;
  padding: 4px 10px;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  border: 1px solid #1f9999 !important;
  text-decoration: none;
}

.btn-delete {
  background: radial-gradient(#052412, #9e1111) !important;
  color: #fff;
  border-radius: 0 !important;
  font-size: 14px;
  padding: 4px 10px;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  border: 1px solid #991f1f !important;
  text-decoration: none;
}

.wp-pagenavi .page {
  background-color: #9c7b58 !important;
  text-decoration: none;
  color: #fff;
  padding: 0 5px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.wp-pagenavi .page:hover {
  background-color: #841f1f !important;
  text-decoration: none;
  color: #fff;
  padding: 0 5px;
  font-size: 14px;
}

.wp-pagenavi .current {
  background-color: #841f1f !important;
  text-decoration: none;
  color: #fff !important;
  padding: 0 5px;
  font-size: 14px;
}

.table-bg {
  background: linear-gradient(to bottom, rgb(6, 18, 10), rgb(20, 10, 8));
  border: 1px solid rgba(85, 40, 23, 0.7);
}

.login-text-link {
  color: #c09464;
  text-decoration: none;
}

.width-full {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 969px) {
  .bg-nav .logo {
    transform: translate(150px, -100px);
  }
}

.bg-foo {
  position: relative;   /* important, ca video-ul sa se raporteze la acest div, nu la footer */
  overflow: hidden;
}

.footer-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  z-index: 0;
  pointer-events: none;
}

.mazgaleala {
  position: relative;
  z-index: 1;   /* sa ramana deasupra video-ului */
}

.footer-secondary-logo {
  display: flex;
  justify-content: flex-end;
  padding-right: 80px;
  margin: 20px 0;
}
.footer-secondary-logo video {
  width: 600px !important;
  max-width: 580px !important;
  height: auto !important;
}

.bg-nav {
  position: relative;
}
.menu-fx-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: fill;
  pointer-events: none;
  z-index: -1;
}

.video-prezentare-box {
  position: relative;
  background: url(../../assets/img/bg-news.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 20px;
  margin-top: 15px;
  border: none;
  border-radius: 4px;
}

@property --border-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

.video-prezentare-box::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  padding: 3px;
  background: conic-gradient(
    from var(--border-angle),
    #3a2510,
    #ffe9a8,
    #d4a437,
    #fff6d8,
    #a6742a,
    #3a2510
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: rotateBorder 5s linear infinite, pulseGlow 2.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes rotateBorder {
  to { --border-angle: 360deg; }
}

@keyframes pulseGlow {
  0%, 100% { filter: drop-shadow(0 0 4px rgba(255, 210, 120, 0.4)); }
  50% { filter: drop-shadow(0 0 14px rgba(255, 210, 120, 0.75)); }
}

.video-prezentare-title {
  font-family: "Trajan Pro", serif;
  color: #fde8a3;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
