.znk-container {
    max-width: 600px;
    margin: 0 auto !important;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.znk-discount {
    margin-bottom: 20px;
    font-size: 1.2em;
}

.znk-discount-amount {
    font-size: 2em;
    color: red;
    font-weight: bold; /* Dodano dla spójności z pogrubieniem */
}

.znk-code {
    margin-bottom: 20px;
    font-size: 1.2em;
}

.znk-info {
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.5;
}

.znk-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.znk-input {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.znk-button {
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.znk-button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.znk-message {
    margin-top: 10px;
    color: #333;
    font-size: 1em;
}

.znk-input[type="email"] {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}