/*
Theme Name: PhysioCare
Theme URI: https://simplifyjobsearch.com
Author: BB
Description: Custom theme for Simplify Job Search marketing site.
Version: 0.1.0
Text Domain: sjs
*/














/* Main content text */
.single-blog {
    font-size: 1rem;
    line-height: 1.8;
    color: #111827;
}

.single-blog p {
    margin-bottom: 1.1em;
}

.single-blog h2 {
    font-size: 1.6rem;
    margin: 1.8em 0 0.6em;
    font-weight: 700;
    color: #0f172a;
}

.single-blog h3 {
    font-size: 1.3rem;
    margin: 1.4em 0 0.4em;
    font-weight: 600;
    color: #111827;
}

.single-blog a {
    color: #2563eb;
    text-decoration: none;
    border-bottom: 1px solid rgba(37, 99, 235, 0.3);
}

.single-blog a:hover {
    color: #1d4ed8;
    border-bottom-color: #1d4ed8;
}

.single-blog ul,
.single-blog ol {
    margin: 0 0 1.2em 1.3em;
    padding-left: 0.5em;
}

.single-blog li {
    margin-bottom: 0.4em;
    list-style: auto;
}

.single-blog blockquote {
    margin: 1.5em 0;
    padding: 1.2em 1.4em;
    border-left: 4px solid #2562e9;
    background: #eff6ff;
    border-radius: 8px;
    font-style: italic;
    color: #1f2933;
}

.single-blog img {
    max-width: 100%;
    border-radius: 10px;
    display: block;
    margin: 1.5em auto;
}

.single-blog table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 1.8em 0;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.single-blog table thead th {
    background: #f1f5f9;
    color: #0f172a;
    font-weight: 600;
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.95rem;
}

.single-blog table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 0.93rem;
    color: #1f2937;
}

.single-blog table tr:last-child td {
    border-bottom: none;
}

.single-blog table tbody tr:nth-child(even) {
    background: #f9fafb;
}

.single-blog table tbody tr:hover {
    background: #eef2ff;
}

.single-blog table a {
    color: #2563eb;
    text-decoration: none;
    border-bottom: 1px solid rgba(37, 99, 235, 0.3);
}

.single-blog table a:hover {
    color: #1d4ed8;
    border-bottom-color: #1d4ed8;
}

.single-blog table caption {
    caption-side: top;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #111827;
}

.single-blog table {
    display: block;
    overflow-x: auto;
}

/* ==============================
   WordPress Comment Form – Custom
   ============================== */

.comment-form {
    max-width: 720px;
    margin-top: 3rem;
    padding: 0;
    font-family: inherit;
}

.comment-notes,
.comment-form-cookies-consent {
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 1rem;
}

.comment-form label {
    display: block;
    margin-bottom: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #0f172a;
}

.comment-form .required {
    color: #dc2626;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    border-radius: 0.75rem;
    border: 1px solid #e2e8f0;
    padding: 0.75rem 0.9rem;
    font-size: 0.875rem;
    color: #0f172a;
    background-color: #ffffff;
    transition: all 0.2s ease;
}

.comment-form textarea {
    min-height: 140px;
    resize: vertical;
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.comment-form p {
    margin-bottom: 1.25rem;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.comment-form-cookies-consent input {
    margin-top: 0.25rem;
}

.comment-form .form-submit {
    margin-top: 1.5rem;
}

.comment-form .submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background-color: #2563eb;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.comment-form .submit:hover {
    background-color: #1d4ed8;
}

.comment-form .submit:active {
    transform: translateY(1px);
}

.logged-in-as {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    color: #475569;
}

.logged-in-as a {
    color: #2563eb;
    text-decoration: none;
}

.logged-in-as a:hover {
    text-decoration: underline;
}

.comment-list {
    margin-top: 3rem;
    padding: 0;
    list-style: none;
}

.comment-list li {
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.comment-author {
    font-weight: 600;
    color: #0f172a;
}

.comment-metadata {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 0.25rem;
}

.comment-content {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    color: #334155;
}

.comment-reply-link {
    font-size: 0.75rem;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
}

.comment-reply-link:hover {
    text-decoration: underline;
}


/* ==================================
   WordPress Comment List – Custom UI
   ================================== */

.comment-list {
    margin-top: 3rem;
    padding: 0;
    list-style: none;
}

.comment-list .comment {
    position: relative;
    padding: 1.5rem 1.25rem 1.25rem 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background-color: #ffffff;
}

.comment-list .children {
    margin-top: 1.25rem;
    margin-left: 1.5rem;
    padding-left: 1.25rem;
    border-left: 2px solid #e2e8f0;
}

.comment-body {
    display: block;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
}

.comment-author img.avatar {
    width: 32px;
    height: 32px;
    border-radius: 9999px;
    border: 1px solid #e2e8f0;
}

.comment-author .fn {
    font-weight: 600;
    color: #0f172a;
}

.comment-author .fn a {
    color: inherit;
    text-decoration: none;
}

.comment-author .fn a:hover {
    text-decoration: underline;
}

.comment-author .says {
    display: none;
}

.comment-metadata {
    margin-top: 0.25rem;
    margin-left: 2.75rem;
    font-size: 0.75rem;
    color: #64748b;
}

.comment-metadata a {
    color: inherit;
    text-decoration: none;
}

.comment-metadata a:hover {
    text-decoration: underline;
}

.comment-content {
    margin-top: 0.75rem;
    margin-left: 2.75rem;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #334155;
}

.comment-content p {
    margin: 0.5rem 0;
}

.comment .reply {
    margin-top: 0.2rem;
    margin-left: 2.75rem;
}

.comment-reply-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
}

.comment-reply-link:hover {
    text-decoration: underline;
}

.bypostauthor>.comment-body {
    background-color: #f8fafc;
    border-radius: 0.75rem;
    padding: 0.75rem;
}

.comment-awaiting-moderation {
    margin-top: 0.5rem;
    margin-left: 2.75rem;
    font-size: 0.75rem;
    color: #ca8a04;
}

/* Small screens */
@media (max-width: 640px) {
    .comment-list .comment {
        padding: 1rem;
    }

    .comment-metadata,
    .comment-content,
    .comment .reply {
        margin-left: 0;
    }

    .comment-author {
        gap: 0.5rem;
    }
}



/* ================================
   Contact Form 7 — Calm Pastel UI
   Theme color: #ddbfc4
================================== */

/* Wrap */
.wpcf7 {
    max-width: 720px;
    margin: 0 auto;
}

/* Labels */
.wpcf7 form label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #4a3236;
    margin-bottom: 14px;
}

/* Inputs / Textarea */
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="date"],
.wpcf7 form select,
.wpcf7 form textarea {
    width: 100%;
    margin-top: 8px;
    padding: 14px 14px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.78);
    color: #2a2a2a;
    font-size: 14px;
    outline: none;
    transition: all 0.2s ease;
    box-shadow: 0 10px 30px rgba(42, 42, 42, 0.06);
}

/* Textarea sizing */
.wpcf7 form textarea {
    min-height: 140px;
    resize: vertical;
}

/* Focus state */
.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form input[type="tel"]:focus,
.wpcf7 form input[type="date"]:focus,
.wpcf7 form select:focus,
.wpcf7 form textarea:focus {
    border-color: #b7efed;
    box-shadow: 0 0 0 2px #b7efed;
    background: rgba(255, 255, 255, 0.92);
}

/* Placeholder */
.wpcf7 form ::placeholder {
    color: rgba(74, 50, 54, 0.45);
}

/* Submit Button */
.wpcf7 form input[type="submit"] {
    appearance: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 16px;
    background: #0b8382;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.2px;
    box-shadow: 0 14px 35px rgba(221, 191, 196, 0.45);
    transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
    margin-top: 6px;
}

/* Button hover */
.wpcf7 form input[type="submit"]:hover {
    filter: brightness(0.98);
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(221, 191, 196, 0.55);
}

/* Button active */
.wpcf7 form input[type="submit"]:active {
    transform: translateY(0px);
}

/* CF7 Response messages */
.wpcf7-response-output {
    border-radius: 14px;
    padding: 14px 16px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid rgba(221, 191, 196, 0.45);
    background: rgba(255, 255, 255, 0.65);
}

/* Success */
.wpcf7 form.sent .wpcf7-response-output {
    border-color: rgba(60, 180, 120, 0.35);
    background: rgba(217, 242, 227, 0.55);
}

/* Error */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    border-color: rgba(220, 60, 60, 0.35);
    background: rgba(247, 217, 223, 0.55);
}

/* Field validation text */
.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 6px;
    color: #b64855;
}

/* Make input border red when invalid */
.wpcf7 form .wpcf7-not-valid {
    border-color: rgba(182, 72, 85, 0.55) !important;
    box-shadow: 0 0 0 4px rgba(182, 72, 85, 0.12);
}

/* Space between fields (CF7 wraps in spans) */
.wpcf7 form .wpcf7-form-control-wrap {
    display: block;
}

/* Mobile tweaks */
@media (max-width: 640px) {

    .wpcf7 form input[type="text"],
    .wpcf7 form input[type="email"],
    .wpcf7 form input[type="tel"],
    .wpcf7 form input[type="date"],
    .wpcf7 form select,
    .wpcf7 form textarea {
        padding: 13px 12px;
        border-radius: 14px;
    }

    .wpcf7 form input[type="submit"] {
        width: 100%;
    }
}

/* Email + Phone in one row */
.cf7-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

/* Make sure labels inside row don't add extra spacing */
.cf7-row label {
    margin-bottom: 0;
}

/* Mobile: stack them */
@media (max-width: 640px) {
    .cf7-row {
        grid-template-columns: 1fr;
    }
}