.trickcal-box {
width: 400px;
background-color: #2A2C32;
border-radius: 15px;
padding: 16px;
margin: 40px auto;
color: #eee;
font-family: "Noto Sans KR", sans-serif;
box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.trickcal-image {
width: 100%;
border-radius: 8px;
margin-bottom: 12px;
}
.trickcal-title {
font-size: 1.4em;
font-weight: bold;
color: #FFCE54;
text-align: center;
}
.trickcal-subtitle {
font-size: 0.9em;
color: #ccc;
text-align: center;
margin-bottom: 10px;
}
.trickcal-ability {
background-color: #444;
padding: 10px;
margin: 10px 0;
border-radius: 8px;
text-align: center;
font-weight: bold;
color: #ffffff;
}
.trickcal-description {
font-size: 0.92em;
padding: 10px;
line-height: 1.5em;
background-color: #1f1f1f;
border-radius: 8px;
margin-bottom: 16px;
}
.trickcal-attrs {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 8px;
margin-bottom: 20px;
}
.trickcal-attrs .attr {
background-color: #383b40;
padding: 8px;
border-radius: 6px;
font-size: 0.9em;
color: #eee;
}
.trickcal-attrs .attr span {
display: block;
font-weight: bold;
color: #999;
margin-bottom: 3px;
}
.trickcal-voice-title {
font-weight: bold;
text-align: center;
margin-bottom: 8px;
color: #FFCE54;
}
.trickcal-voices {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
.trickcal-voices div {
background-color: #333;
padding: 6px 12px;
border-radius: 6px;
font-size: 0.9em;
color: #ddd;
border: 1px solid #555;
}