/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 13 2026 | 10:35:51 */
.pk-account-videos__heading {
    margin: 0 0 25px;
    color: #202020;
    font-size: 28px;
    line-height: 1.25;
}

.pk-account-videos__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}

.pk-account-video {
    overflow: hidden;
    background: #f7f7f7;
    border-radius: 12px;
}

.pk-account-video__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #fbf5f5;
}

.pk-account-video__image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.pk-account-video__content {
    padding: 22px;
}

.pk-account-video__category {
    margin-bottom: 12px;
    color: #cf2828;
    font-size: 13px;
    line-height: 1.3;
    text-transform: uppercase;
}

.pk-account-video__category a {
    color: inherit;
    text-decoration: none;
}

.pk-account-video__title {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.3;
}

.pk-account-video__title a {
    color: #202020;
    text-decoration: none;
}

.pk-account-video__access {
    margin-bottom: 10px;
    color: #444;
    font-size: 16px;
}

.pk-account-video__date {
    margin-bottom: 18px;
    color: #777;
    font-size: 14px;
}

.pk-account-video__button,
.pk-account-video__button:hover,
.pk-account-video__button:focus,
.pk-account-video__button:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 20px;
    color: #fff !important;
    background: #cf2828;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.pk-account-video__button:hover {
    background: #b91f1f;
}

.pk-account-videos__empty {
    padding: 25px;
    background: #f7f7f7;
    border-radius: 10px;
}

.pk-account-videos__catalog {
    display: inline-block;
    margin-top: 5px;
}

/* Планшеты */

@media (max-width: 1024px) {
    .pk-account-videos__grid {
        grid-template-columns: 1fr;
    }
}

/* Телефоны */

@media (max-width: 767px) {
    .pk-account-video__content {
        padding: 18px;
    }

    .pk-account-videos__heading {
        font-size: 24px;
    }
}


/* Чёрный цвет категории и названия видео */

.pk-account-video__category,
.pk-account-video__category a,
.pk-account-video__category a:hover,
.pk-account-video__category a:focus,
.pk-account-video__category a:visited,
.pk-account-video__title,
.pk-account-video__title a,
.pk-account-video__title a:hover,
.pk-account-video__title a:focus,
.pk-account-video__title a:visited {
    color: #333 !important;
}
