/**
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket_CCPA
 * @copyright   Copyright (c) 2020 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */

/* Do not sell my information */
#prgdpr-ccpa-form {
  max-width:320px;
  padding:15px;
  border:1px solid #ccc;
  border-radius:5px;
  margin:15px 0;
  position: relative;
}

#prgdpr-ccpa-form .fieldset {margin: 0;}

#msp-prgdpr-ccpa-form-wrapper {margin-bottom: 18px}

.ccpa-block-title,
.prgdpr-block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
}