
.post-title {
    font-size: 25px;
    text-transform: none;
}
.post-stub-date {
    font-size: 12px;
}
.post-stub-date:before {
    content: " . ";
}

.post-description {
    text-transform: none;
}

.post-date {
    margin-top: 5px;
    margin-bottom: 10px;
}

.post-description {
    margin: 5px 0px;
}
.tag-list-wrapper {
    max-width: 600px;
    margin: 1.5rem auto;
}

.tag-list-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    padding: 0;
    margin: 0;
}

.tag {
    list-style: none;
}

.tag a {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0.4rem 0.9rem;
    background: transparent;
    color: #555;
    border: 1.5px solid #ccc;
    border-radius: 2rem;
    transition: all 0.2s ease;
}

.tag a:hover {
    background: #F03838;
    border-color: #F03838;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(240, 56, 56, 0.25);
}

.post-header .tag {
    font-size: 0.65rem;
    margin: 0 0.15rem;
}

.post-header .tag a {
    padding: 0.2rem 0.5rem;
    font-size: 0.65rem;
    border-width: 1px;
}

.post-tag {
    float: right;
    font-size: 0.65rem;
    font-weight: 500;
    margin-left: 0.3rem;
    padding: 0.2rem 0.5rem;
    background: transparent;
    color: #888;
    border: 1px solid #ccc;
    border-radius: 1rem;
}

table, th, td {
    border: 1px solid #660000;
    border-collapse: collapse;
}

table th {
  padding: 10px;
}
