/** Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }

/** Basic styling */
body { font: 400 16px/1.5 ui-rounded, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: #111; background-color: #fdfdfd; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; display: flex; min-height: 100vh; flex-direction: column; }

/** Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; }

/** `main` element */
main { display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */ }

/** Images */
img { max-width: 100%; vertical-align: middle; }

/** Figures */
figure > img { display: block; }

figcaption { font-size: 14px; }

/** Lists */
ul, ol { margin-left: 30px; }

li > ul, li > ol { margin-bottom: 0; }

/** Headings */
h1, h2, h3, h4, h5, h6 { font-weight: 400; }

/** Links */
a { color: #2a7ae2; text-decoration: none; }

a:visited { color: #1756a9; }

a:hover { color: #111; text-decoration: underline; }

.social-media-list a:hover { text-decoration: none; }

.social-media-list a:hover .username { text-decoration: underline; }

/** Blockquotes */
blockquote { color: #828282; border-left: 4px solid #e8e8e8; padding-left: 15px; font-size: 18px; letter-spacing: -1px; font-style: italic; }

blockquote > :last-child { margin-bottom: 0; }

/** Code formatting */
pre, code { font-size: 15px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eef; }

code { padding: 1px 5px; }

pre { padding: 8px 12px; overflow-x: auto; }

pre > code { border: 0; padding-right: 0; padding-left: 0; }

/** Wrapper */
.wrapper { max-width: -webkit-calc(980px - (30px * 2)); max-width: calc(980px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }

@media screen and (max-width: 1440px) { .wrapper { max-width: -webkit-calc(980px - (30px)); max-width: calc(980px - (30px)); padding-right: 15px; padding-left: 15px; } }

@media screen and (max-width: 600px) { .wrapper { overflow: hidden; } }

/** Clearfix */
/** Icons */
.svg-icon { width: 16px; height: 16px; display: inline-block; fill: #828282; padding-right: 5px; vertical-align: text-top; }

.social-media-list li + li { padding-top: 5px; }

/** Tables */
table { margin-bottom: 30px; width: 100%; text-align: left; color: #3f3f3f; border-collapse: collapse; border: 1px solid #e8e8e8; }

table tr:nth-child(even) { background-color: #f7f7f7; }

table th, table td { padding: 10px 15px; }

table th { background-color: #f0f0f0; border: 1px solid #dedede; border-bottom-color: #c9c9c9; }

table td { border: 1px solid #e8e8e8; }

/** Site header */
.site-header { min-height: 50px; }

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.site-header + .page-content { padding-top: 50px; }

.site-title { font-size: 26px; font-weight: 300; line-height: 54px; letter-spacing: -1px; margin-bottom: 0; float: left; }

.site-title, .site-title:visited { color: #424242; }

.site-nav { float: right; line-height: 54px; }

.site-nav .nav-trigger { display: none; }

.site-nav .menu-icon { display: none; }

.site-nav .page-link { color: #111; line-height: 1.5; }

.site-nav .page-link:not(:last-child) { margin-right: 20px; }

@media screen and (max-width: 600px) { .site-nav { position: absolute; top: 9px; right: 15px; background-color: #fdfdfd; border: 1px solid #e8e8e8; border-radius: 5px; text-align: right; } .site-nav label[for="nav-trigger"] { display: block; float: right; width: 36px; height: 36px; z-index: 2; cursor: pointer; } .site-nav .menu-icon { display: block; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; } .site-nav .menu-icon > svg { fill: #424242; } .site-nav input ~ .trigger { clear: both; display: none; } .site-nav input:checked ~ .trigger { display: block; padding-bottom: 5px; } .site-nav .page-link { display: block; padding: 5px 10px; margin-left: 20px; } .site-nav .page-link:not(:last-child) { margin-right: 0; } }

/** Site footer */
.site-footer { border-top: 1px solid #e8e8e8; padding: 30px 0; }

.footer-heading { font-size: 18px; margin-bottom: 15px; }

.contact-list, .social-media-list { list-style: none; margin-left: 0; }

.footer-col-wrapper { font-size: 15px; color: #828282; margin-left: -15px; }

.footer-col { float: left; margin-bottom: 15px; padding-left: 15px; }

.footer-col-1 { width: -webkit-calc(35% - (30px / 2)); width: calc(35% - (30px / 2)); }

.footer-col-2 { width: -webkit-calc(20% - (30px / 2)); width: calc(20% - (30px / 2)); }

.footer-col-3 { width: -webkit-calc(45% - (30px / 2)); width: calc(45% - (30px / 2)); }

@media screen and (max-width: 1440px) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (30px / 2)); width: calc(50% - (30px / 2)); } .footer-col-3 { width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } }

@media screen and (max-width: 600px) { .footer-col { float: none; width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } }

/** Page content */
.page-content { flex: 1; }

.page-heading { font-size: 32px; }

.post-list-heading { font-size: 28px; }

.post-list { margin-left: 0; list-style: none; }

.post-list > li { margin-bottom: 30px; }

.post-meta { font-size: 14px; color: #828282; }

.post-link { display: block; font-size: 24px; }

/** Posts */
.post-header { margin-bottom: 30px; }

.post-title { font-size: 42px; letter-spacing: -1px; line-height: 1; }

@media screen and (max-width: 1440px) { .post-title { font-size: 36px; } }

.post-content { margin-bottom: 30px; }

.post-content h2 { font-size: 32px; }

@media screen and (max-width: 1440px) { .post-content h2 { font-size: 28px; } }

.post-content h3 { font-size: 26px; }

@media screen and (max-width: 1440px) { .post-content h3 { font-size: 22px; } }

.post-content h4 { font-size: 20px; }

@media screen and (max-width: 1440px) { .post-content h4 { font-size: 18px; } }

/** Syntax highlighting styles */
.highlight { background: #fff; }

.highlighter-rouge .highlight { background: #eef; }

.highlight .c { color: #998; font-style: italic; }

.highlight .err { color: #a61717; background-color: #e3d2d2; }

.highlight .k { font-weight: bold; }

.highlight .o { font-weight: bold; }

.highlight .cm { color: #998; font-style: italic; }

.highlight .cp { color: #999; font-weight: bold; }

.highlight .c1 { color: #998; font-style: italic; }

.highlight .cs { color: #999; font-weight: bold; font-style: italic; }

.highlight .gd { color: #000; background-color: #fdd; }

.highlight .gd .x { color: #000; background-color: #faa; }

.highlight .ge { font-style: italic; }

.highlight .gr { color: #a00; }

.highlight .gh { color: #999; }

.highlight .gi { color: #000; background-color: #dfd; }

.highlight .gi .x { color: #000; background-color: #afa; }

.highlight .go { color: #888; }

.highlight .gp { color: #555; }

.highlight .gs { font-weight: bold; }

.highlight .gu { color: #aaa; }

.highlight .gt { color: #a00; }

.highlight .kc { font-weight: bold; }

.highlight .kd { font-weight: bold; }

.highlight .kp { font-weight: bold; }

.highlight .kr { font-weight: bold; }

.highlight .kt { color: #458; font-weight: bold; }

.highlight .m { color: #099; }

.highlight .s { color: #d14; }

.highlight .na { color: #008080; }

.highlight .nb { color: #0086B3; }

.highlight .nc { color: #458; font-weight: bold; }

.highlight .no { color: #008080; }

.highlight .ni { color: #800080; }

.highlight .ne { color: #900; font-weight: bold; }

.highlight .nf { color: #900; font-weight: bold; }

.highlight .nn { color: #555; }

.highlight .nt { color: #000080; }

.highlight .nv { color: #008080; }

.highlight .ow { font-weight: bold; }

.highlight .w { color: #bbb; }

.highlight .mf { color: #099; }

.highlight .mh { color: #099; }

.highlight .mi { color: #099; }

.highlight .mo { color: #099; }

.highlight .sb { color: #d14; }

.highlight .sc { color: #d14; }

.highlight .sd { color: #d14; }

.highlight .s2 { color: #d14; }

.highlight .se { color: #d14; }

.highlight .sh { color: #d14; }

.highlight .si { color: #d14; }

.highlight .sx { color: #d14; }

.highlight .sr { color: #009926; }

.highlight .s1 { color: #d14; }

.highlight .ss { color: #990073; }

.highlight .bp { color: #999; }

.highlight .vc { color: #008080; }

.highlight .vg { color: #008080; }

.highlight .vi { color: #008080; }

.highlight .il { color: #099; }

html { scroll-behavior: smooth; }

body { font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: white; }

section, article { padding: 80px 0; }

h1, h2, h3, p { margin-bottom: 0; }

@media screen and (max-width: 600px) { h1, h2, h3, p { justify-content: center; } }

h1, h2 { display: block; font-style: normal; }

h1 { font-size: 3em; font-weight: 150; }

h2, .post-content h2 { font-size: 2em; font-weight: 200; }

h3, .post-content h3 { font-size: 1.5em; font-weight: 300; }

p { font-size: 1em; }

a { color: black; font-weight: bold; }

a:hover, a:visited { color: black; }

a:hover { text-decoration: none; }

.wrapper { max-width: 1024px; padding-right: 10px; padding-left: 10px; }

.post-title { letter-spacing: 0; line-height: normal; }

.landing > * { justify-content: center; text-align: left; }

@media screen and (max-width: 600px) { .landing > * { text-align: center; } }

.landing section h2 { padding: 20px 0; text-align: center; }

.landing #breakdown { background-color: #f7f7f7; }

.landing #reviews { background-color: #fafafa; color: black; }

.landing #faq .faq details { cursor: pointer; color: rgba(0, 0, 0, 0.6); min-height: 44px; margin-bottom: 20px; padding: 10px; border-width: 1px; border-style: solid; border-color: rgba(0, 0, 0, 0.1); border-radius: 1rem; text-align: left; }

.landing #faq .faq details:hover { background-color: rgba(0, 0, 0, 0.025); }

.landing #faq .faq details summary { color: black; }

.landing #faq .faq details p { justify-content: left; padding-left: 16px; padding-top: 10px; }

.landing #faq .faq details .date { font-size: 0.7em; color: rgba(0, 0, 0, 0.4); }

.landing #faq .faq details summary > * { display: inline; }

.site-header { background-color: white; }

.site-title, .site-title:visited { color: black; }

.site-nav .page-link { color: black; }

@media screen and (max-width: 600px) { .site-nav { background-color: black; border: none; } .site-nav .page-link { margin-left: 0; } .site-nav .menu-icon { display: block; } .site-nav .menu-icon > svg { fill: black; } }

.landing body { color: black; background-color: white; }

.mac-app-store-badge img { height: 60px; width: auto; border-radius: 10px; background-color: black; }

.mac-app-store-badge svg text { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.landing #main { padding-bottom: 0; }

.landing #main .wrapper .container { width: 100%; display: flex; flex-direction: row; gap: 8vw; align-items: center; }

.landing #main .wrapper .container .left { position: relative; flex: 0.61803; min-height: 508px; }

.landing #main .wrapper .container .left .bezel { position: absolute; right: 0; top: 0; width: 1440px; height: calc(100% - 30px); background-color: #f7f7f7; border-radius: 50px 50px 0 0; padding-right: 30px; padding-top: 30px; border-right: 2px solid #f4f4f4; border-top: 2px solid #f4f4f4; }

.landing #main .wrapper .container .left .bezel .content { position: relative; width: 100%; height: 100%; border-radius: 0 20px 0 0; overflow: hidden; z-index: 1; }

.landing #main .wrapper .container .left .bezel .content img { position: absolute; top: 0; right: 0; display: block; min-width: calc(2880px / 2); min-height: calc(1800px / 2); }

.landing #main .wrapper .container .left .bezel .content video { position: absolute; top: 0px; right: 0; width: 445px; height: 278px; }

.landing #main .wrapper .container .right { display: flex; flex: 0.38197; flex-direction: column; gap: 20px; }

.landing #main .wrapper .container .right h2, .landing #main .wrapper .container .right p { text-align: left; padding: 0; }

@media screen and (max-width: 600px) { .landing #main .wrapper .container .right h2, .landing #main .wrapper .container .right p { text-align: center; } }

.landing #main .wrapper .container .right .mac-app-store-badge img { height: 60px; width: auto; border-radius: 10px; background-color: black; }

.landing #main .wrapper .container .right .mac-app-store-badge svg text { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

@media screen and (max-width: 600px) { .landing #main .wrapper .container { flex-direction: column; } .landing #main .wrapper .container .left { order: 2; flex: 1; width: 100%; } .landing #main .wrapper .container .right { order: 1; flex: 1; gap: 10px; } }

#features { display: flex; flex-direction: column; }

#features .feature-item, #features .even, #features .odd { padding-top: 50px; padding-bottom: 50px; }

#features .feature-item .wrapper, #features .even .wrapper, #features .odd .wrapper { display: flex; flex-direction: row; align-items: center; gap: 20px; }

#features .feature-item .wrapper .text, #features .even .wrapper .text, #features .odd .wrapper .text { flex: 0.38197; flex-direction: column; }

#features .feature-item .wrapper .media, #features .even .wrapper .media, #features .odd .wrapper .media { flex: 0.61803; display: flex; align-items: center; }

#features .feature-item .wrapper .media img, #features .even .wrapper .media img, #features .odd .wrapper .media img, #features .feature-item .wrapper .media video, #features .even .wrapper .media video, #features .odd .wrapper .media video { border-radius: 1rem; width: 100%; height: auto; }

#features .odd .wrapper .text { order: 2; }

#features .odd .wrapper .media { order: 1; }

@media screen and (max-width: 600px) { #features .feature-item, #features .odd, #features .even { display: block; } #features .feature-item .wrapper, #features .odd .wrapper, #features .even .wrapper { flex-direction: column; } #features .feature-item .wrapper .media, #features .odd .wrapper .media, #features .even .wrapper .media { margin-left: -10px; margin-right: -10px; } #features .feature-item .wrapper .media img, #features .odd .wrapper .media img, #features .even .wrapper .media img, #features .feature-item .wrapper .media video, #features .odd .wrapper .media video, #features .even .wrapper .media video { border-radius: 0; } #features .odd .wrapper .text { order: 1; } #features .odd .wrapper .media { order: 2; } }

.reviews-container { display: flex; flex-direction: column; gap: 80px; }

.reviews-container .stories-container { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 250px 250px; gap: 10px; }

.reviews-container .stories-container .story-card { position: relative; border-radius: 1rem; z-index: 1; overflow: hidden; display: flex; align-items: center; filter: grayscale(1); }

.reviews-container .stories-container .story-card img { position: relative; }

.reviews-container .stories-container .story-card p { position: absolute; color: white; font-size: 34px; line-height: 1.2; font-weight: 700; text-shadow: 0 0 4px rgba(0, 0, 0, 0.5); left: 50%; transform: translate(-50%, 0); text-align: center; }

.reviews-container .stories-container .with-link:hover { filter: none; }

@media screen and (max-width: 600px) { .reviews-container .stories-container { display: flex; width: 100%; flex-direction: column; } .reviews-container .stories-container .story-card { border-radius: 0; width: 100%; } .reviews-container .stories-container .with-link { height: 250px; } .reviews-container .stories-container .no-link { height: 170px; } }

.reviews-container .articles { height: auto; }

.reviews-container .articles h2 { display: none; }

.reviews-container .articles .content-swiper { width: 100%; height: 70%; }

.reviews-container .articles .content-swiper .swiper-slide { text-align: center; font-size: 18px; display: flex; justify-content: center; align-items: center; width: 100%; }

.reviews-container .articles .content-swiper .swiper-slide .article-card { width: 100%; height: 100%; object-fit: cover; display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 20px; position: relative; padding: 40px; }

.reviews-container .articles .content-swiper .swiper-slide .article-card img { display: none; }

.reviews-container .articles .content-swiper .swiper-button-next, .reviews-container .articles .content-swiper .swiper-button-prev { color: rgba(0, 0, 0, 0.6); }

.reviews-container .articles .thumbs-swiper { height: 30%; }

.reviews-container .articles .thumbs-swiper .swiper-wrapper .swiper-slide { filter: grayscale(1); transition: filter 400ms cubic-bezier(0.23, 1, 0.32, 1); display: flex; justify-content: center; align-items: center; height: 80px; opacity: 0.5; }

.reviews-container .articles .thumbs-swiper .swiper-wrapper .swiper-slide img { height: 80px; width: auto; }

.reviews-container .articles .thumbs-swiper .swiper-wrapper .swiper-slide .macworld { height: 22px; }

.reviews-container .articles .thumbs-swiper .swiper-wrapper .swiper-slide .macstories { height: 22px; }

.reviews-container .articles .thumbs-swiper .swiper-wrapper .swiper-slide .cnet { height: 20px; }

.reviews-container .articles .thumbs-swiper .swiper-wrapper .swiper-slide .macformat { height: 34px; }

.reviews-container .articles .thumbs-swiper .swiper-wrapper .swiper-slide .bgr { height: 22px; }

.reviews-container .articles .thumbs-swiper .swiper-wrapper .swiper-slide .lifehacker { height: 24px; }

.reviews-container .articles .thumbs-swiper .swiper-wrapper .swiper-slide-thumb-active { opacity: 1; filter: none; transition: filter 400ms cubic-bezier(0.23, 1, 0.32, 1); }

@media screen and (max-width: 600px) { #reviews .wrapper { padding: 0; } }

#breakdown .content { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }

#breakdown .content .v-labeled-content { display: flex; flex-direction: column; justify-content: space-between; border-radius: 1rem; z-index: 1; overflow: hidden; width: 100%; background-color: white; }

#breakdown .content .v-labeled-content .text-container { display: flex; flex-direction: column; gap: 15px; padding: 20px; }

#breakdown .content .v-labeled-content .text-container .label { opacity: 0.5; font-size: 0.8em; }

#breakdown .content .v-labeled-content .text-container .title { padding: 0; max-height: none; }

@media screen and (max-width: 600px) { #breakdown .content .v-labeled-content { border-radius: 0; } }

#breakdown .content .video-container { position: relative; overflow: hidden; width: 100%; aspect-ratio: 1.61803; }

#breakdown .content .video-container video { position: absolute; right: 0; top: 0; max-width: 445px; max-height: 278px; width: 100%; }

@media screen and (max-width: 600px) { #breakdown .wrapper { padding: 0; } #breakdown .content { display: flex; flex-direction: column; } }

.grid-container { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; }

.grid-container video { width: 445px; height: 278px; }

@media screen and (max-width: 600px) { .grid-container { grid-template-columns: 1fr; } }

.subheader { position: sticky; top: 0; width: 100%; background-color: rgba(255, 255, 255, 0.72); -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); z-index: 2; padding: 10px 0; }

.subheader .wrapper { display: flex; justify-content: space-between; align-items: center; position: relative; width: 100%; overflow: visible; }

.subheader .page-title { color: black; }

.subheader .page-title a:hover { text-decoration: none; }

.subheader .page-title .label { display: flex; align-items: center; gap: 2px; }

.subheader .page-title .label > *:not(last-child) { margin-right: 5px; }

.subheader .page-title .label img { height: calc(44px - 2 * 5px); width: auto; filter: drop-shadow(0 0px 4px rgba(0, 0, 0, 0.3)); }

.subheader .page-title .label .titles { display: block; text-align: left; line-height: 1.1; }

.subheader .page-title .label .titles p { font-size: calc(44px - 10px); font-weight: 200; }

.subheader .page-link { color: black; }

.subheader .page-link.Download { color: white; background-color: black; border-radius: 10px; padding: 4px 15px; }

@media screen and (max-width: 600px) { .subheader .menu { background-color: rgba(255, 255, 255, 0.72); -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); } }

.subheader .page-nav { align-items: center; }

.subheader .menu { list-style-type: none; margin: 0; padding: 0; }

.subheader .page-nav, .subheader .menu { display: flex; flex-direction: row; gap: 3rem; }

.subheader .menu > li { overflow: hidden; }

.subheader .menu-button-container { display: none; height: 100%; width: 44px; cursor: pointer; flex-direction: column; justify-content: center; align-items: center; }

.subheader #menu-toggle { display: none; }

.subheader #menu-toggle + .menu-button-container .menu-button { transform: rotate(0); transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.subheader #menu-toggle:checked + .menu-button-container .menu-button { transform: rotate(-180deg); transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1); }

@media screen and (max-width: 600px) { .subheader * { box-sizing: border-box; } .subheader .page-nav { gap: 10px; } .subheader .menu-button-container { display: flex; } .subheader .menu { position: absolute; top: 0; margin-top: 44px; padding: 20px 0; left: 0; flex-direction: column; width: 100%; justify-content: center; align-items: center; gap: 0; } .subheader .menu > li { display: flex; margin: 0; padding: 0 10px; width: 100%; color: black; align-items: center; } .subheader .menu > li > a { width: 100%; } .subheader #menu-toggle ~ .menu { padding: 0.5px 0; opacity: 0; transition: padding 400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 0.1s linear 0.3s; } .subheader #menu-toggle:checked ~ .menu { padding: 20px 0; opacity: 1; transition: padding 400ms cubic-bezier(0.23, 1, 0.32, 1); } .subheader #menu-toggle ~ .menu li { height: 0; margin: 0; opacity: 0; transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 400ms cubic-bezier(0.23, 1, 0.32, 1); } .subheader #menu-toggle:checked ~ .menu li { height: 44px; opacity: 1; transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 400ms cubic-bezier(0.23, 1, 0.32, 1); } .subheader #menu-toggle:checked ~ .menu li:not(:last-child) > a { border-bottom: 1px solid rgba(0, 0, 0, 0.285714); } }

body:has(#press) { color: white; background-color: rgba(0, 0, 0, 0.85); }

body:has(#press) .site-header { background-color: transparent; }

body:has(#press) a { color: white; }

body:has(#press) .subheader { background-color: rgba(0, 0, 0, 0.85); }

body:has(#press) .hightlight { background: none !important; }

body:has(#press) pre, body:has(#press) code { background-color: rgba(0, 0, 0, 0.85); }

#press h2:not(:first-child) { margin-top: 20px; }

#press img { background: repeating-conic-gradient(#80808050 0% 25%, transparent 0% 50%) 50%/20px 20px; }

#press a { text-decoration: underline; }

#press #youtube-embed { width: 560px; height: 50px; }

footer .wrapper { display: flex; flex-direction: column; text-align: left; }

footer .wrapper .footer-col ul { display: flex; flex-direction: column; align-items: start; text-align: left; }

footer .wrapper .footer-col ul li { min-height: 30px; }

@media screen and (max-width: 600px) { footer .wrapper { justify-content: center; text-align: center; } footer .wrapper .footer-col ul { align-items: center; } footer .wrapper .footer-col ul li { min-height: 44px; } }

.support { display: flex; flex-direction: column; gap: 80px; }

.support #search-container { position: relative; z-index: 1; }

.support #search-container .input-container { display: flex; flex-direction: row; align-items: center; gap: 10px; border-radius: 22px; height: 44px; width: 100%; box-sizing: border-box; padding: 0 10px; background-color: black; }

.support #search-container .input-container i { color: white; }

.support #search-container .input-container input { display: block; width: inherit; background-color: transparent; color: white; height: 100%; border: none; }

.support #search-container .input-container input::placeholder { color: white; opacity: 1; }

.support #search-container .input-container input:focus { outline: none; }

.support #search-container ul { margin: 0; }

.support #search-container .add-offset { margin-top: -22px; padding-top: 32px; padding-bottom: 10px; }

.support #search-container #results-container { position: absolute; background-color: black; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); width: 100%; border-bottom-left-radius: 22px; border-bottom-right-radius: 22px; z-index: -1; list-style-type: none; display: flex; flex-direction: column; gap: 20px; }

.support #search-container #results-container li a { display: block; color: white; padding: 10px; width: 100%; }

.support #search-container #results-container li a:hover { background-color: rgba(255, 255, 255, 0.3); }

.support #search-container #results-container li a:visited { color: white; }

.support #search-container #results-container li a span.post-meta { font-size: 0.7em; color: rgba(255, 255, 255, 0.7); }

.support #search-container #results-container li:not(:has(a)) { color: white; padding: 10px; }

.support .faq { display: flex; flex-direction: column; gap: 40px; }

.support .faq .section { display: flex; flex-direction: row; gap: 10px; }

.support .faq .section .title { width: 38.197%; }

.support .faq .section .content { width: 61.803%; }

@media screen and (max-width: 600px) { .support .faq .section { flex-direction: column; } .support .faq .section .title { width: 100%; } .support .faq .section .content { width: 100%; } }

.support .faq .content details { cursor: pointer; color: rgba(0, 0, 0, 0.6); padding: 10px; border-width: 1px; border-bottom-style: solid; border-color: black; text-align: left; }

.support .faq .content details:first-child { border-top-style: solid; }

.support .faq .content details:hover { background-color: rgba(0, 0, 0, 0.025); }

.support .faq .content details summary { color: black; font-weight: bold; padding: 8px 0; }

.support .faq .content details p { justify-content: left; padding-left: 20px; padding-top: 10px; }

.support .faq .content details .date { font-size: 0.7em; color: rgba(0, 0, 0, 0.4); }

.support .faq .content details summary > * { display: inline; }

.support .articles { display: flex; flex-direction: column; gap: 40px; }

.support .articles .content a { color: black; font-weight: bold; padding: 8px 0; display: flex; align-items: center; }

.support .contact { display: flex; flex-direction: column; gap: 20px; background-color: black; color: white; border-radius: 1rem; text-align: center; align-items: center; padding: 20px; }

.support .contact .support-email { padding: 6px 10px; border-style: solid; border-width: 1px; border-color: white; border-radius: 8px; width: fit-content; color: inherit; }

.support .contact .support-email a { display: inline-block; }

.support .title-container { display: flex; flex-direction: column; gap: 20px; }

.support .title-container #search-container { width: 38.197%; }

@media screen and (max-width: 600px) { .support .title-container #search-container { width: 100%; } }

.mailing-list-container { display: flex; flex-direction: row; justify-content: center; align-items: center; text-align: center; }

.mailing-list-container .mailing-list { display: flex; flex-direction: column; gap: 10px; }

.mailing-list-container .mailing-list .submitted-hidden { display: none !important; }

.mailing-list-container .mailing-list .form-container { display: flex; flex-direction: column; gap: 10px; }

.mailing-list-container .mailing-list #mailing-list-form { display: flex; flex-direction: row; align-items: center; gap: 10px; border-radius: 22px; border-color: black; border-width: 2px; border-style: solid; height: 44px; width: 100%; box-sizing: border-box; padding-left: 10px; }

.mailing-list-container .mailing-list #mailing-list-form input[type="email"] { display: block; width: inherit; background-color: transparent; height: 100%; border: none; }

.mailing-list-container .mailing-list #mailing-list-form input[type="email"]::placeholder { opacity: 1; }

.mailing-list-container .mailing-list #mailing-list-form input[type="email"]:focus { outline: none; }

.mailing-list-container .mailing-list #mailing-list-form input[type="submit"] { background-color: black; color: white; height: 100%; border-top-right-radius: 22px; border-bottom-right-radius: 22px; border-style: none; width: 38.197%; font-weight: bold; cursor: pointer; }

.mailing-list-container .mailing-list .mailing-privacy { color: rgba(0, 0, 0, 0.6); font-size: 12px; }

.mailing-list-container .mailing-list { width: 500px; }

@media screen and (max-width: 600px) { .mailing-list-container .mailing-list { width: 100%; } }

/*# sourceMappingURL=main.css.map */