/* Release CPT – front-end styles */
.post-type-archive-release .entry-title,
.single-release .entry-title {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.post-type-archive-release .entry-content,
.single-release .entry-content {
    line-height: 1.65;
}

/* Example accent (tweak to your brand blue #2f40ed): */
.single-release .entry-title,
.post-type-archive-release .entry-title a {
    color: #2f40ed;
}

/* Optional card styling for archive loops */
.post-type-archive-release .hentry {
    padding: 16px;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 10px;
    margin-bottom: 18px;
}
