/*
Theme Name: The Happy Girl Thrift
Template: tulip
Version: 1.0
Description: Child theme for Tulip
Author: Your Name
*/

body.dark .card,
body.dark-mode .card,
[data-theme="dark"] .card {
    background-color: #1e1e1e;
    color: #f1f1f1;
}

body.dark .card h1,
body.dark .card h2,
body.dark .card h3,
body.dark .card h4,
body.dark-mode .card h1,
body.dark-mode .card h2,
body.dark-mode .card h3,
body.dark-mode .card h4 {
    color: #ffffff !important;
}



/* Related Post */
#this-related-post {
    margin-top: 50px;
}

#this-related-post .related-thumb {
    width: 100% !important;
    height: auto;
    display: block;
    margin: 0;
}

#this-related-post .card a {
    display: block;
    text-align: left;
}

#this-related-post .card {
    text-align: left !important;
}

/* FORCE GRID LAYOUT */
#this-related-post .related-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
    align-items: start;
}

/* EACH ITEM */
#this-related-post .related-item {
    display: block !important;
    width: 100%;
    text-align: left !important;
}


/* TITLE */
#this-related-post .related-item h4 {
    margin: 10px 0 0;
    font-size: 15px;
    text-align: left !important;
}

/* LINK WRAPPER */
#this-related-post .related-item a {
    display: block !important;
    text-decoration: none;
    color: inherit;
}

/* Back to top */
body #backToTop {
    position: fixed;
    right: 30px;
    bottom: 30px;

    left: auto !important;
    top: auto !important;

    width: 55px;
    height: 55px;

    background: #e76f8a;
    color: #fff;

    border-radius: 999px;

    z-index: 9999999 !important;

    display: none;

    text-align: center;
    line-height: 55px;

    font-size: 24px;
    font-weight: bold;

    cursor: pointer;

    box-shadow: 0 4px 14px rgba(0,0,0,.25);

    transform: none !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}