.p-card {
    background: linear-gradient(135deg, #121226, #1B1B3E) padding-box, linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.1)) padding-box, linear-gradient(25deg, #42429A, #1B1B3E) border-box;
    border: 1px solid transparent;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
	font-family:"Sora";
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    will-change: transform;
    height: 100%;
}
@media (min-width:800px){
.p-card {
		max-width:370px;
	}
}
.p-card:hover {
    border-color: rgba(243, 160, 84, 0.45);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.p-card--error {
    padding: 20px;
    color: #fff;
}

.p-thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.p-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(10, 10, 30, 0.72), rgba(10, 10, 30, 0.05));
}
.p-play {
    position: relative;
    z-index: 2;
    width: 64px;
    height: 64px;
    background: linear-gradient(270deg, #F3D27C 0%, #A0844C 100%);
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.p-card:hover .p-play,
.p-thumb:focus .p-play {
    transform: scale(1.08);
    box-shadow: 0 0 22px rgba(243, 160, 84, 0.45);
}

.p-play::after {
    content: '';
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #ffffff;
    margin-left: 5px;
}

.p-content {
    padding: 24px 24px 18px;
    flex-grow: 1;
}

.p-cat {
    color: #F2CD7A;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.p-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 14px;
}

.p-desc {
    color: #A7A7A7;
    font-size: 14px;
    line-height: 1.65;
	font-family:"Sora";
}

.p-footer {
    border-top: 1px solid #252845;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    color: #A7A7A7;
}

.p-footer-left {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.p-author-icon {
    font-size: 10px;
    opacity: 0.8;
}

.p-yt {
    color: #F2CD7A;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.p-yt:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.is-featured {
    border-color: rgba(243, 160, 84, 0.55);
    box-shadow: 0 10px 30px rgba(243, 160, 84, 0.08);
}

.pm-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
}

.pm-overlay.is-open {
    display: flex;
}

.pm-content {
    position: relative;
    width: 100%;
    max-width: 980px;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
}

.pm-close {
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 3;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.pm-content iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 767px) {
    .p-content {
        padding: 20px 18px 16px;
    }

    .p-footer {
        padding: 14px 18px;
        font-size: 13px;
    }

    .p-title {
        font-size: 17px;
    }
}
/* NEWS CARD */

.pn-card {
background: linear-gradient(135deg, #121226, #1B1B3E) padding-box, linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.1)) padding-box, linear-gradient(25deg, #42429A, #1B1B3E) border-box;
    border: 1px solid transparent;
    border-radius: 25px;
    padding: 30px;
    transition: 0.3s;
    height: 100%;
	font-family:"Sora";
}
@media (min-width:800px){
	.pn-card {
		max-width:370px;	
	}	
}
.pn-card:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
}

.pn-icon {
    margin-bottom: 20px;
    line-height: 1;
    color: var(--icon-color, #f3a054) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pn-icon svg,
.pn-icon .e-font-icon-svg {
    width: var(--icon-size, 28px) !important;
    height: var(--icon-size, 28px) !important;
    min-width: var(--icon-size, 28px) !important;
    min-height: var(--icon-size, 28px) !important;
    display: block !important;
    color: var(--icon-color, #f3a054) !important;
    fill: currentColor !important;
}

.pn-icon svg path,
.pn-icon .e-font-icon-svg path {
    fill: currentColor !important;
    stroke: currentColor !important;
}

.pn-icon i {
    font-size: var(--icon-size, 28px) !important;
    color: var(--icon-color, #f3a054) !important;
}
.pn-meta {
    display: flex;
	align-items:center;
    gap: 10px;
    margin-bottom: 10px;
}

.pn-cat {
    background: linear-gradient(270deg, #F3D27C 0%, #A0844C 100%);
    color: #000;
	font-family:"Sora";
    padding: 4px 10px;
	text-transform:uppercase;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
}

.pn-date {
    color: #A7A7A7;
    font-size: 13px;
}

.pn-source {
    color: #A7A7A7;
    font-size: 13px;
    margin-bottom: 10px;
}

.pn-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pn-desc {
    color: #A7A7A7;
    font-size: 14px;
    margin-bottom: 20px;
	font-weight:500;
}

.pn-link {
    color: #FFD06C;
    font-weight: 600;
    text-decoration: none !important;
}

.pn-link:hover {
    color:#fff;
}
.pn-content{
display: flex;
    flex-direction: column;
}
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none !important;
}