html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}
ol,
ul {
  list-style: none;
}

.ad-list a {
  color: #000;
}

a.cta {
  color: white;
  font-size: 22px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-weight: 400;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}
.header {
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 958px;
  width: 100%;
  margin: 0 auto;
}
.desc {
  width: 90%;
}
.header img {
  width: 120px;
  height: auto;
  padding: 0 16px;
}
.wrap {
  max-width: 958px;
  width: 100%;
  margin: 0 auto;
  min-height: 82vh;
}
.content {
  padding: 0 20px;
}
.content-label {
  margin: 0px 0 16px;
  color: #818181;
  font-size: 12px;
  line-height: 20px;
}
.ad-list .ad-item {
  position: relative;
  padding: 5px;
  margin-bottom: 35px;
  border-radius: 0px;
  background: #f6f6f6;
  list-style: none;
}
.content-wrapper {
  padding: 45px 175px 45px 60px;
}
.num {
  width: 52px;
  height: 76px;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.a-number {
  width: 52px;
  height: 52px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -26px;
  line-height: 51px;
  text-align: center;
  z-index: 9;
  color: #fff;
  background: #000;
  font-size: 24px;
}
.tri {
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 12px solid rgba(0, 0, 0, 0);
}
.tri.top {
  top: 0;
  border-bottom: 12px solid #7a7474;
}
.tri.down {
  bottom: 0;
  border-top: 12px solid #7a7474;
}
.title a {
  display: inline;
  word-break: break-word;
  overflow: hidden;
  color: #000;
  font-size: 24px;
  line-height: 34px;
}
.url {
  margin: 12px 0 8px;
  position: relative;
}
.desc p,
.url {
  color: #797979;
}
.desc p {
  font-size: 14px;
  line-height: 22px;
  word-break: break-word;
}
.cta {
  position: absolute;
  right: 32px;
  top: calc(50% - 22px);
  background: #000
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAkElEQVRIx92WTQuDMBBEw/YfS3vpQZBSRKT6i33jpQdpY8GPseAcl7Avk2R3k9IPAVdJfXIIuOst4LV38lLfWgWJmfglEyuAdk8XVcaFgOY0kNoOkeSHAM8jnDyOcOKHSKo+18YagFXWI7JesvWZWgvN2iqsze5fyRcPnLlCGzKxLiJum3c/ceEb+hPI5m/LCKwW92NfN8PdAAAAAElFTkSuQmCC)
    no-repeat 90% 55%;
  background-size: 21px;
  border-radius: 0px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  display: flex;
  width: 140px;
  height: 51px;
  padding: 2px 5px;
  align-items: center;
  text-indent: -30px;
  justify-content: center;
  font-weight: 600;
}
.ad-list .ad-item:hover .cta,
.ad-list .ad-item:hover .a-number {
  box-shadow: 0px 3px 8px 0px rgba(1, 1, 1, 0.5);
}
.ad-list .ad-item:hover .top,
.ad-list .ad-item:hover .down {
  border-bottom-color: #000;
  border-top-color: #000;
}
.ad-list .ad-item:last-child {
  margin-bottom: 0;
}

.ad-list .title a:hover {
  text-decoration: underline;
}
.ad-list .title b,
.ad-list .desc b {
  font-weight: 700;
  color: #000;
}
.ad-list .url {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 22px;
  word-break: break-all;
}
.success-msg {
  text-align: center;
  padding: 40px;
  color: darkgreen;
}
.footer li {
  color: #000;
  text-align: center;
  padding: 0 5px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
}
.footer li:last-child:after {
  display: none;
}
.footer {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.footer_bottom {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
.footer-link {
  position: relative;
}
.footer-link::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #333;
  right: -9px;
}
.footer-link:last-child::before {
  display: none;
}
.footer-link a {
  font-size: 15px;
}
.desk_query {
  display: block;
  margin-bottom: 10px;
}
.header {
  padding: 15px 10px;
}
.content-list-wrap .desc p,
.content-list-wrap .url {
  color: #797979;
}
.header img {
  width: 180px;
}
.footer {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.footer-row {
  position: relative;
  overflow: hidden;
}
.footer li {
  color: #000;
  text-align: center;
  padding: 0 9px;
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}
.footer-row {
  padding-bottom: 40px;
}
#form {
  display: none;
}
.form-container {
  width: 804px;
  letter-spacing: 0.01em;
  color: #000;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -417px;
  top: 100px;
  z-index: 999;
  margin-bottom: 50px;
}
.form-container .close-icon {
  top: -15px;
  right: -15px;
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-family: Arial;
  z-index: 9999;
  cursor: pointer;
  background: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.form-main-wrapper {
  padding: 35px;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  overflow-x: hidden;
}
.form-head {
  border-bottom: 1px solid #ebeff3;
  text-align: center;
}
.term-text {
  padding: 36px 0 24px;
  position: relative;
}
#form-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  z-index: 999;
}
.discussion {
  width: 60px;
  padding-bottom: 4px;
  padding-top: 8px;
}
.form-head h2 {
  font-size: 30px;
  line-height: 35px;
  padding: 25px 0;
}
input[type="checkbox"] {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: block;
  float: left;
  position: relative;
}
input[type="checkbox"]:after {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 13px;
  position: absolute;
  cursor: pointer;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0;
  font-size: 10px;
}
.checkbox-text {
  font-size: 16px;
  line-height: 21px;
}
.form-desc p {
  padding-bottom: 30px;
}
.form-container .form-desc p.text2 {
  text-transform: uppercase;
}
.form-main-wrapper .form-group {
  margin-bottom: 25px;
  position: relative;
}
.form-main-wrapper .left-wrap {
  width: 48%;
  float: left;
}
.success {
  display: none;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 19px;
}
input {
  padding: 0px 12px;
  width: 100%;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  border: none;
  outline: 0;
  color: #333;
  background: #f5f7f9;
  font-size: 16px;
}
.form-main-wrapper .right-wrap {
  width: 48%;
  float: right;
}
select {
  background: #f5f7f9;
  border: 0px;
  line-height: 38px;
  height: 38px;
  border-radius: 4px;
  outline: 0 none;
  padding: 0px 12px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}
.form-group.clear {
  clear: both;
}
textarea {
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  background: #f5f7f9;
  border: 0;
  outline: 0;
}
.term-text {
  padding: 36px 0 24px;
  position: relative;
}
.btn {
  background: #2e2e2e;
  border: none;
  color: #fff;
  font-size: 20px;
  border-radius: 4px;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 232px;
  width: 100%;
  padding: 13px;
  cursor: pointer;
}
.note p {
  font-size: 14px;
  line-height: 19px;
}
.form-group label.err,
.term-text .err {
  color: red;
  font-size: 11px;
  position: absolute;
  left: 0;

  margin: 0;
}

#serpapi-search-form {
  display: flex;
  margin: 20px auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#serpapi-search-input {
  flex: 1;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 4px 0 0 4px;
  transition: border-color 0.2s;
}
#serpapi-search-input:focus {
  border-color: #0073aa;
  outline: none;
}
#serpapi-search-form button {
  background: #121212;
  border: 1px solid #121212;
  border-radius: 0 4px 4px 0;
  color: #fff;
  padding: 0 24px;
  cursor: pointer;
  transition: background 0.2s;
}
#serpapi-search-form button:hover {
  background: #005177;
}

/* Pagination */
#serpapi-pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  gap: 8px;
}
#serpapi-pagination a {
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #1e1e1e;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
#serpapi-pagination a:hover {
  background: #f0f8ff;
  border-color: #0073aa;
}
#serpapi-pagination a.current {
  background: #0073aa;
  color: #fff;
  border-color: #0073aa;
}

@media screen and (max-width: 630px) {
  .header img {
    margin-left: 0px;
  }
  .content-wrapper {
    padding: 15px;
    text-align: left;
  }
  .cta {
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
    top: auto;
    left: 0px;
    right: 0px;
    width: auto;
    height: 68px;
    border-radius: 4px;
    text-indent: -30px;
    background-position-x: calc(50% + 50px);
    background-position-y: 51%;
  }
  .header {
    gap: 20px;
    justify-content: center;
  }
  .num {
    top: 18px;
  }
  ul li .num {
    display: none;
  }
  .content-list-wrap .ad_list {
    padding: 15px;
  }
  .content-list-wrap .url {
    margin: 30px 0px 40px;
  }
  .desc_wrap {
    margin-bottom: 40px;
  }
  .cta {
    margin-bottom: 0px;
    margin-top: 20px;
    position: relative;
    top: auto;
    left: 0px;
    right: 0px;
    width: auto;
    height: 88px;
    border-radius: 4px;
    text-indent: -30px;
    background-position-x: calc(50% + 50px);
    background-position-y: 51%;
  }
}
@media screen and (max-width: 925px) {
  .form-container {
    width: 80%;
    margin-left: 0;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 925px) {
  .form-container {
    width: 80%;
    margin-left: 0;
    transform: translateX(-50%);
  }
  .button-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .form-container .form-main-wrapper .left-wrap,
  .form-container .form-main-wrapper .right-wrap {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 500px) {
  .form-container {
    max-width: unset;
    width: 80%;
  }
  .form-container .term-text {
    padding-bottom: 35px;
  }
  .form-container .term-text {
    padding-bottom: 35px;
  }
  .checkbox-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .form-container .form-main-wrapper .left-wrap,
  .form-container .form-main-wrapper .right-wrap {
    width: 100%;
    float: none;
  }
  .form-head h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 925px) {
  .form-container {
    width: 80%;
    margin-left: 0;
    transform: translateX(-50%);
  }
}
.microsoft-privacy {
  font-size: 12px;
  padding-top: 40px;
}
.microsoft-privacy-anchor {
  color: green;
}
