/* Source: 139010.css */
/* Comfort sidebar topic list font - added by Codex 2026-06-29 */
.sidebar .widget,
.sidebar .widget p,
.sidebar .widget li {
  font-size: 16px;
  line-height: 1.58;
}

.sidebar .widget a,
.sidebar .widget a:visited,
.sidebar .widget a:hover {
  font-size: 16px !important;
  line-height: 1.58 !important;
  word-break: normal;
}

.sidebar .widget strong,
.sidebar .widget b {
  color: #b3261e;
  font-size: 17px;
  line-height: 1.58;
  font-weight: 700;
}


/* Source: 137741.css */
.paraklit-lightbox {
    display: none;
    position: fixed;
    z-index: 999999;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(4px);
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.paraklit-lightbox.active {
    display: flex;
}

.paraklit-lightbox-box {
    position: relative;
    width: min(960px, 94vw);
    background: #111;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.65);
    overflow: hidden;
}

.paraklit-lightbox iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    background: #000;
}

.paraklit-lightbox-close {
    position: absolute;
    right: 12px;
    top: 10px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.paraklit-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.18);
}

.entry-summary .youvideos {
    display: block;
    position: relative;
}

.entry-summary .youvideos::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    width: 46px;
    height: 46px;

    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255,255,255,.75);

    transition: all 0.2s ease;
}

.entry-summary .youvideos::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-36%, -50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #fff;
    pointer-events: none;
}

.entry-summary .youvideos:hover::after {
    transform: translate(-50%, -50%) scale(1.12);
    background: #000;
    border-color: #fff;
}
