/* Kisebb, célzott felületi javítások a publikus oldalhoz. */
.slug-field input {
    width: auto;
    min-width: 0;
    flex: 1;
}

.terms input {
    width: 1px;
    height: 1px;
}

.remember input {
    width: auto;
    height: auto;
}

.portal-warning {
    margin-top: 23px;
    padding: 14px 17px;
    border: 1px solid #f1d29c;
    border-radius: 11px;
    background: #fff8e9;
    color: #936124;
    font-size: 12px;
    font-weight: 750;
}

.webshop-actions form {
    margin: 0;
}

.webshop-actions button,
.detail-retry button {
    padding: 10px 14px;
}

.detail-retry {
    margin-top: 14px;
}
