/* Ana sayfa: slider altı Pacdora iframe blog kartları */

.pacdora-blog-strip {
    background: var(--background-color, #f8fafc);
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    content-visibility: auto;
    contain-intrinsic-size: 0 800px;
}

.pacdora-blog-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.pacdora-blog-card__title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 0.75rem;
    text-align: center;
    min-height: 2.7em;
}

.pacdora-blog-card__title a {
    color: #0f172a;
    text-decoration: none;
}

.pacdora-blog-card__title a:hover {
    color: #2563eb;
    text-decoration: underline;
}

.pacdora-blog-card__embed {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #0f172a;
}

.pacdora-blog-card__embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.pacdora-blog-card__detail {
    margin-top: 0.75rem;
    align-self: center;
}
