/* Paste your custom CSS code in this box */
span.postedByComment 
{
display: none
}

.WaGadgetBlogStateList .boxBodyInfoContainer .postedByComment
{
display: none;
}
.eventRegistrationInfoSpacesLeft,
.eventInfoSpacesLeft {display: none;}
#idSectionEventRegistrationTypeSelectorContainer div[id*="spaceLimitContainer"] { 
    display: none; 
} 
#idSectionEventRegistrationTypeSelectorContainer .availableRegistrationCount { 
  display: none; 
} 
/* Hide Wild Apricot blog author/date line under the title */
.WaGadgetBlog .boxHeader h5,
.WaGadgetBlog h5 {
    display: none !important;
}
/* DOIT Insights – card layout for blog list */
.WaGadgetBlog .gadgetBlogStateList .boxOuter {
    border: 1px solid #e3e6ee;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
    background: #ffffff;
}

/* Blog titles on listing page */
.WaGadgetBlog .gadgetBlogStateList h4 {
    margin-top: 0;
    margin-bottom: 0.35rem;
    font-size: 1.25rem;
}

/* “By…” line just under the title (the one you write in the content, not WA’s meta) */
.doit-blog-meta {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.75rem;
}
/* DOIT Insights intro / why-follow box */
.doit-blog-intro-box {
    border-radius: 10px;
    border: 1px solid #e3e7f0;
    background: #f8f9fc;
    padding: 1rem 1.25rem;
    margin: 1rem 0 2rem;
}
.doit-blog-intro-box h3 {
    margin-top: 0;
    font-size: 1.15rem;
}
.doit-blog-intro-box ul {
    margin: 0.5rem 0 0 1.25rem;
}
/* ===========================
   DOIT Insights – Blog List Layout
   =========================== */

/* Each post preview as a clean card */
.WaGadgetBlog .gadgetBlogStateList .boxOuter {
    border: 1px solid #e1e4f0;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}

/* Post title on listing page */
.WaGadgetBlog .gadgetBlogStateList h4,
.WaGadgetBlog .gadgetBlogStateList h4 a {
    font-size: 1.25rem;
    color: #1E3A6D; /* dark blue */
    text-decoration: none;
    font-weight: 700;
}
.WaGadgetBlog .gadgetBlogStateList h4 a:hover {
    color: #2F5597; /* DOIT blue */
}

/* "By..." line you add inside the post content */
.doit-blog-meta {
    font-size: 0.9rem;
    color: #666666;
    margin-bottom: 0.75rem;
}

/* ===========================
   DOIT Insights – Intro / Why Follow Box
   =========================== */

.doit-blog-intro-box {
    border-radius: 12px;
    border: 1px solid #2F5597;      /* DOIT blue */
    background: #F8FAFF;
    padding: 1.25rem 1.5rem;
    margin: 1rem 0 2rem;
}
.doit-blog-intro-box h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.15rem;
    color: #1E3A6D;                 /* dark blue */
}
.doit-blog-intro-box ul {
    margin: 0.5rem 0 0 1.25rem;
}

/* ===========================
   DOIT Insights – Article Body
   =========================== */

.doit-blog-body {
    max-width: 900px;
    margin: 0 auto 2.5rem;
    line-height: 1.6;
    font-size: 1rem;
}

/* Eyebrow tag like "For architects & facility professionals" */
.doit-blog-eyebrow {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #666666;
    margin-bottom: 0.25rem;
}

/* Optional internal subtitle under the WA title */
.doit-blog-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #1E3A6D;
}

/* Section headings in article */
.doit-blog-body h2 {
    margin-top: 2rem;
    font-size: 1.35rem;
    color: #1E3A6D;
}
.doit-blog-body h3 {
    margin-top: 1.25rem;
    font-size: 1.1rem;
    color: #2F5597;
}

/* Key Takeaways box with yellow accent */
.doit-key-takeaways {
    border-radius: 10px;
    border-left: 4px solid #FFC000; /* yellow accent */
    background: #FFF9E6;
    padding: 1rem 1.25rem;
    margin: 1rem 0 1.5rem;
}
.doit-key-takeaways h2 {
    margin-top: 0;
    font-size: 1.15rem;
    color: #1E3A6D;
}
.doit-key-takeaways ul {
    margin: 0.5rem 0 0 1.25rem;
}

/* Neutral callout (Considerations, About the writer, etc.) */
.doit-callout {
    border-radius: 10px;
    border-left: 4px solid #2F5597; /* DOIT blue accent */
    background: #F7F8FC;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
}
.doit-callout h3 {
    margin-top: 0;
    font-size: 1.1rem;
    color: #1E3A6D;
}

/* CTA-style link at end of posts */
.doit-cta-link {
    display: inline-block;
    margin-top: 0.75rem;
    padding: 0.5rem 1.2rem;
    border-radius: 999px;
    border: 1px solid #2F5597;
    color: #ffffff;
    background: #2F5597; /* DOIT blue */
    text-decoration: none;
    font-size: 0.9rem;
}
.doit-cta-link:hover {
    background: #1E3A6D; /* dark blue */
}

/* ===========================
   DOIT Insights – Sidebar "Recent Blog Posts"
   =========================== */

.WaGadgetBlog .gadgetBlogSidebar .boxOuter {
    border-radius: 10px;
    overflow: hidden;
}

/* Sidebar header */
.WaGadgetBlog .gadgetBlogSidebar h4 {
    background: #1E3A6D;   /* dark blue */
    color: #ffffff;
    padding: 0.75rem 0.9rem;
    margin: 0;
}

/* Sidebar list area */
.WaGadgetBlog .gadgetBlogSidebar .boxBodyOuter {
    border: 1px solid #e1e4f0;
    border-top: none;
    background: #ffffff;
    padding: 0.75rem 0.9rem;
}

/* Links in sidebar */
.WaGadgetBlog .gadgetBlogSidebar a {
    color: #2F5597;
    text-decoration: none;
}
.WaGadgetBlog .gadgetBlogSidebar a:hover {
    color: #CC0000; /* DOIT red accent */
}
/* --- FORCE DOIT BLOG STYLING TO WIN OVER THE THEME --- */

/* Card look for each post on the listing page */
.WaGadgetBlog .gadgetBlogStateList .boxOuter {
    border: 1px solid #e1e4f0 !important;
    border-radius: 12px !important;
    padding: 1.25rem 1.5rem !important;
    margin-bottom: 1.5rem !important;
    background: #ffffff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03) !important;
}

/* Post titles on listing page in DOIT blue */
.WaGadgetBlog .gadgetBlogStateList h4,
.WaGadgetBlog .gadgetBlogStateList h4 a {
    font-size: 1.25rem !important;
    color: #1E3A6D !important; /* dark blue */
    text-decoration: none !important;
    font-weight: 700 !important;
}
.WaGadgetBlog .gadgetBlogStateList h4 a:hover {
    color: #2F5597 !important; /* DOIT blue */
}

/* Sidebar box + header colors */
.WaGadgetBlog .gadgetBlogSidebar .boxOuter {
    border-radius: 10px !important;
    overflow: hidden !important;
}
.WaGadgetBlog .gadgetBlogSidebar h4 {
    background: #1E3A6D !important;   /* dark blue */
    color: #ffffff !important;
    padding: 0.75rem 0.9rem !important;
    margin: 0 !important;
}
.WaGadgetBlog .gadgetBlogSidebar .boxBodyOuter {
    border: 1px solid #e1e4f0 !important;
    border-top: none !important;
    background: #ffffff !important;
    padding: 0.75rem 0.9rem !important;
}
.WaGadgetBlog .gadgetBlogSidebar a {
    color: #2F5597 !important;
    text-decoration: none !important;
}
.WaGadgetBlog .gadgetBlogSidebar a:hover {
    color: #CC0000 !important; /* DOIT red */
}
/* Make the header Blog link look like a menu item */
.doit-blog-menu-link {
    display: inline-block;
    padding: 10px 20px;
    background: #FFC000; /* DOIT yellow */
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}
.doit-blog-menu-link:hover {
    background: #FFDA4D;
    color: #ffffff;
}



