html {
    scroll-behavior: auto;
}

body {
    background: linear-gradient(180deg, #0d0d0f 0%, #121214 25%, #151518 50%, #121214 100%);
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    min-height: 100vh;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(229, 57, 53, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.site-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: transparent;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.22;
    pointer-events: none;
    transition: opacity 0.8s ease-in-out;
}

.site-background::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 100% 100% at 50% 100%, transparent 40%, rgba(13, 13, 15, 0.4) 100%);
    pointer-events: none;
}

@media (max-width: 1023px) {
    .site-background {
        background-attachment: scroll;
        opacity: 0.16;
    }
}

button,
a,
[data-controller],
[role="button"] {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.touch-manipulation {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}



.content-format {
    color: #d1d5db;
    font-family: 'Inter', sans-serif;
    line-height: 1.75;
    max-width: 100%;
}

.content-format iframe {
    width: 100%;
    max-width: 100%;
    border: none;
    border-radius: 0.5rem;
    margin: 1.5em 0;
    background-color: #1a1a1a;
    min-height: 315px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.content-format video {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 0;
    background-color: #000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    display: block;
}

.content-format video.full-width,
.content-format .full-width video {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    border-radius: 0;
}

.content-format audio {
    width: 100%;
    margin: 1.5em 0;
}

.content-format .video-container,
.content-format .iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 1.5em 0;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.content-format .video-container video,
.content-format .video-container iframe,
.content-format .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0.5rem;
}

.content-format figure {
    margin: 1.5em 0;
    max-width: 100%;
}

.content-format figure img,
.content-format figure video {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.content-format figcaption {
    margin-top: 0.75em;
    font-size: 0.9em;
    color: #a1a1aa;
    text-align: center;
    font-style: italic;
}

.content-format figure.full-width {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.content-format figure.full-width img,
.content-format figure.full-width video {
    width: 100%;
    border-radius: 0;
}

.content-format .video-container.full-width {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.content-format .video-container.full-width iframe,
.content-format .video-container.full-width video {
    border-radius: 0;
}

.content-format h1 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .content-format h1 {
        font-size: 3rem;
    }
}

.content-format h2 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: 1.75rem;
    margin-bottom: 1.25rem;
    color: #ffffff;
    line-height: 1.3;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(107, 114, 128, 0.5);
}

@media (min-width: 768px) {
    .content-format h2 {
        font-size: 2.25rem;
    }
}

.content-format h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .content-format h3 {
        font-size: 1.875rem;
    }
}

.content-format h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    color: #ffffff;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .content-format h4 {
        font-size: 1.5rem;
    }
}

.content-format h5 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    color: #ffffff;
    line-height: 1.4;
}

.content-format h6 {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    color: #ffffff;
    line-height: 1.4;
}

.content-format p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .content-format p {
        font-size: 1.125rem;
    }
}

.content-format p img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1em auto;
    display: block;
}

.content-format strong {
    color: #ffffff;
    font-weight: 700;
}

.content-format blockquote {
    border-left: 4px solid #E53935;
    padding-left: 1.5rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #d1d5db;
    background-color: rgba(44, 44, 44, 0.3);
    border-radius: 0 0.5rem 0.5rem 0;
}

.content-format ul {
    list-style-type: disc;
    margin: 1.25rem 0;
    padding-left: 2rem;
    color: #d1d5db;
}

.content-format ol {
    list-style-type: decimal;
    margin: 1.25rem 0;
    padding-left: 2rem;
    color: #d1d5db;
}

.content-format li {
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    color: #d1d5db;
}

.content-format li::marker {
    color: #E53935;
}

.content-format img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(107, 114, 128, 0.5);
}

.content-format a {
    color: #f87171;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.content-format a:hover {
    color: #ef4444;
}

.content-format hr {
    border: 0;
    height: 1px;
    background-color: rgba(107, 114, 128, 0.5);
    margin: 2rem 0;
}

.content-format code {
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    background-color: #2C2C2C;
    color: #f87171;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.875em;
}

.content-format pre {
    background-color: #2C2C2C;
    padding: 1.25rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin: 1.5rem 0;
    border: 1px solid rgba(107, 114, 128, 0.5);
}

.content-format pre code {
    background-color: transparent;
    color: inherit;
    padding: 0;
    font-size: inherit;
}

.content-format table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.content-format thead {
    background-color: #2C2C2C;
}

.content-format th {
    background-color: #2C2C2C;
    font-weight: 600;
    color: #ffffff;
    padding: 0.75rem 1rem;
    text-align: left;
    border: 1px solid rgba(107, 114, 128, 0.5);
}

.content-format td {
    padding: 0.75rem 1rem;
    border: 1px solid rgba(107, 114, 128, 0.5);
    text-align: left;
    color: #d1d5db;
}

.content-format tbody tr {
    transition: background-color 0.2s;
}

.content-format tbody tr:last-child td {
    border-bottom: 1px solid rgba(107, 114, 128, 0.5);
}

.content-format tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.05);
}


[data-navigation-target="link"][data-nav-active] {
    background-color: rgba(44, 44, 44, 0.5);
    color: #E53935;
}

[data-collapse-target="toggle"].active .form-section-chevron,
[data-collapse-target="toggle"].active .form-card-chevron {
    transform: rotate(180deg);
}

.editor-page-shell {
    border-radius: 0.75rem;
    border: 1px solid rgba(63, 63, 70, 0.5);
    background: linear-gradient(180deg, rgba(24, 24, 27, 0.82) 0%, #18181b 45%, #1e1e1e 100%);
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.35),
        0 4px 6px -4px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
}

@media (min-width: 640px) {
    .editor-page-shell {
        padding: 2rem;
    }
}

.page-header {
    margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
    .page-header {
        margin-bottom: 2rem;
    }
}

.editor-page-shell form .page-header {
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(63, 63, 70, 0.42);
}

@media (min-width: 640px) {
    .editor-page-shell form .page-header {
        padding-bottom: 1.5rem;
        margin-bottom: 1.75rem;
    }
}

.creator-zone-panel {
    border-radius: 0.75rem;
    background: linear-gradient(180deg, rgba(24, 24, 27, 0.78) 0%, #1c1c1e 50%, #1e1e1e 100%);
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
}

@media (min-width: 640px) {
    .creator-zone-panel {
        padding: 1.75rem;
    }
}

.admin-form-panel {
    border-radius: 0.75rem;
    border: 1px solid rgba(63, 63, 70, 0.45);
    background: linear-gradient(180deg, rgba(24, 24, 27, 0.72) 0%, #1e1e1e 100%);
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.admin-form-panel:last-child {
    margin-bottom: 0;
}

.form-card {
    border-radius: 0.75rem;
    border: 1px solid rgba(63, 63, 70, 0.5);
    background: linear-gradient(180deg, rgba(24, 24, 27, 0.75) 0%, #1c1c1e 50%, #1e1e1e 100%);
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.form-card-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: rgba(9, 9, 11, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
}

.form-card-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(229, 57, 53, 0.15);
    border-radius: 0.375rem;
    color: #E53935;
    flex-shrink: 0;
}

.form-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0.25rem 0;
}

.form-card-description {
    font-size: 0.8125rem;
    color: #9ca3af;
    margin: 0;
    line-height: 1.4;
}

.form-card-body {
    padding: 1.5rem;
}

.form-card .wysiwyg-editor-surface {
    border-radius: 0.625rem;
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow:
        inset 0 1px 0 0 rgba(255, 255, 255, 0.04),
        0 0 0 1px rgba(0, 0, 0, 0.35);
    background: linear-gradient(180deg, rgba(9, 9, 11, 0.55) 0%, rgba(30, 30, 30, 0.98) 100%);
}

.visibility-tile-editorial {
    background-color: rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.4);
}

.visibility-tile-editorial:hover {
    border-color: rgba(245, 158, 11, 0.6);
    background-color: rgba(245, 158, 11, 0.15);
}

.visibility-tile-editorial:hover .visibility-tile-editorial-label {
    color: rgba(251, 191, 36, 0.95);
}

.visibility-tile-editorial-checked {
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.5);
    border-color: rgba(245, 158, 11, 0.5);
    background-color: rgba(245, 158, 11, 0.05);
}

.visibility-tile-editorial.group:hover .visibility-tile-editorial-label {
    color: rgba(251, 191, 36, 0.9);
}

.form-radio-editorial:checked {
    background-color: #f59e0b;
    background-image: radial-gradient(circle at center, white 30%, transparent 30%);
    box-shadow: 0 1px 3px rgba(245, 158, 11, 0.4);
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-group label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #d1d5db;
    margin-bottom: 0.5rem;
}

.form-group .form-hint {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.375rem;
}

.form-checkbox-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.25rem;
}

.form-checkbox-row .form-checkbox-button {
    margin: 0;
}

.form-checkbox-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 0.875rem;
    background: rgba(26, 26, 26, 0.8);
    border: 1px solid rgba(75, 85, 99, 0.35);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-checkbox-button .form-checkbox,
.form-checkbox-button .form-radio {
    align-self: center;
    margin: 0;
    padding: 0;
}

.form-checkbox-button:hover {
    background: rgba(38, 38, 38, 0.9);
    border-color: rgba(107, 114, 128, 0.45);
}

.form-checkbox-button:has(.form-checkbox:checked),
.form-checkbox-button:has(.form-radio:checked) {
    background: rgba(229, 57, 53, 0.08);
    border-color: rgba(229, 57, 53, 0.35);
}

.form-checkbox-button:has(.form-checkbox:checked):hover,
.form-checkbox-button:has(.form-radio:checked):hover {
    background: rgba(229, 57, 53, 0.12);
    border-color: rgba(229, 57, 53, 0.45);
}

.form-checkbox-button-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #9ca3af;
    letter-spacing: 0.01em;
    user-select: none;
}

.form-checkbox-button:has(.form-checkbox:checked) .form-checkbox-button-label,
.form-checkbox-button:has(.form-radio:checked) .form-checkbox-button-label {
    color: #e5e7eb;
}

.form-checkbox,
.form-radio {
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    min-height: 1.25rem;
    margin: 0;
    padding: 0;
    border: 1.5px solid rgba(107, 114, 128, 0.5);
    background-color: #1f2937;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    vertical-align: middle;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-checkbox:hover,
.form-radio:hover {
    border-color: rgba(156, 163, 175, 0.6);
    background-color: #374151;
}

.form-checkbox:checked {
    background-color: #E53935;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
    background-size: 65% 65%;
    background-position: center;
    background-repeat: no-repeat;
    border-color: transparent;
    box-shadow: 0 1px 3px rgba(229, 57, 53, 0.4);
}

.form-checkbox:focus,
.form-radio:focus {
    outline: none;
}

.form-checkbox:focus-visible,
.form-radio:focus-visible {
    box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.3);
}

.form-checkbox:checked:focus-visible,
.form-radio:checked:focus-visible {
    box-shadow: 0 1px 3px rgba(229, 57, 53, 0.4), 0 0 0 3px rgba(229, 57, 53, 0.3);
}

.form-radio {
    border-radius: 50%;
}

.form-radio:checked {
    background-color: #E53935;
    background-image: radial-gradient(circle at center, white 30%, transparent 30%);
    background-size: 100% 100%;
    border-color: transparent;
    box-shadow: 0 1px 3px rgba(229, 57, 53, 0.4);
}

.btn-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(135deg, #E53935 0%, #c62828 100%);
    border: 1px solid rgba(229, 57, 53, 0.5);
    border-radius: 0.5rem;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(229, 57, 53, 0.2);
}

.btn-more:hover {
    background: linear-gradient(135deg, #c62828 0%, #b71c1c 100%);
    border-color: rgba(229, 57, 53, 0.8);
    box-shadow: 0 4px 12px rgba(229, 57, 53, 0.3);
    transform: translateY(-1px);
}

.btn-more:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.5);
}

.form-actions-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    margin-top: 1.75rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(63, 63, 70, 0.45);
    background: rgba(0, 0, 0, 0.28);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.form-actions-bar .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #9ca3af;
    background: transparent;
    border: 1px solid rgba(75, 85, 99, 0.5);
    border-radius: 0.5rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.form-actions-bar .btn-secondary:hover {
    color: #fff;
    border-color: rgba(75, 85, 99, 0.8);
    background: rgba(75, 85, 99, 0.2);
}

.form-actions-bar .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(135deg, #E53935 0%, #c62828 100%);
    border: 1px solid rgba(229, 57, 53, 0.5);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(229, 57, 53, 0.2);
}

.form-actions-bar .btn-primary:hover {
    background: linear-gradient(135deg, #c62828 0%, #b71c1c 100%);
    border-color: rgba(229, 57, 53, 0.8);
    box-shadow: 0 4px 12px rgba(229, 57, 53, 0.3);
    transform: translateY(-1px);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.editor-sidebar-section {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(75, 85, 99, 0.3);
}

.editor-sidebar-section:last-child {
    border-bottom: none;
}

.editor-sidebar-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    margin-bottom: 0.75rem;
}

.editor-sidebar-title i {
    color: #E53935;
    opacity: 0.8;
}

[data-app-target="loader"] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.content-loader-overlay {
    animation: fadeIn 0.2s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.animate-spin {
    animation: spin 1s linear infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.animate-bounce {
    animation: bounce 1s ease-in-out infinite;
}

@keyframes progress {
    0% {
        width: 0%;
        transform: translateX(0);
    }
    50% {
        width: 70%;
        transform: translateX(0);
    }
    100% {
        width: 100%;
        transform: translateX(100%);
    }
}

.animate-progress {
    animation: progress 1.5s ease-in-out infinite;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.4s ease-out forwards;
}

.animate-slide-in-right {
    animation: slideInRight 0.4s ease-out forwards;
}

.animate-slide-in-left {
    animation: slideInLeft 0.4s ease-out forwards;
}

.content-fade-in {
    opacity: 0;
    animation: fadeInUp 0.5s ease-out forwards;
}

.content-fade-in-delayed {
    opacity: 0;
    animation: fadeInUp 0.5s ease-out forwards;
    animation-delay: 0.1s;
}

main {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

main > div {
    width: 100%;
    box-sizing: border-box;
}

main section {
    min-width: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}

main section > div {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

main section > div > * {
    max-width: 100%;
    box-sizing: border-box;
}

main aside {
    box-sizing: border-box;
}
