/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* Header - Sigle instituționale */
.pnrr-header {
  background-color: #fff;
  padding: 15px 20px;
  border-bottom: 4px solid #004080;
  text-align: center;
}
.logo-container {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
}
.logo-container img {
  max-height: 70px;
  width: auto;
  margin: 0 30px;
}
/* Conținut principal */
.pnrr-content {
  padding: 40px 20px;
  background: #ffffff;
  max-width: 1100px;
  margin: auto;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}
.pnrr-content h1, .pnrr-content h2 {
  color: #004080;
  text-align: left;
  margin-top: 1.5em;
}
.pnrr-content p, .pnrr-content ol, .pnrr-content ul {
  text-align: justify;
  text-indent: 2em;
  margin-bottom: 1.2em;
}
.pnrr-content a {
  color: #004080;
  text-decoration: none;
  transition: color 0.3s ease;
}
.pnrr-content a:hover {
  color: #0066cc;
}
/* Footer - PNRR Branding */
.pnrr-footer {
  background-color: #004080;
  color: #ffffff;
  padding: 30px 20px;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.6;
}
.pnrr-footer .footer-text strong {
  color: yellow;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.pnrr-footer .disclaimer {
  font-style: italic;
  margin-bottom: 15px;
}
.pnrr-footer .footer-links a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  padding: 0 10px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.pnrr-footer .footer-links a:hover {
  color: #FFD700;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}
/*# sourceMappingURL=custom_21.css.map */