.binkosti-wrapper {
    text-align: center;
}

.binkosti-date {
    font-size: 6rem;
    font-weight: bold;
    line-height: 1.1;
}

.binkosti-countdown {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 0.5rem;
}

.binkosti-wrapper h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.binkosti-checker-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.binkosti-input-year {
    font-size: 1rem;
    padding: 0.5rem;
    border-radius: 4px !important;
    min-width: 150px;
    box-sizing: border-box;
}

.binkosti-button {
    border-radius: 4px;
    cursor: pointer;
    padding: 0.5rem 1rem;
}

.binkosti-warning {
    color: red;
    font-size: 1rem;
    margin-top: 0.5rem;
}

.binkosti-results {
    margin-top: 1.3rem;
    font-size: 1.6rem;
    text-align: center;
}

.binkosti-result {
    margin-top: 0.5rem;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

@media (max-width: 600px) {
    .binkosti-date {
        font-size: 3.5rem;
    }

    .binkosti-countdown {
        font-size: 1.3rem;
    }

    .binkosti-results {
        font-size: 1.3rem;
    }

    .binkosti-checker-form {
        flex-direction: column;
    }

    .binkosti-input-year,
    .binkosti-button {
        width: 100%;
        max-width: 260px;
    }
}