.hk-card {
display: flex;
flex-wrap: nowrap;
background: #ffffff;
border: 1px solid #e4e7eb;
border-radius: 8px;
margin: 2rem auto;
overflow: hidden;
box-shadow: 0 6px 18px rgba(0,0,0,.08);
max-width: 860px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
color: #343a40;
line-height: 1.55;
align-items: stretch;
} .hk-left-column {
flex: 0 0 280px;
position: relative;
background-color: #1a1a1a;
display: flex;
}
.hk-image-hero-wrapper {
width: 100%;
height: 100%;
position: relative;
display: flex;
overflow: hidden;
}
.hk-game-image {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
} .hk-image-branding {
position: absolute;
top: 12px;
left: 12px;
background-color: rgba(20, 20, 20, 0.75);
padding: 8px;
border-radius: 50%;
line-height: 0;
box-shadow: 0 1px 3px rgba(0,0,0,0.3);
z-index: 10;
}
.hk-image-branding img {
display: block;
max-height: 28px;
width: auto;
} .hk-image-platforms-overlay {
position: absolute;
top: 12px;
right: 12px;
background-color: rgba(255, 255, 255, 0.9);
padding: 5px 7px;
border-radius: 4px;
box-shadow: 0 1px 2px rgba(0,0,0,0.15);
z-index: 10;
display: flex;
gap: 5px;
}
.hk-system-icon-on-image {
height: 16px;
width: 16px;
object-fit: contain;
display: block;
opacity: 0.8;
} .hk-right-column {
flex-grow: 1;
flex-basis: 0;
min-width: 0;
padding: 15px 20px;
background-color: #f8f9fa;
display: flex;
flex-direction: column;
justify-content: space-between;
} .hk-title-section .hk-game-title-display {
font-size: 1.6em;
font-weight: 700;
color: #212529;
margin: 0 0 6px 0;
line-height: 1.2;
} .hk-genres-systems {
margin-bottom: 10px;
border-bottom: 1px solid #dee2e6;
padding-bottom: 8px;
}
.hk-genres {
display: flex;
flex-wrap: wrap;
gap: 4px 6px;
}
.hk-genre-badge {
background-color: #e9ecef;
border: 1px solid #ced4da;
color: #495057;
padding: 2px 6px;
border-radius: 4px;
font-size: 0.7em;
font-weight: 500;
} .hk-meta-info {
font-size: 0.825em;
line-height: 1.45;
color: #495057;
margin-bottom: 12px;
flex-grow: 1;
}
.hk-meta-item {
display: flex;
align-items: baseline;
margin-bottom: 2px;
border-bottom: 1px dashed #e9ecef;
padding-bottom: 2px;
}
.hk-meta-item:last-child {
border-bottom: none;
margin-bottom: 0;
}
.hk-meta-label {
font-weight: 600;
color: #343a40;
width: 115px;
flex-shrink: 0;
margin-right: 8px;
white-space: nowrap;
}
.hk-meta-value {
flex-grow: 1;
color: #54595d;
}
.hk-meta-web-link {
color: #007bff;
text-decoration: underline;
font-weight: 500;
font-size: 1em;
transition: color 0.2s ease;
}
.hk-meta-web-link:hover {
color: #0056b3;
text-decoration: none;
} .hk-bottom-actions {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 12px;
padding-top: 10px;
border-top: 1px solid #dee2e6;
gap: 10px;
flex-wrap: wrap;
}
.hk-where-to-play {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: flex-start;
gap: 8px;
flex-grow: 1;
}
.hk-where-to-play-label {
font-size: 0.8em;
font-weight: 600;
color: #343a40;
margin-right: 3px;
white-space: nowrap;
}
.hk-store-icons {
display: flex;
gap: 6px;
align-items: center;
flex-wrap: wrap;
}
.hk-store-icon-link,
.hk-cz-link {
line-height: 0;
display: inline-block;
}
.hk-store-icon,
.hk-cz-icon {
height: 32px;
width: 32px;
object-fit: contain;
opacity: 0.9;
transition: opacity 0.2s, transform 0.2s;
display: block;
}
.hk-store-icon:hover,
.hk-cz-icon:hover {
opacity: 1;
transform: scale(1.05);
} .hk-main-cta-button {
background-color: #343a40;
color: #ffffff !important;
padding: 8px 14px;
font-size: 0.8em;
font-weight: bold;
text-decoration: none;
border-radius: 4px;
display: inline-flex;
align-items: center;
transition: background-color 0.2s, transform 0.1s;
white-space: nowrap;
flex-shrink: 0;
}
.hk-main-cta-button:hover {
background-color: #23272b;
transform: translateY(-1px);
}
.hk-cta-arrow {
margin-left: 6px;
font-weight: bold;
font-size: 1em;
} @media (max-width: 700px) {
.hk-card {
flex-direction: column;
max-width: 100%;
margin: 1rem 0;
border-radius: 0;
box-shadow: none;
border-left: none;
border-right: none;
}
.hk-left-column {
width: 100%;
flex-basis: auto;
border-right: none;
aspect-ratio: 16/9;
position: relative;
display: flex;
overflow: hidden;
}
.hk-image-hero-wrapper {
width: 100%;
height: 100%;
position: relative;
display: flex;
}
.hk-right-column {
padding: 12px 15px;
justify-content: flex-start;
}
.hk-title-section .hk-game-title-display {
font-size: 1.5em;
margin-bottom: 6px;
}
.hk-genres-systems {
flex-direction: column;
align-items: flex-start;
gap: 8px;
margin-bottom: 10px;
padding-bottom: 8px;
}
.hk-meta-label {
width: 100%;
margin-bottom: 3px;
white-space: normal;
margin-right: 0;
}
.hk-meta-item {
flex-direction: column;
align-items: flex-start;
}
.hk-meta-info {
flex-grow: 0;
}
.hk-bottom-actions {
flex-direction: column;
align-items: stretch;
margin-top: 15px;
}
.hk-where-to-play {
justify-content: center;
margin-bottom: 10px;
}
.hk-main-cta-button {
width: 100%;
justify-content: center;
}
}
@media (max-width: 480px) {
.hk-right-column {
padding: 10px;
}
.hk-title-section .hk-game-title-display {
font-size: 1.3em;
}
.hk-image-branding {
padding: 6px;
margin: 10px;
}
.hk-image-branding img {
max-height: 22px;
}
.hk-image-platforms-overlay {
padding: 4px 6px;
gap: 4px;
margin: 10px;
}
.hk-system-icon-on-image {
height: 14px;
width: 14px;
}
.hk-store-icon,
.hk-cz-icon {
height: 28px;
width: 28px;
}
.hk-genre-badge,
.hk-meta-info,
.hk-where-to-play-label {
font-size: 0.75em;
}
.hk-meta-web-link {
font-size: 0.8em;
}
.hk-main-cta-button {
font-size: 0.8em;
padding: 0.5rem 0.8rem;
}
}