.elementor-13730 .elementor-element.elementor-element-03e2282{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13730 .elementor-element.elementor-element-74d18e1 > .elementor-widget-container{margin:0px 0px -131px 0px;}.elementor-13730 .elementor-element.elementor-element-213480d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13730 .elementor-element.elementor-element-fdf9978{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13730 .elementor-element.elementor-element-9c4e417{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13730 .elementor-element.elementor-element-803a85b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13730 .elementor-element.elementor-element-289a5f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13730 .elementor-element.elementor-element-c00d6c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-74d18e1 *//* HERO */
.cozy-blog-hero {
    width: 100%;
    padding: 80px 20px;
    background: var(--ast-global-color-0, #f7f4ef);
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.cozy-blog-hero-inner {
    max-width: 900px;
    margin: 0 auto;
}

.cozy-blog-title {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--ast-global-color-2, #2e2e2e);
}

.cozy-blog-subtitle {
    font-size: 1.25rem;
    color: #f5efe6;
}

/* GRID */
.cozy-blog-grid {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.cozy-blog-posts .elementor-post {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    transition: all 0.2s ease;
}

.cozy-blog-posts .elementor-post:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* Featured Images */
.cozy-blog-posts .elementor-post__thumbnail img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

/* Content */
.cozy-blog-posts .elementor-post__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 15px 15px 8px;
    color: var(--ast-global-color-2, #2e2e2e);
}

.cozy-blog-posts .elementor-post__excerpt {
    color: #555;
    margin: 0 15px 15px;
}

.cozy-blog-posts .elementor-post__read-more {
    margin: 0 15px 20px;
    display: inline-block;
    font-weight: 600;
    color: var(--ast-global-color-3, #6b4f3f);
}

/* Metadata */
.cozy-blog-posts .elementor-post__meta-data {
    margin: 0 15px 10px;
    color: #777;
    font-size: 0.85rem;
}

/* Pagination */
.cozy-blog-pagination {
    text-align: center;
    margin: 40px 0 60px;
}

.cozy-blog-pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 5px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

.cozy-blog-pagination .page-numbers:hover {
    background: var(--ast-global-color-1, #e6dac9);
}

.cozy-blog-pagination .page-numbers.current {
    background: var(--ast-global-color-2, #2e2e2e);
    color: #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d4eb8c *//* Two-column cozy team layout */
.cozy-start-team .team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

/* Individual team cards */
.team-card {
    background: #f9f6f2;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Photo placeholder or image */
.team-photo {
    width: 100%;
    height: 200;
    background: #e8e1d9;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text styling */
.team-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.75rem;
    color: var(--ast-global-color-2, #2e2e2e);
}

.team-role {
    font-weight: 600;
    margin-bottom: 15px;
    color: #7a6655;
    font-size: 1rem;
}

/* Responsive: stack on mobile */
@media (max-width: 768px) {
    .cozy-start-team .team-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84f264d */.coming-soon {
    display: inline-block;
    margin-left: 8px;
    background: #e8dfd6; /* warm cozy neutral */
    color: #6b5848;
    padding: 2px 8px;
    font-size: 0.75rem;
    border-radius: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
/* Add vertical spacing between list items */
.cozy-start-suggestions ul li {
    margin-bottom: 14px; /* increase space between lines */
    line-height: 1.6;    /* adds breathing room inside each line */
}

/* Optional: slightly more room around the pill itself */
.coming-soon {
    margin-left: 8px;
    margin-right: 4px;
    margin-top: 2px;     /* helps prevent touching above */
    margin-bottom: 2px;  /* helps prevent touching below */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-984de24 *//* Cozy footer card wrapper */
.cozy-start-footer-card {
    background: #f9f6f2; /* warm off-white */
    padding: 40px 30px;
    border-radius: 14px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    text-align: center;
}

/* Footer heading */
.cozy-start-footer-card h2 {
    margin-top: 0;
    font-size: 2rem;
    color: var(--ast-global-color-2, #2e2e2e);
}

/* Link list */
.cozy-footer-links {
    list-style: none;
    padding: 0;
    margin: 25px 0 25px;
    text-align: left;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cozy-footer-links li {
    margin-bottom: 14px;
    line-height: 1.6;
}

.cozy-footer-links a {
    color: var(--ast-global-color-3, #7a6655);
    font-weight: 600;
    text-decoration: none;
}

.cozy-footer-links a:hover {
    text-decoration: underline;
}

/* Closing line */
.cozy-footer-closing {
    font-size: 1.1rem;
    font-weight: 500;
    color: #6b5848;
    margin-top: 25px;
}/* End custom CSS */
/* Start custom CSS */.cozy-start-hero {
    padding: 80px 20px 60px;
    background: var(--ast-global-color-0, #f7f4ef);
    text-align: center;
    border-bottom: 1px solid #e2ddd4;
}

.cozy-start-inner {
    max-width: 900px;
    margin: 0 auto;
}

.cozy-start-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--ast-global-color-2, #2e2e2e);
}

.cozy-start-subtitle {
    font-size: 1.5rem;
    margin: 0 0 20px;
    color: var(--ast-global-color-3, #6b4f3f);
}

.cozy-start-hero p {
    font-size: 1.05rem;
}

/* Generic block styling */
.cozy-start-block {
    padding: 50px 20px;
}

.cozy-start-about-blog,
.cozy-start-suggestions {
    background: #ffffff;
}

.cozy-start-about-me,
.cozy-start-navigation {
    background: #f9f6f1;
}

.cozy-start-categories {
    background: #fffdf8;
}

.cozy-start-footer {
    background: #f3ece2;
}

/* Headings */
.cozy-start-block h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: var(--ast-global-color-2, #2e2e2e);
}

.cozy-start-block h3 {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: var(--ast-global-color-2, #2e2e2e);
}

/* Grid layouts */
.cozy-start-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.cozy-start-grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* Cards */
.cozy-start-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 18px 18px 16px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

/* Lists */
.cozy-start-block ul {
    padding-left: 20px;
    margin: 10px 0 0;
}

.cozy-start-note {
    margin-top: 20px;
    font-style: italic;
    color: #666;
}

/* Responsive */
@media (max-width: 768px) {
    .cozy-start-hero {
        padding: 60px 15px 40px;
    }

    .cozy-start-title {
        font-size: 2.1rem;
    }

    .cozy-start-subtitle {
        font-size: 1.25rem;
    }

    .cozy-start-block {
        padding: 40px 15px;
    }
}/* End custom CSS */