.apm-recording-library__heading {
    color: #1E436F;
}

.apm-recording-library__note {
    margin: 0 0 20px;
    color: #55606b;
}

.apm-recording-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 24px;
    margin: 0 0 40px;
}

.apm-recording-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.apm-recording-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.apm-recording-card img {
    width: 100%;
    height: auto;
    display: block;
}

.apm-recording-card__title {
    display: block;
    padding: 12px 14px;
    font-weight: 600;
}

.apm-recording-card--locked {
    cursor: default;
}

.apm-recording-card--locked img {
    opacity: 0.85;
}

.apm-recording-card__thumb-wrap {
    position: relative;
    display: block;
}

.apm-recording-card__lock {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.apm-recording-card__locked-label {
    padding: 0 14px 12px;
    font-size: 12px;
    color: #767676;
}
