.wcal-container {
    max-width: 600px;
    margin: 20px auto;
}
.wcal-search {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.wcal-attribute-list {
    list-style: none;
    padding: 0;
}
.wcal-attribute-item {
    margin-bottom: 15px;
}
.wcal-term-list {
    list-style: none;
    padding-left: 20px;
}
.wcal-term-list li {
    margin: 5px 0;
}
.wcal-term-list a {
    text-decoration: none;
    color: #0073aa;
}
.wcal-term-list a:hover {
    text-decoration: underline;
}