.filmauto-guarantee-wrapper {
    max-width: 960px;
    margin: 0 auto;
    font-family: inherit;
}

.filmauto-guarantee-heading {
    text-align: center;
    font-size: 1.15rem;
    color: #e67e22;
    margin-bottom: 1.5rem;
}

.filmauto-guarantee-form-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.filmauto-guarantee-form input[type="text"] {
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    min-width: 240px;
}

.filmauto-guarantee-form button {
    background: #f26522;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.filmauto-guarantee-form button:hover {
    background: #d35400;
}

.filmauto-guarantee-error {
    color: #e74c3c;
    text-align: center;
    margin-top: 0.5rem;
}

.filmauto-guarantee-results {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.filmauto-guarantee-card {
    border: 1px solid #ececec;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: #fff;
}

.filmauto-guarantee-card table {
    width: 100%;
    border-collapse: collapse;
}

.filmauto-guarantee-card tr:nth-child(even) {
    background: #fafafa;
}

.filmauto-guarantee-card th {
    text-align: left;
    width: 35%;
    font-weight: 600;
    color: #555;
}

.filmauto-guarantee-card td {
    color: #2c3e50;
}

.filmauto-guarantee-card th,
.filmauto-guarantee-card td {
    padding: 0.6rem 0.9rem;
    border-bottom: 1px solid #eee;
}

.filmauto-guarantee-card tr:last-child th,
.filmauto-guarantee-card tr:last-child td {
    border-bottom: 0;
}

.filmauto-guarantee-empty,
.filmauto-guarantee-instructions {
    text-align: center;
    color: #666;
    margin-top: 1rem;
}
