/*
Theme Name: Astra Child
Template: astra
Description: Astra Child Theme for Single Tree Ranch
Version: 1.0
*/

/* Button grow on hover */
.elementor-button {
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    display: inline-block;
}
.elementor-button:hover {
    transform: scale(1.10) !important;
}

/* Password-protected page — constrain input width */
.post-password-form {
    text-align: center;
}
.post-password-form input[type="password"] {
    width: 100%;
    max-width: 320px;
    display: inline-block;
}
.post-password-form input[type="submit"] {
    display: block;
    margin: 12px auto 0;
}