/* Full-width header */

:root {
  --brand-color: #11495d;
}

.pagetest-header {
  width: 100%;
  background: #f8f9fa;
  padding: 15px 0;
  border-bottom: 2px solid #ddd;
}

.pagetest-header-content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagetest-logo-container {
  display: flex;
  align-items: center;
}
.pagetest-logo {
  height: 65px;
  margin-right: 10px;
}
.pagetest-title {
  font-size: 24px;
  color: var(--brand-color);
}

.pagetest-icons a {
  font-size: 20px;
  margin-right: 15px;
  text-decoration: none;
  color: #0073aa;
  border: 1px solid #0073aa;
  border-radius: 50%;
  font-weight: bold;
  padding: 0px 9px;
}
.pagetest-user-icon {
  font-size: 20px;
  cursor: pointer;
}
.pagetest-user-menu {
  position: absolute;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 8px 0;
  min-width: 150px;
  display: none;
  right: 0;
  top: 30px;
}

.pagetest-user-menu.active {
  display: block;
}

.pagetest-user-menu a {
  display: block;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
  border: none;
  margin: 0;
  font-size: 14px;
  border-radius: 0;
  cursor: pointer;
}

.pagetest-user-menu a:hover {
  background: #f5f5f5;
}

.pagetest-icons {
  position: relative;
}
/* Main container */
.pagetest-container {
  max-width: 800px;
  margin: 10px auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Section UI */
.pagetest-section {
  margin-bottom: 25px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 5px;
}

.pagetest-title {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.pagetest-icon-title {
  font-size: 20px;
  font-weight: 1000;
  display: block;
  margin-bottom: 10px;
}
/* Checkbox list styling */
.pagetest-box {
  min-height: 110px;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 10px;
  background: #fff;
}

.pagetest-checkbox {
  display: block;
  font-size: 18px;
  margin-bottom: 0px !important;
  cursor: pointer;
  padding: 5px;
}
.pagetest-checkbox:hover {
  background: #f0f0f0;
}

/* Save button */
.pagetest-save-button {
  display: block;
  width: 200px;
  padding: 12px;
  background: var(--brand-color);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}
.all-selected {
  opacity: 0.8;
  pointer-events: none;
}
.all-selected input[type='checkbox'] {
  cursor: not-allowed;
}

#adminmenu .wp-menu-image img {
  padding: 5px 0;
}

.pagetest-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px 0;
}
.pagetest-content > h1 {
  color: #666;
}

.pagetest-cta-container {
  margin-top: 20px;
  padding: 10px 0 0 50px;
  text-align: center;
}

.pagetest-chrome-cta {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #333;
  margin: 0 auto;
  width: 940px;
}

.chrome-icon {
  padding: 6px 9px;
  background: #4a4a4a;
  height: 32px;
}

.arrow-icon {
  padding: 0 0 0 0;
  width: 110px;
  margin: 0 15px;
  transform: rotate(32deg);
}

.cta-text {
  font-size: 24px;
  line-height: normal;
  text-align: left;
  color: black;
}

.pagetest-login-logo {
  background-image: url('pagetest-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 70px; /* Adjust to your logo's dimensions */
  height: 70px; /* Adjust to your logo's dimensions */
  display: inline-block;
  margin-right: 10px;
}

.pagetest-home-logo {
  background-image: url('pagetest-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px; /* Adjust to your logo's dimensions */
  height: 50px; /* Adjust to your logo's dimensions */
  display: inline-block;
  margin-right: 10px;
}

.add-chrome-ext-icon {
  background-image: url('add-chrome-ext.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 32px;
  padding: 6px 9px;
  background-color: #4a4a4a;
  width: 310px;
  display: inline-block;
}

.arrow-icon {
  background-image: url('arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 110px;
  margin: 0 18px;
  height: 70px;

  transform: rotate(32deg);
  display: inline-block;
}
