.drone-test {
max-width: 860px;
margin: 0 auto;
line-height: 1.7;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.drone-test h1 {
text-align: center;
margin-bottom: 18px;
}
.drone-test figure {
text-align: center;
margin: 22px 0;
}
.drone-test img {
max-width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.drone-test figcaption {
font-size: 14px;
color: #666;
margin-top: 6px;
}
.drone-test h2 {
margin-top: 26px;
color: #222;
}
.drone-test ul {
margin-left: 18px;
}
.drone-test blockquote {
background: #f8f8f8;
padding: 14px 16px;
border-left: 4px solid #ff9900;
margin: 20px 0;
}
.drone-test .cta {
text-align: center;
margin-top: 24px;
}
.drone-test .cta a {
background: #ff9900;
color: #fff;
padding: 14px 24px;
border-radius: 8px;
text-decoration: none;
font-weight: 700;
display: inline-block;
font-size: 16px;
transition: background 0.3s;
}
.drone-test .cta a:hover {
background: #e68a00;
}
.drone-test .disclaimer {
font-size: 12px;
color: #777;
text-align: center;
margin-top: 10px;
}