.border-lime {
    border: 1px solid #cddc39 !important;
}

.border-lime-dashed {
    border: 1px dashed #cddc39 !important;
}

.bg-lime {
    background-color: #cddc39 !important;
    color: black !important;
    border: none !important;
}

.archive-header {
    position: relative;
    background-size: cover;
    background-position: center top;
}

.archive-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.20);
    z-index: 1;
}

.single-header {
    position: relative;
    z-index: 2;
}

.blog-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.blog-submit-button {
    border: none !important;
    padding: 12px 30px !important;
    border-radius: 4px !important;
}

.blog-details em,
.blog-details i,
.blog-details p em,
.blog-details p i {
    font-style: italic !important;
}