.category-card {
    min-width: 6.25vw;
    height: 0.75cm;
    padding: 0.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin-right: 0.625vw;
    font-family: "ibm";
    color: rgb(114, 73, 0);
    text-decoration: none;
    border: 0.05cm solid #a1bc4a;
    box-shadow: -0.05cm 0.05cm 0cm 0cm #80943c;
    position: relative;
    overflow: hidden;
    background-color: #b0d044;
}

.summary {
    color: #778d2f;
    letter-spacing: 0.3vw;
    font-size: 1.5rem;
    width: 54vw;
    text-align: center;
}

.featured-no-margin {
    width: 1vw;
}

.starred {
    pointer-events: none;
}

.category-card:hover {
    background-color: orange;
    border: 0.05cm solid #850;
    color: white;
}

.star-card {
    min-width: unset;
    min-width: 1.7vw;
    height: 0.8cm;
    display: flex;
    justify-items: center;
    align-items: center;
}

.comment-section {
    display: flex;
    flex-direction: row;
    max-height: 10vh;
    margin-top: 2vh;
}

.comment-failure {
    padding: 0.07cm;
    min-height: 0.5cm;
    box-shadow: -0.05cm 0.05cm 0 0 #80943c;
    background-color: #f50;
    color: white;
    border: 0.05cm solid #a50;
    margin-bottom: 1vh;
    font-family: "Berkeley Mono", Consolas, monospace;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.comment-failure-why {
    width: 100%;
    text-align: center;
}

.fill-rest {
    display: flex;
    flex: 1;
    border-top: 0.05cm solid #80943c;
    border-left: 0.05cm solid #80943c;
    border-right: 0.05cm solid #80943c;
    padding: 0.07cm;
    z-index: 1;
    position: relative;
    flex-direction: row;

    p {
        color: #850;
        margin-left: 1.5vw;
        font-size: 1.2rem;
        margin-bottom: 0;
        margin-top: 0.3cm;
    }
}

.fill-rest::before {
    position: absolute;
    left: -0.05vw;
    top: 0.01cm;
    content: " ";
    width: 0.1vw;
    height: 100%;
    background-color: #80943c;
}

.comment-username {
    width: 73%;
    height: auto;
    border: 0;
    font-size: 1.3rem;
    padding: 0.2cm;
    border: 0.05cm solid #80943c;
    outline: 0;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #edf78d;
    color: #850;
    margin-left: 2vw;
    font-family: "dogs";
}

.comment-username:hover {
    background-color: #edf78d;
}

.comment-section-posts {
    border-bottom: 0.02cm solid #80943c;
    display: flex;
    flex-wrap: wrap;
}

.comment-body {
    width: 48vw;
    border: 0;
    font-size: 1.2rem;
    padding: 0.2cm;
    border: 0.02cm solid #cacf6c;
    outline: 0;
    font-family: "Helvetica Neue", Helvetica, "Segoe UI", sans-serif;
    resize: none;
    border-radius: 0;
    background-color: #edf78d;
    color: #850;
    font-family: "dogs";
}

.comment-body:hover {
    background-color: #edf78d;
}

.comment-block {
    border: 0.02cm solid #80943c;
    box-shadow: -0.02cm 0.02cm 0 0 #80943c;
    min-width: 22vw;
}

.comment-section-container {
    padding-bottom: 0.5cm;
}

.comment-body-container {
    border: 0.02cm solid #80943c;
    border-top: unset;
    padding: 0.05cm;
    box-shadow: -0.02cm 0.02cm 0 0 #80943c;
    z-index: 2;
}

.comment-item {
    border-top: 0.02cm solid #cacf6c;
}

.comment-item:first-of-type {
    border-top: unset;
}

.comment-user {
    display: flex;
    align-items: center;
    padding: 0.04cm;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0.02cm;
    min-height: 0.7cm;
    text-transform: uppercase;
    background-color: #80943c;
    color: #563906;
    border-bottom: 0.01cm solid #cacf6c;
}

.comment-date {
    display: flex;
    align-items: center;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0.5vw;
    min-height: 0.06cm;
    text-transform: lowercase;
    background-color: #80943c;
    color: #563906;
    border-top: 0.01 solid #cacf6c;
    font-size: 1.1rem;
}

.comment-item:first-of-type > .comment-date {
    border-top: unset;
}

.comment-user-strong {
    font-weight: bold;
    color: #edf78d;
    padding-left: 0.5vw;
}

.comment-content {
    font-size: 0.95em;
    padding: 0.1cm 0.5cm 0cm 0.15cm;
    min-height: 1cm;
    line-height: 1.5em;
    background-color: #edf78d;
    color: #850;
}

.comment-content:hover {
    background-color: #edf78d;
}

.verification-bar {
    display: flex;
    padding-top: 0.1cm;
    background-color: #edf78d;
    width: 99.5%;
}

.verification-input {
    width: 100%;
    border: 0;
    font-size: 1em;
    height: 1cm;
    padding: 0.1cm;
    border: 1px solid #cacf6c;
    outline: 0;
    font-family: "Berkeley Mono", Consolas, monospace;
    text-transform: uppercase;
    border-radius: 0;
}

.verification-input:hover {
    background-color: #cacf6c;
}

.comment-card:hover {
    background-color: #70a4ffff;
    border: 0.02cm solid #1872fd;
}

.comment-error {
    min-height: 1cm;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Berkeley Mono", Consolas, monospace;
    text-transform: uppercase;
    color: #80943c;
    padding: 0.1cm;
}

.comment-error-reason {
    text-align: center;
}

.hidden {
    display: none;
}

.star-card:hover > svg {
    filter: none;
}

.starred:hover {
    background-color: #eee;
    border: 1px solid #ccc;
    color: black;
}

.starred:hover > svg {
    filter: none;
}

.star-count {
    padding-left: 0.1cm;
    padding-right: 2px;
}

.passwd-input {
    font-family: "dogs";
    font-size: 1.2rem;
    width: 99.5%;
    height: 1cm;
    padding-bottom: 0.2cm;
    text-align: center;
    background-color: #edf78d;
    outline: none;
    border: #a1bc4a;
    color: #850;
}

.too-complex {
    font-size: 1.3rem;
    padding-top: 0.17cm;
    a:visited,
    a:hover {
        color: #70a4ffff;
    }
}
