/*
Theme Name: DropSend
Theme URI: https://www.dropsend.com/updates
Author: DropSend
Description: WordPress theme for the DropSend blog.
Version: 0.1.5
Text Domain: dropsend
*/

.dropsend-blog {
    color: #2f3d4a;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    overflow-y: auto !important;
    scrollbar-color: #b8c4cf #f0f4f7;
    scrollbar-width: thin;
}

body.dropsend-blog::-webkit-scrollbar {
    display: block;
    width: 10px;
}

body.dropsend-blog::-webkit-scrollbar-track {
    background: #f0f4f7;
}

body.dropsend-blog::-webkit-scrollbar-thumb {
    background: #b8c4cf;
    border: 2px solid #f0f4f7;
    border-radius: 10px;
}

.dropsend-blog-main {
    background: #f7f9fb;
    min-height: 60vh;
}

.dropsend-blog-hero {
    background: #ffffff;
    border-bottom: 1px solid #e6edf3;
    padding: 52px 0 42px;
}

.dropsend-blog-hero h1,
.dropsend-blog-single__header h1 {
    color: #17202a;
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.18;
    margin: 0;
}

.dropsend-blog-hero p {
    color: #506070;
    font-size: 18px;
    line-height: 1.6;
    margin: 12px 0 0;
    max-width: 720px;
}

.dropsend-blog-kicker {
    color: #0681bb !important;
    font-size: 14px !important;
    font-weight: 700;
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

.dropsend-blog-layout,
.dropsend-blog-single__layout {
    align-items: flex-start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 300px;
    padding-bottom: 54px;
    padding-top: 36px;
}

.dropsend-blog-posts {
    display: grid;
    gap: 22px;
}

.dropsend-blog-card,
.dropsend-blog-empty,
.dropsend-blog-widget,
.dropsend-blog-content {
    background: #ffffff;
    border: 1px solid #e1e8ef;
    border-radius: 6px;
}

.dropsend-blog-card {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    overflow: hidden;
}

.dropsend-blog-card__image {
    background: #dfe8f0;
    min-height: 210px;
}

.dropsend-blog-card__image img,
.dropsend-blog-single__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.dropsend-blog-card__body,
.dropsend-blog-empty,
.dropsend-blog-widget,
.dropsend-blog-content {
    padding: 24px;
}

.dropsend-blog-meta {
    color: #6c7884;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 8px 14px;
    margin-bottom: 10px;
}

.dropsend-blog-single__header .dropsend-blog-meta {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 16px;
}

.dropsend-blog-single__header .dropsend-blog-meta > * + *::before {
    color: #a4afba;
    content: "|";
    margin-right: 14px;
}

.dropsend-blog-meta a {
    color: #0681bb;
}

.dropsend-blog-card h2 {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 12px;
}

.dropsend-blog-card h2 a,
.dropsend-blog-widget a,
.dropsend-blog-content a {
    color: #17202a;
}

.dropsend-blog-card h2 a:hover,
.dropsend-blog-widget a:hover,
.dropsend-blog-content a:hover {
    color: #0681bb;
}

.dropsend-blog-excerpt {
    color: #4f5f6e;
    font-size: 16px;
    line-height: 1.65;
}

.dropsend-blog-read-more,
.dropsend-blog-pagination .page-numbers {
    background: #f58220;
    border-radius: 24px;
    color: #ffffff !important;
    display: inline-flex;
    font-weight: 700;
    margin-top: 12px;
    padding: 10px 18px;
}

.dropsend-blog-read-more:hover {
    background: #d96d13;
    text-decoration: none;
}

.dropsend-blog-sidebar {
    display: grid;
    gap: 18px;
}

.dropsend-blog-widget h2 {
    color: #17202a;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 14px;
}

.dropsend-blog-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropsend-blog-widget li {
    border-top: 1px solid #eef3f7;
    padding: 10px 0;
}

.dropsend-blog-widget li:first-child {
    border-top: 0;
    padding-top: 0;
}

.dropsend-blog-search {
    background: transparent;
    display: grid;
    gap: 10px;
    height: auto;
    margin: 0;
    width: 100%;
}

.dropsend-blog-search__field {
    background: #ffffff;
    border: 1px solid #d5dee7;
    border-radius: 24px;
    color: #17202a;
    display: block;
    font-size: 16px;
    height: auto;
    min-height: 42px;
    padding: 8px 14px;
    width: 100%;
}

.dropsend-blog-search__field:focus {
    background: #ffffff;
    border-color: #0681bb;
    outline: 2px solid rgba(6, 129, 187, 0.18);
    outline-offset: 2px;
}

.dropsend-blog-search__submit {
    background: #0681bb;
    border: 0;
    border-radius: 24px;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    min-height: 42px;
    padding: 8px 16px;
    transition: background-color 0.15s ease, transform 0.15s ease;
    width: 100%;
}

.dropsend-blog-search__submit:hover,
.dropsend-blog-search__submit:focus {
    background: #056d9f;
    color: #ffffff;
    transform: translateY(-1px);
}

.dropsend-blog-single__header {
    background: #ffffff;
    border-bottom: 1px solid #e6edf3;
    padding: 48px 0 34px;
}

.dropsend-blog-single__image {
    margin-top: 30px;
}

.dropsend-blog-single__image img {
    border-radius: 6px;
    max-height: 460px;
}

.dropsend-blog-content {
    color: #2f3d4a;
    font-size: 17px;
    line-height: 1.75;
}

.dropsend-blog-content p,
.dropsend-blog-content ul,
.dropsend-blog-content ol {
    margin: 0 0 24px;
}

.dropsend-blog-content ul,
.dropsend-blog-content ol {
    padding-left: 24px;
}

.dropsend-blog-content li {
    margin-bottom: 10px;
}

.dropsend-blog-content h2,
.dropsend-blog-content h3 {
    color: #17202a;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.3;
}

.dropsend-blog-content h2 {
    font-size: 29px;
    margin: 52px 0 18px;
}

.dropsend-blog-content h3 {
    font-size: 22px;
    margin: 38px 0 16px;
}

.dropsend-blog-content > *:first-child {
    margin-top: 0;
}

.dropsend-blog-content > *:last-child {
    margin-bottom: 0;
}

.dropsend-blog-tags,
.dropsend-blog-post-nav,
.dropsend-blog-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.dropsend-blog-tags a,
.dropsend-blog-post-nav a {
    border: 1px solid #d5dee7;
    border-radius: 24px;
    color: #0681bb;
    display: inline-flex;
    font-weight: 700;
    padding: 8px 14px;
}

@media only screen and (max-width: 900px) {
    .dropsend-blog-layout,
    .dropsend-blog-single__layout {
        grid-template-columns: 1fr;
    }

    .dropsend-blog-card {
        grid-template-columns: 1fr;
    }

    .dropsend-blog-card__image {
        min-height: 240px;
    }
}

@media only screen and (max-width: 640px) {
    .dropsend-blog-hero,
    .dropsend-blog-single__header {
        padding: 36px 0 30px;
    }

    .dropsend-blog-hero h1,
    .dropsend-blog-single__header h1 {
        font-size: 32px;
    }

    .dropsend-blog-card__body,
    .dropsend-blog-empty,
    .dropsend-blog-widget,
    .dropsend-blog-content {
        padding: 20px;
    }
}
