/*
Theme Name: CutDrill Child
Template: cutdrill
*/

/* ===============================
   BLOG SINGLE – CTA BUTTONS
================================ */

.cd-cta-inline {
    margin: 40px 0 50px;
    padding: 32px 28px;
    border-radius: 18px;
    background: #f8f9fb;
    text-align: center;
}

.cd-offer-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-bottom: 12px;
}

/* BASE BUTTON */
.cd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 14px 22px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all .2s ease;
    color: #fff;
}

/* WHATSAPP – GREEN */
.cd-btn.cd-whatsapp {
    background: #25D366;
}
.cd-btn.cd-whatsapp:hover {
    background: #1ebe5d;
}

/* CALL – BLUE */
.cd-btn.cd-call {
    background: #2563eb;
}
.cd-btn.cd-call:hover {
    background: #1e4fd8;
}

/* MAIL – MANDARIN */
.cd-btn.cd-mail {
    background: #EC6A00;
}
.cd-btn.cd-mail:hover {
    background: #d85f00;
}

/* MIN ORDER TEXT */
.cd-min-order {
    margin-top: 10px;
    font-size: 13px;
    opacity: .75;
}

/* BLOG HERO */
.cd-blog-hero img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    margin: 24px 0 10px;
}

/* BLOG CONTENT */
.cd-blog-content {
    margin-top: 30px;
    line-height: 1.7;
}

/* MOBILE */
@media (max-width: 640px) {
    .cd-btn {
        min-width: 100%;
    }
}
/*
Theme Name: CutDrill Child
Template: cutdrill
*/

/* ===============================
   BLOG SINGLE – CTA BUTTONS
================================ */

.cd-cta-inline {
    margin: 40px 0 50px;
    padding: 32px 28px;
    border-radius: 18px;
    background: #f8f9fb;
    text-align: center;
}

.cd-offer-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-bottom: 12px;
}

/* BASE BUTTON */
.cd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 14px 22px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all .2s ease;
    color: #fff;
}

/* WHATSAPP – GREEN */
.cd-btn.cd-whatsapp {
    background: #25D366;
}
.cd-btn.cd-whatsapp:hover {
    background: #1ebe5d;
}

/* CALL – BLUE */
.cd-btn.cd-call {
    background: #2563eb;
}
.cd-btn.cd-call:hover {
    background: #1e4fd8;
}

/* MAIL – MANDARIN */
.cd-btn.cd-mail {
    background: #EC6A00;
}
.cd-btn.cd-mail:hover {
    background: #d85f00;
}

/* MIN ORDER TEXT */
.cd-min-order {
    margin-top: 10px;
    font-size: 13px;
    opacity: .75;
}

/* BLOG HERO */
.cd-blog-hero img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    margin: 24px 0 10px;
}

/* BLOG CONTENT */
.cd-blog-content {
    margin-top: 30px;
    line-height: 1.7;
}

/* MOBILE */
@media (max-width: 640px) {
    .cd-btn {
        min-width: 100%;
    }
}
