.ptc-80c0801a-card {
display: block;
text-decoration: none;
color: inherit;
cursor: pointer;
transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
box-sizing: border-box;
}
.ptc-80c0801a-card:hover {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transform: translateY(-2px);
}
.ptc-80c0801a-card:focus {
outline: 2px solid #6b8f71;
outline-offset: 2px;
}
.ptc-80c0801a-tags-above,
.ptc-80c0801a-tags-below {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.ptc-80c0801a-tags-above {
font-size: 12px;
font-weight: 600;
letter-spacing: 1.5px;
text-transform: uppercase;
margin-bottom: 12px;
}
.ptc-80c0801a-title {
margin: 0 0 16px 0;
line-height: 1.35;
font-weight: 700;
transition: color 0.25s ease;
}
.ptc-80c0801a-tags-below {
font-size: 13px;
font-weight: 400;
}
.ptc-80c0801a-sep {
display: inline-block;
}
.ptc-80c0801a-tag {
display: inline-block;
}