.pke-concept-preview-card {
    position: fixed;
    z-index: 999999;
    box-sizing: border-box;
    padding: 16px 17px 14px;
    border: 1px solid rgba(55, 48, 35, .18);
    border-radius: 10px;
    background: #fff;
    color: #29261f;
    box-shadow: 0 18px 46px rgba(40, 34, 24, .18);
    font: inherit;
    line-height: 1.5;
}
.pke-concept-preview-card[hidden] { display: none !important; }
.pke-preview-category {
    margin-bottom: 5px;
    color: #806528;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.pke-preview-title {
    display: block;
    margin: 0 0 7px;
    font-size: 18px;
    line-height: 1.25;
}
.pke-preview-summary {
    margin: 0;
    color: #5b564c;
    font-size: 14px;
}
.pke-preview-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(55, 48, 35, .12);
    font-size: 13px;
}
.pke-preview-footer a {
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}
.pke-preview-footer a:hover { text-decoration: underline; }
.pke-return-host {
    margin: 0 0 22px;
}
.pke-return-host[hidden] { display: none !important; }
.pke-return-link {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.pke-return-link:hover { text-decoration: underline; }
@media (hover: none), (max-width: 700px) {
    .pke-concept-preview-card { display: none !important; }
}
