.sf-9ac56410-wrapper {
    font-family: inherit;
}
.sf-9ac56410-header {
    text-align: center;
    margin-bottom: 2rem;
}
.sf-9ac56410-controls {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    align-items: center;
}
.sf-9ac56410-search {
    width: 100%;
    max-width: 400px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.sf-9ac56410-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.sf-9ac56410-filter-btn {
    padding: 8px 16px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.sf-9ac56410-filter-btn:hover {
    background: #eee;
}
.sf-9ac56410-filter-btn.active {
    background: #333;
    color: #fff;
    border-color: #333;
}
.sf-9ac56410-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 2rem;
}
.sf-9ac56410-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    background: #fff;
    display: flex;
    flex-direction: column;
}
.sf-9ac56410-card-img {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #f0f0f0;
}
.sf-9ac56410-flag {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.sf-9ac56410-card-content {
    padding: 15px;
    flex-grow: 1;
}
.sf-9ac56410-card-content h3 {
    margin: 0 0 5px 0;
    font-size: 1.2rem;
}
.sf-9ac56410-card-content p {
    margin: 0 0 5px 0;
    font-size: 0.9rem;
    color: #555;
}
.sf-9ac56410-pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 3rem;
}
.sf-9ac56410-pagination button {
    padding: 5px 12px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    border-radius: 3px;
}
.sf-9ac56410-pagination button.active {
    background: #333;
    color: #fff;
    border-color: #333;
}
.sf-9ac56410-form-section {
    background: #fdfdfd;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #eee;
    text-align: center;
}
.sf-9ac56410-form-container {
    max-width: 600px;
    margin: 0 auto;
}
