@charset "utf-8";
/* CSS Document */
.sidebar-block {
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.sidebar-title {
  font-size: 1.2em;
  margin-bottom: 10px;
  border-bottom: 2px solid #d9534f;
  padding-bottom: 5px;
}
.sidebar-article h4 {
  font-size: 1em;
  margin: 0 0 5px 0;
}
.sidebar-article p {
  text-align:justify;
  font-size: 0.9em;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.sidebar-link {
  display: inline-block;
  padding: 6px 12px;
  background: #d9534f;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85em;
}
.sidebar-link:hover {
  background: #c9302c;
}


.infobox {
  float: center;
  background: #f8f9fa;
  border: 1px solid #ccc;
  margin: 0 0 15px 15px;
  font-size: 0.9em;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.infobox-title {
  background: #d9534f;
  color: #fff;
  padding: 8px;
  margin: 0;
  font-size: 1.1em;
}
.infobox-logo {
  display: block;
  max-width: 100%;
  margin: 10px auto;
}
.infobox-sub {
  font-size: 13px;
  text-align: center;
  color: #555;
  margin-bottom: 10px;
  font-style: italic;
}
.infobox-details summary {
  font-weight: bold;
  cursor: pointer;
  margin: 8px 0;
  color: #004d66;
}

.infobox-quickpick h4,
.infobox-gaz h4,
.infobox-links h4 {
  font-size: 14px;
  margin: 10px 0 4px;
  color: #004d66;
}

.infobox-quickpick ul,
.infobox-gaz ul,
.infobox-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.infobox-quickpick li,
.infobox-gaz li,
.infobox-links li {
  margin-bottom: 4px;
  padding-left: 12px;
  position: relative;
}

.infobox-quickpick li::before,
.infobox-gaz li::before,
.infobox-links li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #004d66;
}

.infobox-note {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
  font-style: italic;
}
.infobox-links {
  margin-top: 10px;
  padding: 8px;
  background: #f2f7f9;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.infobox-note {
  margin-top: 8px;
  padding: 6px;
  text-align: center;
  font-style: italic;
  color: #555;
}
.infobox table {
  width: 100%;
  border-collapse: collapse;
}
.infobox th {
  text-align: left;
  padding: 6px;
  background: #f1f1f1;
  width: 40%;
}
.infobox td {
  padding: 6px;
}
.infobox a {
  color: #d9534f;
  text-decoration: none;
}
.infobox a:hover {
  text-decoration: underline;
}