.muvictus-guides-page .muvictus-pages-hero {
    margin-bottom: 20px;
}

.muvictus-guides-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.muvictus-guides-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    justify-content: center;
}

.muvictus-guides-cats a {
    padding: 8px 14px;
    border: 1px solid rgba(0, 216, 255, 0.25);
    border-radius: 4px;
    color: #b8d4e8;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.muvictus-guides-cats a:hover,
.muvictus-guides-cats a.is-active {
    color: #031018;
    background: #00d8ff;
    border-color: #00d8ff;
}

.muvictus-guides-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 18px;
}

.muvictus-guides-card {
    padding: 18px 16px;
    border: 1px solid rgba(0, 216, 255, 0.18);
    border-radius: 6px;
    background: rgba(4, 16, 28, 0.8);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.muvictus-guides-card:hover {
    border-color: rgba(0, 216, 255, 0.4);
    box-shadow: 0 0 20px rgba(0, 216, 255, 0.1);
}

.muvictus-guides-card__cat {
    display: inline-block;
    margin-bottom: 8px;
    padding: 3px 8px;
    border-radius: 3px;
    background: rgba(0, 216, 255, 0.12);
    color: #00d8ff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.muvictus-guides-card__title {
    margin: 0 0 10px;
    font-size: 16px;
}

.muvictus-guides-card__title a {
    color: #e8f7ff;
    text-decoration: none;
}

.muvictus-guides-card__title a:hover {
    color: #00d8ff;
}

.muvictus-guides-card__excerpt {
    margin: 0 0 14px;
    color: #8bb9d3;
    font-size: 13px;
    line-height: 1.5;
}

.muvictus-guides-empty {
    text-align: center;
    color: #8bb9d3;
    padding: 40px 20px;
}

.muvictus-guides-back {
    max-width: 900px;
    margin: 0 auto 16px;
    font-size: 13px;
}

.muvictus-guides-back a {
    color: #00d8ff;
}

.muvictus-guides-article {
    max-width: 900px;
    margin: 0 auto;
    padding: 28px 24px 32px;
}

.muvictus-guides-article__head {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 216, 255, 0.15);
    text-align: center;
}

.muvictus-guides-article__cat {
    display: inline-block;
    margin-bottom: 10px;
    color: #00d8ff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.muvictus-guides-article__title {
    color: #00d8ff !important;
    margin-bottom: 8px !important;
}

.muvictus-guides-article__meta {
    margin: 0;
    color: #7a9eb5;
    font-size: 12px;
}

.muvictus-guides-content {
    color: #dce8f5;
    font-size: 14px;
    line-height: 1.65;
}

.muvictus-guides-content h1,
.muvictus-guides-content h2,
.muvictus-guides-content h3 {
    color: #00d8ff;
    margin: 1.2em 0 0.6em;
}

.muvictus-guides-content a {
    color: #00d8ff;
}

.muvictus-guides-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.muvictus-guides-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

.muvictus-guides-content table td,
.muvictus-guides-content table th {
    border: 1px solid rgba(0, 216, 255, 0.2);
    padding: 8px 10px;
}

.muvictus-guides-content ul,
.muvictus-guides-content ol {
    padding-left: 1.4em;
}
