/* Marked styling */
div.exc-preview ul,
div#marked ul {
    list-style-type: disc;
    padding-left: 50px;
    margin-bottom: 8px;
}

div.exc-preview ol,
div#marked ol {
    list-style-type: decimal;
    padding-left: 50px;
    margin-bottom: 8px;
}

div.exc-preview h1,
div#marked h1 {
    display: block;
    box-sizing: border-box;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 22.5px;
    margin-block-end: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    word-break: break-word;
}

div.exc-preview p,
div#marked p {
    margin-block-end: 8px;
    margin-block-start: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 22.5px;
    font-size: 16px;
}

/* Project card */
.image.is-200x120 {
    width: 200px;
    height: 120px;
}

/* Project card */
.image.is-300x180 {
    width: 300px;
    height: 180px;
}

/* Featured card */
.image.is-400x240 {
    width: 400px;
    height: 240px;
}

/* Pin code styling */
#pin-code{
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content:center;
}

#pin-code input {
    border: none;
    text-align: center;
    width: 48px;
    height:48px;
    font-size: 36px;
    background-color: #F3F3F3;
    margin-right:5px;
}

#pin-code input:focus {
    border: 1px solid #573D8B;
    outline:none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Text positioning styles */
/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 8px;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 8px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 8px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tag.is-small {
    font-size: 0.6rem;
}

.tags.are-small {
    font-size: 0.6rem;
}

section.is-featured-banner {
    background-color: hsl(0deg 0% 79.9%);
}
