@import url('https://fonts.cdnfonts.com/css/long-shot');
/* source-sans-3-latin-500-normal */
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-3@latest/latin-500-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-3@latest/latin-500-normal.woff) format('woff');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

header {
    position: relative;
    background-image: url('/image/header2.webp');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 700px;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    margin: 0;
    font-family: 'Source Sans 3', sans-serif;
    height: 100vh;
    color: white;
    position: relative;
    cursor: default;
    background: #000;
}

/* Flash Deal Section */
.flash-deal {
    position: absolute; 
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 550px;
    height: 220px;
    z-index: 3; 
}

.flash-deal-image {
    width: 100%;
    height: 100%;
    z-index: 1; 
    display: block;
}

.flash-deal-content {
    position: absolute;
    top: 6%;
    right: 23%;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flash-deal h2 {
    margin: 0 0 5px 0;
    font-size: 20px;
    color: #D9A91C;
    letter-spacing: 1.5px;
    font-family: 'Long Shot', sans-serif;
}

.logo-highlight {
    color: #e6e6e6;
}

/* Timer Section */
.timer-section {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 5px;
}

.timer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer-button {
    border: none;
    padding: 5px;
    color: black;
    border-radius: 5px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timer-button .countdown {
    font-size: 14px;
    color: #000000;
    font-family: 'Bahnschrift', sans-serif;
}

.timer-label {
    font-size: 10px;
    color: white;
    margin-top: 3px;
    font-family: 'Bahnschrift', sans-serif;
}

.learn-more {
    background-color: #D9A91C;
    padding: 5px 15px 2px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 20px;
    font-family: 'Long Shot', sans-serif;
}

.ribbon {
    bottom: 0;
    width: 100%;
    background-image: url('/image/Ribbon.webp');
    background-size: cover;
    background-position: center;
    padding: 0 10px 3px;
    text-align: center;
    color: black;
    font-family: 'Long Shot', sans-serif;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 1px;
    font-size: 30px;
    height: 45px;
    display: flex;
    align-items: center; 
    justify-content: center; 
}

.ribbon span {
    margin: 0 10px;
}

.ribbon-content {
    display: inline-block;
    white-space: nowrap;
    animation: scrollLeftToRight 20s linear infinite;
}

@keyframes scrollLeftToRight {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1024px) {
    .ribbon {
        font-size: 26px;
        height: 40px;
    }
}

/* ↓ Tablet nhỏ: max-width 767px */
@media (max-width: 767px) {
    .ribbon {
        font-size: 22px;
        height: 36px;
    }

    .ribbon span {
        margin: 0 8px;
    }
}

/* ↓ Điện thoại trung bình: max-width 587px */
@media (max-width: 587px) {
    .ribbon {
        font-size: 18px;
        height: 30px;
    }

    .ribbon-content {
        margin-top: 2px;
    }
}

/* ↓ Điện thoại rất nhỏ: max-width 480px */
@media (max-width: 480px) {
    .ribbon {
        font-size: 16px;
        height: 28px;
        letter-spacing: 0.5px;
    }

    .ribbon-content {
        margin-top: 3px;
    }
}
  
/* iPad ngang (768px – 1024px) */
@media (max-width: 1024px) {
    header {
        background-image: url('/image/header2.webp');
        background-size: cover;
        background-position: left center;
        height: 550px;
    }
  
    /* Flash Sale sát phải */
    .flash-deal {
        right: 0; 
        transform: translateY(-50%); 
        width: 400px; 
        height: 160px; 
        z-index: 3; 
    }
    .flash-deal h2 {
        font-size: 14px;
    }
    .timer-button {
        border-radius: 3px;
        font-size: 7px;
        width: 20px;
        height: 20px;
    }
    .timer-button .countdown {
        padding: 3px 0 0; 
    }
    .timer-label {
        font-size: 8px;
    }
    .learn-more {
        font-size: 12px;
        border-radius: 3px;
        padding: 5px 10px;
    }
    .timer-button .countdown {
        font-size: 10px;
    }
}
  
/* Điện thoại nhỏ (≤767px) */
@media (max-width: 767px) {
    header {
        background-image: url('/image/header2.webp');
        background-size: cover;
        background-position: left center;
        height: 400px; 
    }
  
    .flash-deal {
        right: 0; 
        transform: translateY(-50%); 
        width: 310px;
        height: 120px; 
        z-index: 3;
    }
        
    .flash-deal h2 {
        font-size: 10px;
    }
    .timer-button {
        width: 14px;
        height: 14px;
        border-radius: 2px;
    }
    .timer-label {
        font-size: 5px;
    }
    .learn-more {
        font-size: 9px;
        border-radius: 2px;
        padding: 4px 7px 3px;
    }
    .timer-button .countdown {
        font-size: 7px;
        padding: 0;
    }
}

@media (max-width: 587px) {
    header {
        background-image: url('/image/header2.webp');
        background-size: cover;
        background-position: left center;
    }
}
  
/* Điện thoại cực nhỏ (≤480px) */
@media (max-width: 480px) {
    header {
        background-image: url('/image/header2.webp');
        background-size: cover;
        background-position: left center;
        height: 350px; 
    }
}

/* About Me */
.about-section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/image/About Me.webp') center/cover no-repeat;
    z-index: 0;
}

.wrapper {
    position: relative;
    max-width: 60%;
    width: 100%;
    padding-top: 70px;
    padding-left: 0;    
    margin-left: 0;    
    text-align: left;   
    z-index: 1;
    margin-bottom: 60px;
}

.about-title {
    margin-top: 40px;
    font-size: 100px;
    color: #D9A91C;
    font-family: 'Long Shot', sans-serif;
    transform-origin: left;
    margin: 0;
    transform: scaleX(1.3);
    line-height: 1; 
}

.about-title span {
    color: #d0d0d0;
    font-size: 150px;
}

.main-content {
    display: flex;
    flex-direction: row;
    gap: 60px;
    margin-top: 20px;
    align-items: flex-start;
}

.image-placeholder img {
    border-radius: 10px;
    width: 340px;
    height: 380px;
    object-fit: cover;
    box-shadow: 0 4px 20px rgba(177, 177, 177, 0.3);
}

.intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 550px;
    margin-left: auto; 
    text-align: left; 
}

.intro-text {
    font-size: 16px;
    margin-top: 60px;
    color: #D9A91C;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 20px;
}

.top-buttons {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}

:root {
    --cut-size: 20px;
}

.btn,
.btn-media {
    font-family: 'Source Sans 3';
    padding: 14px 30px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
    clip-path: polygon(
        0 0,
        calc(100% - var(--cut-size)) 0,
        100% var(--cut-size),
        100% 100%,
        var(--cut-size) 100%,
        0 calc(100% - var(--cut-size)));
    background: linear-gradient(90deg, #D9A91C, #A57C16);
    box-shadow: none;
    z-index: 10;
    position: relative;
}

@media (max-width: 1280px) {
    body, html {
        overflow-x: hidden;
    }
    .about-section {
        margin-bottom: 50px;
    }
    .about-section,
    .wrapper,
    .main-content,
    .intro,
    .top-buttons {
        box-sizing: border-box;
    }
    .wrapper {
        max-width: 70%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (max-width: 1062px) {
    .about-section {
        margin-bottom: -60px;
    }
    .background-image {
        height: 100vh;
        background-position: center top;
    }
    .wrapper {
        max-width: 90%;
        padding-top: 40px;
    }
    .about-title {
        margin-top: 30px;
        font-size: 70px;
        transform: scaleX(1.1);
    }
    .about-title span {
        font-size: 100px;
    }
    .image-placeholder img {
        width: auto;      
        max-width: 340px;  
        height: auto;
    }
    .intro {
        max-width: 100%;
        margin-left: 0;
    }
    .intro-text {
        font-size: 14px;
        margin-top: 10px;
    }
    .top-buttons {
        margin-top: 20px;
    }
    .btn, .btn-media {
        padding: 12px 25px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .about-section {
        margin-bottom: 40px;
    }
    .background-image {
        height: 110vh;      
        background-position: center top;
    }
    .wrapper {
        max-width: 85%;      
        padding-top: 30px;    
    }
    .about-title {
        font-size: 60px;    
        transform: scaleX(1.1);
    }
    .about-title span {
        font-size: 90px;      
    }
    .main-content {
        flex-direction: column;
        gap: 25px;            
        margin-top: 25px;    
    }
    .image-placeholder img {
        width: 100%;
        max-width: 280px;     
        height: auto;
    }
    .intro {
        max-width: 100%;
        margin-left: 0;
        text-align: left;
        align-items: flex-start;
    }
    .intro-text {
        font-size: 13px;     
    }
    .top-buttons {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .btn, .btn-media {
        padding: 10px 22px;   
        font-size: 13px;    
    }
}

/* Responsive cho màn hình nhỏ hơn 480px */
@media (max-width: 492px) {
    .about-section {
        height: auto !important;  
        min-height: 100vh;        
        overflow: visible !important;  
        padding-bottom: 50px;    
    }

    .background-image {
        height: 100%;          
        background-position: center top;
        background-size: cover;
    }

    .about-title {
        font-size: 50px;
        transform: scaleX(1);
    }

    .about-title span {
        font-size: 70px;
    }

    .image-placeholder img {
        max-width: 100%;
        height: auto;
    }

    .intro-text {
        font-size: 13px;
    }

    .top-buttons {
        gap: 15px;
        flex-wrap: wrap;             
    }

    .btn, .btn-media {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* Responsive cho màn hình nhỏ hơn 480px */
@media (max-width: 480px) {
    .about-section {
        height: auto !important;  
        min-height: 100vh;        
        overflow: visible !important;  
        padding-bottom: 50px;    
    }

    .background-image {
        height: 100%;          
        background-position: center top;
        background-size: cover;
    }

    .about-title {
        font-size: 50px;
        transform: scaleX(1);
    }

    .about-title span {
        font-size: 70px;
    }

    .image-placeholder img {
        max-width: 100%;
        height: auto;
    }

    .intro-text {
        font-size: 13px;
    }

    .top-buttons {
        gap: 15px;
        flex-wrap: wrap;             
    }

    .btn, .btn-media {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* Recent Work */
.recent-works {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #000;
    padding: 40px 0;
    color: #fff;
}

.section-title {
    color: #D9A91C;
    font-family: 'Long Shot', sans-serif;
    margin-bottom: 40px;
    text-align: center;
    font-size: 90px;
}

.work-images {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.main-image {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 20px;
}

.sub-images {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.sub-images img {
    width: 49%;
    border-radius: 6px;
}

.work-description {
    width: 80%;
    text-align: left;
}

.note {
    font-style: italic;
    font-family: 'Long Shot', sans-serif;
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 20px;
}

.description {
    font-size: 16px;
    line-height: 1.7;
    color: #d0d0d0;
    margin-bottom: 30px;
}

.explore-btn {
    display: inline-block;
    background-color: #D9A91C;
    color: #000;
    padding: 10px 20px;
    font-family: 'Long Shot', sans-serif;
    font-size: 35px;
    text-decoration: none;
    border-radius: 3px;
    transition: background 0.3s;
}

.explore-btn:hover {
    background-color: #ffcc00;
}

/* ≤ 1024px */
@media (max-width: 1024px) {
    .section-title {
        font-size: 70px;
    }

    .note {
        font-size: 50px;
    }

    .explore-btn {
        font-size: 30px;
    }

    .description {
        font-size: 15px;
    }
}

/* ≤ 767px */
@media (max-width: 767px) {
    .section-title {
        font-size: 55px;
    }

    .note {
        font-size: 42px;
    }

    .explore-btn {
        font-size: 26px;
        padding: 8px 16px;
    }

    .description {
        font-size: 14px;
    }
}

/* ≤ 587px */
@media (max-width: 587px) {
    .recent-works h2 {
        font-size: 40px !important;
    }

    .note {
        font-size: 32px;
    }

    .explore-btn {
        font-size: 22px;
        padding: 6px 14px;
    }

    .description {
        font-size: 13px;
    }

    .sub-images {
        flex-direction: column;
        gap: 15px;
    }

    .sub-images img {
        width: 100%;
    }
}

/* ≤ 480px */
@media (max-width: 480px) {
    .recent-works h2 {
        font-size: 30px !important;
    }

    .note {
        font-size: 26px;
    }

    .explore-btn {
        font-size: 20px;
        padding: 6px 12px;
    }

    .description {
        font-size: 12px;
    }
}

/* Services Section */
:root {
    --cut-size-service: 30px;
}

.service-section {
    background-image: url('/image/Service Background.webp');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    color: white;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top: 50px;
}

.overlay {
    width: 100%;
    text-align: center;
}

.section-title {
    font-family: 'Long Shot', sans-serif;
    font-size: 70px !important;
    margin-bottom: 20px;
    color: #D9A91C;
}

.card-container {
    display: flex;
    justify-content: space-between;
    gap: 20px; 
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    align-items: stretch;
}

.card {
    position: relative;
    flex: 1 1 30%;
    max-width: 30%; 
    padding: 50px 20px;
    box-sizing: border-box;
    z-index: 1;
    background: transparent; 
    display: flex;
    flex-direction: column;
}

.card::before {
    content: "";
    position: absolute;
    top: -1.5px;
    left: -1.5px;
    right: -1.5px;
    bottom: -1.5px;
    background: linear-gradient(135deg, #808285, #3A383A, #58595B);
    z-index: -2;
    clip-path: polygon(
        var(--cut-size-service) 0,
        100% 0,
        100% calc(100% - var(--cut-size-service)),
        calc(100% - var(--cut-size-service)) 100%,
        0 100%,
        0 var(--cut-size-service));
}

.card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000;
    z-index: -1;
    clip-path: polygon(
        var(--cut-size-service) 0,
        100% 0,
        100% calc(100% - var(--cut-size-service)),
        calc(100% - var(--cut-size-service)) 100%,
        0 100%,
        0 var(--cut-size-service));
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header h3 {
    font-family: 'Long Shot', sans-serif;
    font-size: 40px; 
    color: #D9A91C;
    margin: 0;
}

.icon {
    height: 2em;
    width: auto;
    margin-left: 5px;
    vertical-align: middle;
}

.privileges-title {
    text-align: left;
    margin: 10px 0;
    transform: scaleX(0.8);
    transform-origin: left;
}

.card-list {
    text-align: left;
    padding-left: 20px;
    list-style: none;
    transform: scaleX(0.8);
    transform-origin: left;
    padding-bottom: 20px;
}

.card-list ul {
    list-style: none;
    padding-left: 15px;
}

.card .explore-btn {
    margin-top: auto; 
    padding: 10px 20px;
    background-color: #D9A91C;
    border: none;
    font-family: 'Long Shot', sans-serif;
    font-size: 18px;
    cursor: pointer;
    align-self: stretch;
    width: 100%; 
    z-index: 10;
}

.explore-btn:hover {
    background-color: #ffcc00;
}

.locked {
    position: relative;
    pointer-events: none;
}

.lock-overlay {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    background-color: rgba(0, 0, 0, 0.86); 
    z-index: 2;
    pointer-events: none; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: inherit; 
    clip-path: polygon(
        var(--cut-size-service) 0,
        100% 0,
        100% calc(100% - var(--cut-size-service)),
        calc(100% - var(--cut-size-service)) 100%,
        0 100%,
        0 var(--cut-size-service));
}

.lock-icon {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
}

.coming-soon {
    font-size: 40px;
    color: #414141;
    margin-top: 10px;
    font-weight: bold;
}

/* Max-width: 1200px */
@media (max-width: 1200px) {
    .card-container {
        gap: 10px;
        width: 95%;
    }
    
    .section-title {
        font-size: 60px !important;
    }

    .card-header h3 {
        font-size: 30px;
    }

    .icon {
        width: 1.7em;
        height: auto;
    }

    .card {
        padding: 45px 20px;
        flex: 1 1 30%;
        max-width: 31%; 
    }
    .card-list {
        font-size: 14px;
    }
    .card .explore-btn {
        font-size: 17px;
    }
    .lock-icon {
        width: 80px;
    }

    .coming-soon {
        font-size: 35px;
    }
}

/* Max-width: 1024px */
@media (max-width: 1024px) {
    .section-title {
        font-size: 30px;
    }

    .card-header h3 {
        font-size: 26px;
    }

    .privileges-title {
        font-size: 14px;
    }

    .icon {
        width: 1.5em;
        height: auto;
    }

    .card {
        padding: 45px 20px;
        flex: 1 1 30%;
        max-width: 31%; 
    }
    .card-list {
        font-size: 12px;
    }

    .card .explore-btn {
        font-size: 16px;
    }
    .lock-icon {
        width: 60px;
    }

    .coming-soon {
        font-size: 28px;
    }
}

/* Max-width: 810px */
@media (max-width: 810px) {
    .section-title {
        font-size: 30px;
    }

    .card-header h3 {
        font-size: 22px;
    }

    .privileges-title {
        font-size: 14px;
    }

    .icon {
        width: 1.2em;
        height: auto;
    }

    .card {
        padding: 30px 20px;
        flex: 1 1 30%;
        max-width: 31%; 
    }
    .card-list {
        font-size: 12px;
    }

    .card .explore-btn {
        font-size: 11px;
    }
}

/* Max-width: 700px */
@media (max-width: 700px) {
    .card-container {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .card {
        max-width: 90%;
        height: 470px;
        flex: none;
        width: 100%;
        padding: 25px;
    }
    
    .section-title {
        font-size: 30px;
    }

    .card-header h3 {
        font-size: 30px;
    }

    .privileges-title {
        font-size: 24px;
    }

    .icon {
        width: 1.8em;
        height: auto;
    }

    .card-list {
        font-size: 16px;
    }

    .card .explore-btn {
        font-size: 16px;
    }
}

/* Max-width: 480px */
@media (max-width: 480px) {
    .card-container {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .card {
        max-width: 90%;
        height: 470px;
        flex: none;
        width: 100%;
        padding: 25px;
    }

    .section-title {
        font-size: 28px;
    }

    .card-header h3 {
        font-size: 24px;
    }

    .privileges-title {
        font-size: 16px;
    }

    .icon {
        width: 1.2em;
        height: auto;
    }
    
    .card-list {
        font-size: 14px;
    }

    .card .explore-btn {
        font-size: 12px;
        padding: 12px 14px;
    }
    .lock-icon {
        width: 60px;
    }

    .coming-soon {
        font-size: 28px;
    }
}

/* FAQ Section */
.faq-section {
    padding: 40px 20px;
    position: relative;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #000;
}

.faq-section h3 {
    font-family: 'Long Shot', sans-serif;
    font-size: 60px;
    color: #D9A91C;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 5px;
}

.faq-container {
    max-width: 800px;
    width: 100%;
}

.faq-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #ffd700; 
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    cursor: pointer;
}

.faq-question h4 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    color: #D9A91C;
    margin: 0;
}

.faq-arrow {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.faq-arrow.open {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 15px;
    font-family: 'Bahnschrift', sans-serif;
    color: #D9A91C;
}

.faq-answer.open {
    max-height: 200px;
    padding: 15px;
}

/* max-width: 1200px */
@media screen and (max-width: 1200px) {
    .faq-section {
        padding: 40px 20px;
        min-height: 600px;
    }
    .faq-section h3 {
        font-size: 52px;
        margin-bottom: 40px;
        letter-spacing: 5px;
    }
    .faq-container {
        max-width: 700px;
    }
    .faq-item {
        margin-bottom: 10px;
    }
    .faq-question {
        padding: 14px 0;
    }
    .faq-question h4 {
        font-size: 22px;
    }
    .faq-arrow {
        width: 20px;
        height: 20px;
    }
    .faq-answer {
        font-size: 16px;
    }
    .faq-answer.open {
        max-height: 200px;
        padding: 14px;
    }
}

/* max-width: 1024px */
@media screen and (max-width: 1024px) {
    .faq-section {
        padding: 32px 16px;
        min-height: 550px;
    }
    .faq-section h3 {
        font-size: 35px;
        margin-bottom: 32px;
        letter-spacing: 4px;
    }
    .faq-container {
        max-width: 600px;
    }
    .faq-item {
        margin-bottom: 8px;
    }
    .faq-question {
        padding: 12px 0;
    }
    .faq-question h4 {
        font-size: 20px;
    }
    .faq-arrow {
        width: 18px;
        height: 18px;
    }
    .faq-answer {
        font-size: 15px;
    }
    .faq-answer.open {
        max-height: 180px;
        padding: 12px;
    }
}