@charset "utf-8";
@font-face {
    font-family: 'HarmonyOS';
    src: url('../fonts/HarmonyOS-Sans.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
html {
    font-size: 16px;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth
}

body {
    margin: 0;
    background-color: var(--background-color);
    color: var(--foreground-color);
    font-family: 'HarmonyOS', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0.125rem;
    overflow: visible;
    background-color: var(--border-color);
    border: none;
    color: var(--border-color);
    margin: 2rem 0
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none;
    transition: color .15s ease
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
    -webkit-text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -0.125rem
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

/* ===== Variables & Global ===== */
:root,
[data-theme=light] {
    --background-color: #f8f8f8;
    --foreground-color: #1a1a1a;
    --highlight-color: #5b6d7a;
    --cell-background-color: #fff;
    --audio-background-color: #e9ebec;
    --secondary-color: #8899a6;
    --sm-border-radius: 0.188rem;
    --box-border-radius: 0.5rem;
    --media-border-radius: 0.625rem;
    --shadows: 0 1px 0.125rem rgba(0, 0, 0, .04);
    --box-margin: 0.625rem;
    --border-color: rgba(0, 0, 0, .06);
    --link-color: var(--highlight-color);
    --code-background-color: #f5f5f5;
    --icon-hover-filter: brightness(0);
    --icon-secondary-filter: opacity(.9);
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl: 1.5rem;
    --font-size-3xl: 1.75rem;

    /* 新增：提取所有写死颜色为变量 */
    --site-title-color: #333;
    --site-title-hover-color: #000;
    --link-normal-color: #778087;
    --link-hover-color: #4d5256;
    --nav-hover-bg: #00000008;
    --card-hover-shadow: #0000000f;
    --image-placeholder-bg: #f0f0f0;
    --avatar-bg: color-mix(in srgb, #fff 92%, #fcfaf5 8%);
    --copyright-color: #666;
    --header-border: rgba(0, 0, 0, 0.1);
}

[data-theme=dark] {
    --background-color: #121212;
    --foreground-color: #e0e0e0;
    --highlight-color: #8cb6e2;
    --cell-background-color: #1e1e1e;
    --audio-background-color: #f2f4f5;
    --secondary-color: #9aa7b1;
    --shadows: 0 1px 0.125rem rgba(0, 0, 0, .2);
    --border-color: rgba(255, 255, 255, .1);
    --link-color: var(--highlight-color);
    --code-background-color: #2d2d2d;
    --icon-hover-filter: brightness(1.3);
    --icon-secondary-filter: opacity(.6);

    /* 暗黑模式补充变量 */
    --site-title-color: #e0e0e0;
    --site-title-hover-color: #ffffff;
    --link-normal-color: #a0aebf;
    --link-hover-color: #ffffff;
    --nav-hover-bg: rgba(255, 255, 255, 0.06);
    --card-hover-shadow: rgba(0, 0, 0, 0.3);
    --image-placeholder-bg: #2a2a2a;
    --avatar-bg: #2a2a2a;
    --copyright-color: #888;
    --header-border: rgba(255, 255, 255, 0.1);
}

* {
    -webkit-tap-highlight-color: transparent
}

/* ===== Layout ===== */
#wrapper {
    margin: 0 1.250rem
}

#container {
    display: flex;
    margin: 0 auto;
    max-width: 850px;
    width: 100%
}

#main-container {
    border-right: 1px solid var(--border-color);
    flex: 1;
    margin-right: 1.250rem;
    padding: 1.250rem 1.875rem 1.250rem 0
}

#aside-container {
    min-width: 12.5rem;
    padding-bottom: 1.250rem;
    position: sticky;
    top: 0;
    width: 250px
}

/* ===== Header ===== */
#header {
    align-items: center;
    display: flex;
    font-weight: 600;
    margin-bottom: 0.625rem;
    padding: 0.625rem
}

.header-avatar {
    border: none;
    border-radius: 100%;
    display: block;
    height: 2.625rem;
    width: 2.625rem
}

.header-title {
    flex: 1;
    font-size: 1.125rem;
    letter-spacing: -.01em;
    margin-left: 0.750rem;
    padding-right: 0.625rem
}

.header-icons {
    align-items: center;
    display: flex;
    gap: 0.625rem
}

#header .header-icons {
    gap: 0.125rem
}

.header-icons button {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.social-icon {
    filter: var(--icon-secondary-filter);
    height: 1em;
    vertical-align: bottom;
    width: 1em;
    padding: 0.250rem;
    font-size: 1.125rem;
}

.social-icon:hover {
    filter: var(--icon-hover-filter);
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    color: var(--secondary-color);
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, transform .15s ease;
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: var(--nav-hover-bg);
    opacity: 0;
    transition: opacity .2s ease;
}

.social-link:hover::before {
    opacity: 1;
}

.social-link:active {
    transform: scale(0.92);
}

.social-link .social-icon {
    position: relative;
    z-index: 1;
    font-size: 1.125rem;
    transition: transform .3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity .2s ease;
}

/* 图标切换时的旋转动画 */
.social-link .social-icon {
    animation: iconPopIn .3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.social-link .social-icon {
    animation: iconPopIn .3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes iconPopIn {
    0% {
        transform: scale(0.5) rotate(-45deg);
        opacity: 0;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

/* ===== Navigation ===== */
#aside-container .nav {
    padding-top: 1.250rem;
    position: static;
    top: unset
}

.nav-item {
    align-items: center;
    display: flex;
    margin-bottom: 0.250rem
}

.nav-link:link,
.nav-link:visited {
    border-left: 0.188rem solid transparent;
    border-radius: var(--box-border-radius);
    color: var(--secondary-color);
    display: inline-block;
    flex: 1;
    padding: 0.375rem 0.750rem;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease
}

.nav-link.current {
    background-color: transparent;
    border-left-color: var(--highlight-color);
    color: var(--foreground-color);
    font-weight: 500
}

.nav-link:hover {
    background-color: var(--nav-hover-bg);
    color: var(--foreground-color)
}

/* ===== Links ===== */
a:link,
a:visited {
    color: var(--link-normal-color);
    line-break: loose
}

a:hover {
    color: var(--link-hover-color)
}

a.site-title:link,
a.site-title:visited {
    color: var(--site-title-color)
}

a.site-title:hover {
    color: var(--site-title-hover-color)
}

a.item-link:link,
a.item-link:visited {
    color: var(--link-color)
}

a.item-link:hover {
    text-decoration: underline
}

.site-title {
    transition: .2s ease;
    view-transition-name: site-title
}

/* ===== Content ===== */
.page-title {
    font-size: 1.250rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.625rem;
    padding: 0.625rem
}

#site-intro {
    background-color: var(--cell-background-color);
    border: 1px solid var(--border-color);
    border-radius: var(--box-border-radius);
    color: var(--secondary-color);
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 1.250rem;
    padding: 0.750rem 1rem
}

#site-intro[data-astro-cid-hpnw4vwy] {
    color: var(--secondary-color);
    word-break: break-word
}

#site-intro[data-astro-cid-hpnw4vwy] .emoji {
    font-style: normal;
    margin-right: 0.125rem
}

.mood-list,
.post-list {
    display: flex;
    flex-direction: column;
    gap: 0.750rem;
    margin: 1rem 0 0
}

.mood-item,
.post-state {
    background: var(--cell-background-color);
    border: 1px solid var(--border-color);
    border-radius: var(--box-border-radius);
    padding: 1rem 1.125rem;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    animation: fadeIn 0.5s ease
}

.mood-item:hover,
.post-state:hover {
    box-shadow: 0 0.125rem 0.5rem var(--card-hover-shadow);
    transform: translateY(-0.312rem)
}

.post-list .post-state {
    text-align: center;
    padding: 5rem 0;
    color: var(--site-title-color);
}

.post-state .icon {
    font-size: 3rem;
    opacity: 0.5;
    margin-bottom: 1.25rem;
    animation: float 3s ease-in-out infinite;
}

.post-state p {
    margin: 0.625rem 0;
    font-size: 1rem;
}

blockquote {
    margin: 1rem 0;
    font-style: italic;
    line-height: 1.7;
    border-left: 0.188rem solid transparent;
    border-radius: var(--box-border-radius);
    padding: 0.375rem 0.750rem;
    background-color: transparent;
    border-left-color: var(--highlight-color);
    color: var(--foreground-color);
    font-weight: 500;
}

blockquote p {
    margin: 0;
}

blockquote p+p {
    margin-top: 0.5rem;
}

blockquote cite {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    font-style: normal;
    color: var(--link-normal-color);
}

blockquote cite::before {
    content: "— ";
}

/* ===== Mood Elements ===== */
.mood-card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 2.250rem minmax(0, 1fr);
    align-items: start;
    gap: 0.625rem;
    min-width: 0;
}

.mood-avatar-shell {
    width: 2.250rem;
    height: 2.250rem;
    flex: 0 0 2.250rem;
    border-radius: 100%;
    overflow: hidden;
    background: var(--avatar-bg);
}

.mood-avatar {
    width: 2.250rem;
    height: 2.250rem;
    border-radius: 100%;
    display: block;
    background: var(--avatar-bg);
    object-fit: cover;
}

.mood-avatar-shell img {
    transition: opacity .24s ease, transform .24s ease, visibility 0s linear .24s;
}

.mood-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.mood-header {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    min-width: 0;
}

.mood-author-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.250rem 0.625rem;
    flex: 1;
    min-width: 0;
}

.mood-author-name {
    font-size: 0.92rem;
    line-height: 1.35;
}

.mood-time {
    font-size: 0.8rem;
    color: var(--secondary-color);
}

.mood-content {
    margin: 0;
    max-width: 100%;
    line-height: 1.8;
    font-size: 0.875rem;
    overflow-wrap: break-word;
}


.mood-content p {
    margin: 0;
}

.mood-content h1,
.mood-content h2,
.mood-content h3,
.mood-content h4,
.mood-content h5,
.mood-content h6 {
    margin: 0;
    font-weight: 600;
    line-height: 1.3;
    color: var(--foreground-color);
}

.mood-content h1 {
    font-size: 1.8em;
    border-bottom: 1px solid var(--header-border);
    padding-bottom: 0.3em;
}

.mood-content h2 {
    font-size: 1.5em;
    border-bottom: 1px solid var(--header-border);
    padding-bottom: 0.3em;
}

.mood-content h3 {
    font-size: 1.3em;
}

.mood-content h4 {
    font-size: 1.1em;
}

.mood-content a {
    border-bottom: 1px solid transparent;
    color: var(--link-normal-color);
    transition: border-color .2s
}

.mood-images {
    border-radius: var(--box-border-radius);
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden
}

.mood-images img {
    aspect-ratio: 1 / 1;
    background-color: var(--image-placeholder-bg);
    border-radius: var(--box-border-radius);
    cursor: zoom-in;
    display: block;
    height: 100%;
    margin: 0;
    object-fit: cover;
    transition: opacity .2s;
    width: 100%
}


.attachment-box,
.audio-box,
.image-box,
.video-box {
    border-left: none;
    display: flex;
    margin-left: 0;
    padding: 0.5rem 0 0
}

.attachment-box {
    align-items: center;
    box-sizing: border-box;
    display: grid;
    gap: 0.625rem;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%
}

.attachment-box img,
.image-box>img {
    aspect-ratio: 1/1;
    border: 1px solid var(--border-color);
    border-radius: var(--media-border-radius);
    box-shadow: var(--shadows);
    object-fit: cover;
    width: 100%
}

.image-box>img {
    display: block;
    height: auto;
    margin-bottom: 0.625rem;
    max-height: none;
    width: calc(100% - 1px)
}

.mood-content video {
    max-height: 360px;
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
    border: 1px solid var(--border-color);
    border-radius: var(--box-border-radius);
    box-shadow: var(--shadows);
    max-width: 100%
}

audio::-webkit-media-controls-play-button {
    color: var(--foreground-color)
}

audio::-webkit-media-controls-panel {
    background-color: var(--nav-hover-bg)
}

.mood-content audio {
    background-color: var(--audio-background-color);
    border: 1px solid var(--border-color);
    border-radius: var(--media-border-radius);
    box-shadow: var(--shadows);
    width: 100%
}

/* ===== Pagination ===== */
.pages-container {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 0.375rem;
    margin: 1.5rem 0;
    flex-wrap: wrap;
}

.page-prev,
.page-next {
    border: 1px solid var(--border-color);
    border-radius: 1.875rem;
    color: var(--secondary-color);
    font-size: 0.812rem;
    font-weight: 500;
    padding: 0.375rem 1rem;
    transition: all .2s ease;
    white-space: nowrap;
}

a.page-prev:hover,
a.page-next:hover {
    background-color: var(--nav-hover-bg);
    border-color: var(--highlight-color);
    color: var(--foreground-color);
}

.page-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.page-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    font-size: 0.812rem;
    font-weight: 500;
    color: var(--secondary-color);
    text-decoration: none;
    transition: all .2s ease;
}

a.page-num:hover {
    background-color: var(--nav-hover-bg);
    color: var(--foreground-color);
}

.page-current {
    background-color: var(--highlight-color);
    color: #fff !important;
    font-weight: 600;
    cursor: default;
}

/* ===== Checkbox ===== */
ul:has(input[type=checkbox]) {
    padding-inline-start: 0
}

li input[type=checkbox] {
    display: none
}

li:has(input[type=checkbox]) {
    list-style-type: none;
    margin-left: 0;
    pointer-events: none
}

li:has(input[type=checkbox]:not(:checked):disabled):before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.922' height='19.932'%3E%3Cpath fill-opacity='.85' d='M9.96 19.922c5.45 0 9.962-4.522 9.962-9.961C19.922 4.51 15.4 0 9.952 0 4.511 0 0 4.512 0 9.96c0 5.44 4.521 9.962 9.96 9.962m0-1.66A8.26 8.26 0 0 1 1.67 9.96c0-4.61 3.672-8.3 8.281-8.3 4.61 0 8.31 3.69 8.31 8.3s-3.69 8.3-8.3 8.3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1em 1em;
    content: "";
    display: inline-block;
    filter: var(--icon-hover-filter);
    height: 1em;
    margin-top: 0.125rem;
    pointer-events: all;
    vertical-align: text-top;
    width: 1.25em
}

li:has(input[type=checkbox]:checked:disabled):before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.283' height='19.932'%3E%3Cpath d='M19.922 9.96c0 5.44-4.512 9.962-9.961 9.962C4.52 19.922 0 15.4 0 9.96 0 4.51 4.512 0 9.951 0c5.45 0 9.97 4.512 9.97 9.96m-6.924-3.876-4.17 6.7-1.982-2.56c-.244-.322-.46-.41-.742-.41a.79.79 0 0 0-.782.801c0 .225.088.44.235.635l2.45 3.008c.255.342.528.478.86.478s.615-.156.82-.478l4.59-7.227c.118-.205.245-.43.245-.644 0-.46-.4-.752-.83-.752-.255 0-.508.156-.694.449'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1em 1em;
    content: "";
    display: inline-block;
    height: 1em;
    margin-top: 1px;
    pointer-events: all;
    vertical-align: text-top;
    width: 1.25em
}

/* ===== Search ===== */
.search-icon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 1.5rem;
    outline: none;
    padding: 0.250rem;
    position: absolute;
    color: var(--foreground-color);
    right: 0.312rem;
    top: 1.250rem;
    width: 1.5rem
}

.search-icon:after {
    background-color: var(--background-color);
    content: "\f0cd";
    font-family: 'remixicon' !important;
    font-style: normal;
    height: 100%;
    left: 0;
    line-height: 1.5rem;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%
}

.search-icon:checked+.search-form {
    display: block !important
}

.search-form {
    background: var(--code-background-color);
    border-radius: var(--box-border-radius);
    color: var(--secondary-color);
    display: none;
    padding: 0.5rem
}

.search-form>input {
    background: var(--code-background-color);
    border: 1px solid var(--background-color);
    border-radius: var(--box-border-radius);
    box-sizing: border-box;
    color: var(--secondary-color);
    font-size: 0.750rem;
    line-height: 2.4;
    outline: none;
    padding: 0 .5em;
    width: 100%
}

.copyright-wrap {
    color: var(--copyright-color);
    display: none;
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.5rem
}

.copyright-wrap p {
    margin: 0;
}

.icp-gov {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    justify-content: flex-end;
}

.icp-gov img {
    width: 0.875rem;
    height: 0.875rem;
}

/* ===== Back to Top ===== */
#back-to-top {
    background: var(--cell-background-color);
    border: 1px solid var(--border-color);
    border-radius: 100%;
    bottom: 1.250rem;
    color: var(--secondary-color);
    display: none;
    font-size: 1.5rem;
    height: 2.250rem;
    opacity: 0;
    position: fixed;
    right: 1.250rem;
    text-decoration: none;
    transition: opacity .3s, transform .3s;
    width: 2.250rem;
    z-index: 1000
}

#back-to-top:hover {
    box-shadow: 0 0.125rem 0.5rem var(--card-hover-shadow);
    transform: translateY(-0.125rem)
}

#back-to-top:active {
    transform: translateY(0)
}

#back-to-top img {
    filter: var(--icon-secondary-filter)
}

@supports (animation-timeline:view()) {
    #back-to-top {
        align-items: center;
        animation: fadeIn .5s linear both;
        animation-timeline: view(block 0 100vh);
        display: flex;
        justify-content: center
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
            pointer-events: none
        }

        to {
            opacity: .9;
            pointer-events: auto
        }
    }
}

/* ===== Responsive ===== */
@media screen and (max-width:799px) {
    #container {
        width: 100%
    }
}

@media screen and (max-width:600px) {
    #container {
        display: flex;
        flex-direction: column-reverse;
        width: 100%
    }

    #main-container {
        border-right: none;
        margin-right: 0;
        padding: 0.625rem 0 0;
        width: 100%
    }

    #header {
        margin-top: 0.625rem;
        padding: 0
    }

    .mood-list {
        margin-left: 0
    }

    .mood-card {
        gap: 0.5rem;
    }

    .mood-content {
        margin-left: 0;
        max-width: 100%;
    }

    #aside-container {
        background-color: var(--background-color);
        border-bottom: 1px solid var(--border-color);
        box-shadow: 0 1px 0.250rem #0000000a;
        padding-bottom: 0.625rem;
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 100
    }

    #aside-container .nav {
        display: flex;
        flex-wrap: wrap;
        gap: 0.125rem
    }

    #aside-container .nav-item {
        font-size: 0.812rem;
        line-height: 1
    }

    #aside-container .nav-link:link,
    #aside-container .nav-link:visited {
        border-left: none;
        padding: 0.375rem 0.625rem
    }

    #site-intro {
        margin: 1.250rem 0
    }

    .pages-container {
        gap: 0.250rem;
    }

    .page-prev,
    .page-next {
        padding: 0.312rem 0.750rem;
        font-size: 0.750rem;
    }

    .page-num {
        min-width: 1.750rem;
        height: 1.750rem;
        font-size: 0.750rem;
    }
}

@media screen and (min-width:600px) {
    #aside-container {
        height: 100vh;
        height: 100svh;
        overflow-y: auto
    }

    .search-form {
        display: block
    }

    .search-icon {
        display: none
    }

    .copyright-wrap {
        display: block
    }
}