/* Public pages: roomier PluginSelect styling to match larger form inputs. */
body .pm-select-trigger {
    border-radius: 12px;
    padding: 12px 48px 12px 16px;
    font-size: 16px;
    min-height: 48px;
}

body .pm-select-label {
    font-size: 16px;
}

body .pm-select-arrow {
    right: 16px;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
}

body .pm-select-options {
    border-radius: 12px;
    padding: 8px;
}

body .pm-select-option {
    padding: 12px 14px;
    font-size: 16px;
}
