/* ============================================================
   Courtyard Blog Section - Elementor Widget Styles v1.3
   These are structural defaults. Elementor style controls use
   stronger generated selectors, so editor changes can override.
   ============================================================ */

.cy-section {
    --cy-accent-color: #e879c8;
    box-sizing: border-box;
    background: transparent;
    padding: 44px 0;
}

.cy-section *,
.cy-section *::before,
.cy-section *::after {
    box-sizing: border-box;
}

.cy-section--full {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
}

.cy-layout {
    display: flex;
    align-items: flex-start;
    gap: 56px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.cy-left {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 4px;
}

.cy-right {
    flex: 0 0 auto;
    width: 44%;
    min-width: 0;
}

.cy-section :where(.cy-heading) {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 38px;
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
    margin: 0 0 28px;
    line-height: 1.12;
}

.cy-section :where(.cy-body) {
    color: #111827;
}

.cy-section :where(.cy-body p) {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: inherit;
    line-height: 1.78;
    margin: 0 0 18px;
}

.cy-section :where(.cy-body p:last-child) {
    margin-bottom: 34px;
}

.cy-section :where(.cy-accent) {
    color: var(--cy-accent-color);
}

.cy-section :where(.cy-footer) {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.cy-section :where(.cy-footer a) {
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}

.cy-section :where(.cy-footer a:hover) {
    color: var(--cy-accent-color);
    text-decoration: underline;
}

.cy-hotel-wrap {
    border: 3px solid var(--cy-accent-color);
    border-radius: 16px;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    position: relative;
}

.cy-section :where(.cy-hotel-wrap img),
.cy-section :where(.cy-blog-img img) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cy-section :where(.cy-placeholder) {
    width: 100%;
    height: 100%;
    min-height: 160px;
    background: repeating-linear-gradient(
        135deg,
        #b0b8c6 0,
        #b0b8c6 10px,
        #bbc3d0 10px,
        #bbc3d0 20px
    );
    display: flex;
    align-items: center;
    justify-content: center;
}

.cy-section :where(.cy-placeholder span) {
    font-family: 'Courier New', monospace;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.05em;
}

.cy-card {
    margin-top: 28px;
    margin-left: 0;
    margin-right: 0;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.cy-blog-img {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.cy-blog-img .cy-placeholder {
    position: absolute;
    inset: 0;
    min-height: 0;
}

.cy-section :where(.cy-card-body) {
    padding: 22px 24px 24px;
}

.cy-section :where(.cy-tag) {
    display: inline-block;
    background: #f0f1f4;
    color: #4b5563;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.03em;
}

.cy-section :where(.cy-card-body h3) {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 14px 0 10px;
    line-height: 1.32;
}

.cy-section :where(.cy-card-body > p) {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 18px;
    line-height: 1.7;
}

.cy-section :where(.cy-meta) {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    align-items: center;
    margin-bottom: 16px;
}

.cy-section :where(.cy-author),
.cy-section :where(.cy-date) {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

.cy-section :where(.cy-date) {
    color: var(--cy-accent-color);
}

.cy-section :where(.cy-card-footer) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid #f0f1f4;
    padding-top: 14px;
}

.cy-section :where(.cy-read-more) {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.cy-section :where(.cy-read-more:hover) {
    color: var(--cy-accent-color);
    opacity: 0.85;
}

@media (max-width: 960px) {
    .cy-layout {
        flex-direction: column;
        gap: 36px;
    }

    .cy-right {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .cy-section {
        padding: 36px 0;
    }

    .cy-section :where(.cy-heading) {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .cy-section :where(.cy-body p) {
        font-size: 15px;
        line-height: 1.7;
    }

    .cy-section :where(.cy-card-body h3) {
        font-size: 18px;
    }

    .cy-section :where(.cy-card-body) {
        padding: 18px;
    }
}
