.primary .single-content table th {
    text-transform: uppercase;
}

.ck-content blockquote {
    border-left: solid 7px hsl(0, 90%, 35%);
}

.primary .single-content h4,
.primary .single-content h5 {
    color: hsl(0, 90%, 35%);
    text-transform: uppercase;
}

button,
html input[type=button],
input[type=submit] {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;      /* zaroori */
    padding: 6px 12px;
    text-align: center;
    touch-action: manipulation;
    -moz-user-select: none;
    width: 70%;
    margin-left: auto;   /* center */
    margin-right: auto;  /* center */
    font-weight: 700;
    text-transform: uppercase;
}