/* single-post-style.css */

.custom-single-post {
    margin-bottom: 3rem;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #333;
}

.custom-single-post .entry-header {
    margin-bottom: 1rem;
    border-bottom: 2px solid #0097b2; /* zmieniony kolor bordera */
    padding-bottom: 0.5rem;
}

.custom-single-post .entry-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222; /* upewniamy się, że tytuł jest widoczny */
    margin: 0;
}

.custom-single-post .entry-meta {
    color: #666;
    font-size: 0.9rem;
    margin-top: 0.3rem;
    font-style: italic;
}

.custom-single-post .entry-content {
    margin-top: 1.5rem;
}

.custom-single-post .entry-categories .categories-label {
    color: #666; /* domyślny kolor tekstu */
    font-weight: normal;
    margin-right: 5px;
}

.custom-single-post .entry-categories .categories-names {
    color: #0097b2;
    font-weight: 600;
}


.page-links {
    margin-top: 2rem;
    font-style: italic;
    font-size: 0.9rem;
    color: #555;
}


h1.entry-title {
    display: block !important;
}

.custom-single-post .entry-categories {
  color: #0097b2;
  text-decoration: none;
  user-select: none;
  font-weight: 600;
}
