.catalogue-container {
    width: 100%;
    max-width: 800px;
    margin: 2.5rem auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}

.catalogue-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.catalogue-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2b5797;
    margin-bottom: 0.7rem;
    text-align: center;
}

.catalogue-description {
    font-size: 1.15rem;
    color: #444;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.catalogue-text{
    margin: 2.5rem 2.5rem 2rem 2.5rem;
}

.catalogue-splash {
    width: 100%;
    max-height: 350px;
    border-radius: 12px 12px 0 0;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 12px rgba(43,87,151,0.08);
    object-fit: cover;
}

.catalogue-content {
    font-size: 1.13rem;
    color: #232323;
    line-height: 1.8;
}

.catalogue-content h1,
.catalogue-content h2,
.catalogue-content h3 {
    color: #2b5797;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.catalogue-content h1 { font-size: 2rem; }
.catalogue-content h2 { font-size: 1.5rem; }
.catalogue-content h3 { font-size: 1.2rem; }

.catalogue-content p {
    margin-bottom: 1.2rem;
}

.catalogue-content ul, .catalogue-content ol {
    margin-left: 2rem;
    margin-bottom: 1.2rem;
}

.catalogue-content blockquote {
    border-left: 4px solid #2b5797;
    background: #f4f8fb;
    color: #444;
    padding: 0.7rem 1.2rem;
    margin: 1.5rem 0;
    border-radius: 6px;
    font-style: italic;
}

.catalogue-content img {
    max-width: 100%;
    border-radius: 8px;
    margin: 1.2rem 0;
    box-shadow: 0 1px 8px rgba(43,87,151,0.07);
}

.catalogue-content pre, .catalogue-content code {
    background: #f4f4f4;
    color: #2b5797;
    border-radius: 5px;
    padding: 0.2em 0.5em;
    font-size: 1em;
    font-family: 'Fira Mono', 'Consolas', monospace;
}

.catalogue-content pre {
    padding: 1em;
    overflow-x: auto;
    margin-bottom: 1.2rem;
}

.edit-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.edit-container .btn-primary{
    width: 50%;
    border-radius: 0;
}

.btn-primary {
    display: inline-block;
    padding: 0.7em 1.3em;
    border-radius: 6px;
    border: none;
    background: #008D6B;
    color: #fff;
    font-weight: bold;
    font-size: 1.05em;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
    text-align: center;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #256b4d;
    outline: none;
    color: #fff;
    text-decoration: none;
}

.edit-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.edit-container .btn-primary{
    width: 50%;
    border-radius: 0;
}

.catalogue-type {
    background: #f5f5f5;
    color: #111;
    padding: 5px 7px;
    display: inline-block;
    line-height: 15px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 4px;
}

@media (max-width: 900px) {
    .catalogue-container {
        max-width: 98vw;
    }
    .catalogue-title {
        font-size: 1.5rem;
    }
    .catalogue-splash {
        max-height: 200px;
    }
}


.return{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullpage {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: #00000070;
}