/* Popup */
#wbz_popup {
    max-width: 36rem; /* xl */
}

.wbz_popup-title {
    font-size: 1.875rem; /* text-3xl */
    line-height: 2.25rem;
}

.wbz_popup-image img {
    max-width: 100%;
    height: auto;
}

.wbz_popup-content p:last-of-type {
    margin-bottom: 0;
}

.wbz_popup-content-button {
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 0.375rem;
    margin-top: 1rem;
    padding: 0.5rem 1.25rem;
    background-color: #60a5fa; /* blue-400 */
    color: #fff;
    transition: all 0.15s cubic-bezier(.4,0,.2,1);
}

.wbz_popup-content-button:hover {
    background-color: #3b82f6; /* blue-500 */
    color: #fff;
}
