
@font-face {
  font-family: 'Galmuri';
  src: url('https://files.catbox.moe/2a0mcw.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Galmuri14';
  src: url('https://files.catbox.moe/mwyg5g.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body:before{
  content: "";      
  width: 100vw;    
  height: 40px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
  background-image: url(/little-lace.png);
  background-attachment: fixed;
  background-size: 184px, 40px;
  background-repeat: repeat-x;
  background-color: none;
  gap: 0px;
  padding: 0px;
  ;
}

body {
    background-image: url(/strips.png);
    background-attachment: fixed;
    background-repeat: repeat;
    font-family: 'MS UI Gothic', 'Galmuri';
    font-size: 10px;
    color: var(--main-text-color);
    display: flex;
    height: 100vh;
    margin: auto;
    align-items: center;
    justify-content: center; 
    position: relative;
}


:root {
  --main-accent-color: #FFE0E4;
  --dark-brown-color: #7c431c;
  --brown-color-light: #9E7345;
  --main-text-color: #675950;
}

::-webkit-scrollbar {
    width: 8px;
    height: 7px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-accent-color);
    border: 1px dotted var(--dark-brown-color);
}

textarea {
  border: 1px dashed var(--dark-brown-color);
  width: 80px;
  height: 25px;
  font-size: 10px;
  color: var(--main-text-color);
  font-family: 'MS UI Gothic';
  outline: none;
  resize: none;
}

textarea::selection {
  background: var(--main-accent-color);
}

textarea::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: transparent;
    cursor: pointer;
}

textarea::-webkit-scrollbar-thumb {
    background-color: var(--main-accent-color);
    border: none;
    cursor: pointer;
}

input {
  outline: none;
  font-family: 'MS UI Gothic', 'Galmuri';
  font-size: 10px;
  padding: 0px 0px 0px 2.5px;
}

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

p {
  margin-top: -2px;
}

.p-under1 {
    margin-top: 7px;
    font-size: 10px;
}

.p-under {
  margin-top: 2px;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

::selection {
  background: var(--main-accent-color);          
}

a {
  text-decoration-color: var(--brown-color-light);
  color: var(--main-text-color);
  font-family: 'MS UI Gothic';
  cursor: pointer;
}


a:hover {
  color: var(--dark-brown-color);
}

u {
  text-decoration-color: var(--main-accent-color);
}

code {
  background-color: var(--main-accent-color);  
  color: var(--main-text-color);       
  border-radius: 1px;
  padding: 0 1px;
  font-family: 'MS UI Gothic';
}

mark {
  background-color: var(--main-accent-color);  
  color: var(--main-text-color);
  padding: 0 4px;        
  border-radius: 3px; 
}

marquee {
    width: 95px;
    color: var(--dark-brown-color);
    margin-bottom: 4px;
    margin-top: 8px;
}


 .wrap {   
    display: flex;
    flex-direction: column;
    width: 728px;
    height: 575px;
    background: none;
    align-items: center;
}
    
    .wrapper {
    width: 728px;
    height: 575px;
    display: flex;
    box-sizing: border-box;
    padding: 5px;
    gap: 5px;
    background: none;
    border: none;
}

.left-column {
    display: flex;
    flex-direction: column;
    width: 133px;
    height: 565px;  
    background-image: url('side-column.png');
    background-color: none;
    align-items: center;
    justify-content: flex-start;
    gap: 0px;
}

.my-profile {
    display: flex;
    flex-direction: column;
    width: 133px;
    height: 270px;
    background-color: none;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px;
}

.pfp {
    width: 115px;
    height: 115px;
    border: 1px solid var(--brown-color-light);
    border-radius: 2px;
}

.profile {
    display: flex;
    font-size: 11px;
    padding: 0px;
    color: var(--dark-brown-color);
    margin-top: 3px;
    gap: 2px;
}

.username {
    color: var(--main-text-color);
}

.info-profile {
    text-align: justify;
    text-justify: inter-word;
    padding: 5px;
    margin-top: 1px;
}

.idiomas {
    display: flex;
    width: 115px;
    height: 10px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
}

.spanish {
    border: 1px solid var(--dark-brown-color);
    background: var(--main-accent-color);
    border-radius: 3px;
    width: 50px;
    height: 10px;
}

.english {
    border: 1px solid var(--dark-brown-color);
    background: var(--main-accent-color);
    background: linear-gradient(90deg, rgba(255, 224, 228, 1) 80%, rgba(250, 240, 246, 1) 79%);
    border-radius: 3px;
    width: 50px;
    height: 10px;
}

.korean {
    border: 1px solid var(--dark-brown-color);
    background: var(--main-accent-color);
    background: linear-gradient(90deg, rgba(255, 224, 228, 1) 60%, rgba(250, 240, 246, 1) 59%);
    border-radius: 3px;
    width: 50px;
    height: 10px;
}

.k-under {
    margin-top: 7px;
    font-family: 'Galmuri', monospace;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0;
    display: block;
    transform: none;
}

.japanese {
    border: 1px solid var(--dark-brown-color);
    background: var(--main-accent-color);
    background: linear-gradient(90deg, rgba(255, 224, 228, 1) 30%, rgba(250, 240, 246, 1) 28%);
    border-radius: 3px;
    width: 50px;
    height: 10px;
}

.my-link {
    display: flex;
    flex-direction: column;
    width: 133px;
    height: 102px;
    background-color: none;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 2px;
    gap: 2px;
    margin-bottom: -5px;

}

.link-title {
    font-size: 11px;
    color: var(--dark-brown-color);
}

#slider {
  position: relative;
  width: 87px;
  height: 70px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  align-items: center;
} 

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  justify-content: center;
  align-items: center;
}

.slide.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
  justify-content: center;
  align-items: center;
}

.nav-buttons button {
  border: none;
  background: none;
  border-radius: 3px;
  font-size: 10px;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
  justify-content: center;
  align-items: center;
}

.nav-buttons {
  display: flex;
  gap: 5px;
}

.nav-buttons button:hover:not(:disabled) {
  background: var(--dark-brown-color);
  color: white;
}

button:disabled {
  opacity: 0.7;
  cursor: default;
}

#sectionNumber {
  font-weight: normal;
}

.comt-wrap {
  display: flex;
  flex-direction: column;
  margin-top: -1px;
  margin-bottom: 3px;
}

.comt {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  margin-top: -3px;
  margin-bottom: 5px;
  color: var(--dark-brown-color);
}

.comment-board {
  display: flex;
  flex-direction: column;
  background-image: url('/board.png'); 
  width: 110px;
  height: 70px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px;
  color: white;
}

.comment-content {
  overflow-y: auto;
}

.comment-content::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    background-color: transparent;
}

.comment-content::-webkit-scrollbar-thumb {
    background-color: white;
    border: 1px solid white;
}

.my-socials {
    display: flex;
    flex-direction: column;
    width: 133px;
    height: 115px;
    background-color: none;
    align-items: center;
    justify-content: center;
    gap: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px;
    margin-top: -3px;
}

.socials {
    width: 115px;
    height: 15px;
    border: 1px solid var(--dark-brown-color);
    border-radius: 5px;
    background: var(--main-accent-color);
    font-family: 'MS UI Gothic';
    font-size: 10px;
    color: var(--dark-brown-color);
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin-bottom: 5px;
}

.biscuit {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0px 2px 0px 2px;
    display: flex;
    width: 100px;
    height: 29px;
    background: none;
    justify-content: center;
    align-items: center;
    gap: 2px;
    margin-bottom: 1px;
}

.twt:hover img {
  content: url('https://imgur.com/3nvf6EO.png');
}

.pint:hover img {
  content: url('https://imgur.com/ZaXGkvM.png');
}

.lbxd:hover img {
  content: url('https://imgur.com/D4J6M8b.png');
}

.nota {
    background: none;
    display: flex;
    width: 110px;
    height: 43px;
    background-image: url('/notita.png');
    text-align: center;
    font-size: 10px;
    margin-top: 0px;
    box-sizing: border-box;
    padding: 4px;
    margin-top: 0px;
    margin-bottom: 3px;
} 

.center-content {
    display: flex;
    flex-direction: column;
    width: 439px;
    height: 565px;
    background-color: none;
    align-items: center;
    gap: 5px;
}

.basb {
    display: flex;
    width: 439px;
    height: 43px;
    background-color: none;
    background-image: url('/intro.png');
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0px 15px 0px 15px;
}

.hehe {
    border: none;
    background: none;
    cursor: pointer;
}

.search-mock {
    width: 250px;
    height: 15px;
    border: 1px solid var(--dark-brown-color);
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: white;
}

.search-button {
    width: 60px;
    height: 15px;
    border: 1px solid var(--dark-brown-color);
    border-radius: 5px;
    background: var(--main-accent-color);
    font-family: 'MS UI Gothic';
    font-size: 10px;
    color: var(--dark-brown-color);
    justify-content: center;
    align-items: center;
    cursor: url("/pointer"), default;
}

.button-text {
    font-family: 'MS UI Gothic';
    font-size: 10px;
    color: var(--dark-brown-color);
    justify-content: center;
    align-items: center;
}

.main-wrapp {
  display: flex;
  flex-direction: column;
  width: 439px;
  height: 295px;
  background: none;
  background-image: url('/center-main.png');
  align-items: center;
  justify-content: flex-end;
}

.main-contents {
    display: flex;
    flex-direction: column;
    width: 423px;
    height: 233px;
    background-color: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 3px;
    padding-left: 3px;
    overflow-y: auto;
    gap: 3px;
}

.main-home {
  height: 230px;
  width: 420px;
  display: flex; 
  justify-content: center;
  background-color: none; 
}

.main-home-info {
    display: flex;
    flex-direction: column;
    width: 400px;
    background: none;
    align-items: center;
    font-size: 11px;
}

.some-clari {
    display: flex;
    flex-direction: column;
    width: 400px;
    align-items: center;
    font-size: 11px;
    background-color: none;
}

.some-clari p {
    margin-top: -3px;
}

.notice {
     margin-bottom: 8px;
     margin-top: -3px;
}

.notitas {
    display: flex;
    width: 439px;
    height: 48px;
    background-color: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.welcoming {
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 80px;
    background: none;
    align-items: center;
    font-size: 11px;
    background-color: none;
}

.welcoming img {
  margin-bottom: 8px;
}

.welcoming p {
  text-align: justify;
}

.txtvid {
    width: 15px;
    height: 15px;
    background: #FFE0E4;
    color: #7C431C;
    cursor: pointer;
    font-family: 'MS UI Gothic';
    font-size: 10px;
    border: 1px solid #7C431C;
    border-radius: 3px;
    float: left;
    justify-content: center;
    align-items: center;
}

.rep {
    margin-left: -2px;
}

.dreamer {
    width: 410px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: none;
    margin-top: 6px;
    margin-bottom: 10px;
    gap: 5px;
}

.dream-btn {
    width: 345px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    margin-top: 3px;
}

#website p {
   font-size: 12px;
}

.section {
   font-size: 12px;
}

.recipe-wrap {
  width: 400px;
  display: flex;
  flex-direction: column;
  border: 1px dashed var(--brown-color-light);
  justify-content: space-between;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  gap: 10px;
  padding: 10px;
  margin-top: 20px;
}

.dish-info {
  display: flex; 
  gap: 10px;
  line-height: 20px;
}

.dish-recipe {
  display: flex; 
  gap: 30px;
}

.ingredients {
  width: 180px;
}

.ingredients-onigiri {
  width: 120px;
}

.ingredients-onigiri ul {
  margin-left: 10px;
  line-height: 10px;
}

.ingredients ul {
  margin-left: 10px;
  line-height: 10px;
}

.instructions-onigiri {
  width: 240px;
}

.instructions ul {
  margin-left: 10px;
  line-height: 10px; 
}

.instructions-onigiri ul {
  margin-left: 10px;
  line-height: 10px; 
}

.dish-recipe span {
  line-height: 20px;
}


.interactive {
    display: flex;
    width: 439px;
    height: 217px;
    background-color: none;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    gap: 5px;
    
}

.chatt {
    display: flex;
    flex-direction: column;
    width: 217px;
    height: 217px;
    background-image: url('/interactive.png');
    background-size: 217px, 217px;
    background-color: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
}

.guestbook {
    display: flex;
    flex-direction: column;
    width: 217px;
    height: 217px;
    background-image: url('/interactive.png');
    background-size: 217px, 217px;
    background-color: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
}

.guest-w {
    overflow-y: auto;
    width: 200px;
    height: 207px;
}


.right-column {
    display: flex;
    flex-direction: column;
    background-image: url('/side-column.png');
    width: 133px;
    height: 565px;
    background-color: none;
    align-items: center;
    gap: 3px;
}

.navi {
    display: flex;
    flex-direction: column;
    width: 133px;
    height: 233px;
    background-color: none;
    align-items: center;
    justify-content: flex-start;
    gap: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px;
}

.nav {
    width: 115px;
    height: 15px;
    border: 1px solid var(--dark-brown-color);
    border-radius: 5px;
    background: var(--main-accent-color);
    font-family: 'MS UI Gothic';
    font-size: 10px;
    color: var(--dark-brown-color);
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 3px;
}

.texto-section {
    float: left;
}

.top-list {
    border: none;
    width: 100px;
    height: 10px;
    padding: 2px;
    font-family: 'MS UI Gothic';
    font-size: 10px;
    color: var(--main-text-color);
    background: none;
    margin-bottom: 2px;
    cursor: pointer;
}

.top-list:hover {
  color: var(--brown-color-light);
  cursor: pointer;
}

.list {
    border-top: 1px dashed var(--main-accent-color);
    border-right: none;
    border-bottom: none;
    border-left: none;
    width: 100px;
    height: 10px;
    padding: 2px;
    font-family: 'MS UI Gothic';
    font-size: 10px;
    color: var(--main-text-color);
    background: none;
    margin-bottom: 2px;
    cursor: pointer;
}

li {
    margin-bottom: 2px;
    margin-left: -40px;
}

ul {
  margin-top: -1px;
}

.list:hover {
  color: var(--brown-color-light);
  cursor: pointer;
}

.music-c {
    display: flex;
    flex-direction: column;
    width: 133px;
    height: 66px;
    background-color: none;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
}

.player-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 113px;
    height: 64px;
    background: none;
    background-image: url('/music-cookie.png');
    background-size: 113px, 64px;
}

.controls {
    width: 55px;
    margin-bottom: -1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -1px;
    background: none;
    cursor: pointer;
}

.minicontbn {
    padding: 0px;
    border: none;
    justify-content: center;
    align-items: center;
    background: none;
    cursor: pointer;
}
.minicont {
    padding: 0px 0px 0px 0px;
    border: none;
    background: none;
    width: 25px;
    cursor: pointer;
}


.prog {
    -webkit-appearance: none;
    width: 90px;
    height: 3px;
    background: var(--brown-color-light);
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.prog::-webkit-slider-thumb {
  opacity: 0;
}

.timer {
    color: #8a4e27;
    margin-top: 0px;
}

.up-wrapp {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background-color: none;
}

.update-tittle {
  margin-left: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: var(--dark-brown-color);
}

.update {
    display: flex;
    flex-direction: column;
    width: 119px;
    height: 88px;
    background-image: url('/note-pad.png');
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px;
}

.up-log {
  width: 100px;
  height: 65px;
  margin-left: 4px;
  margin-bottom: 4px;
  overflow-x: auto;
}

.up-log::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    background-color: transparent;
}

.up-log::-webkit-scrollbar-thumb {
    background-color: white;
    border: 1px solid var(--brown-color-light);
}

.comment-content::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    background-color: transparent;
}

.comment-content::-webkit-scrollbar-thumb {
    background-color: white;
    border: 1px solid white;
}

.launch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 11px;
    margin-top: -1px;
    color: var(--dark-brown-color);
}

.calendar {
    background-image: url('/calendar-bg.png');
    background-size: 110px, 100px;
    width: 110px;
    height: 130px;
    justify-content: center;
    align-items: center;
}

.calendar-header {
    width: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 13px;
}

#monthYear {
    color: var(--main-text-color);
}

.mb {
    cursor: pointer;
    border: none;
    background: none;
    color: var(--dark-brown-color);
    border-radius: 2px;
    margin: 3px;
    width: 15px;
    height: 15px;
    font-family: 'MS UI Gothic';
    font-size: 12px;
}

.today {
    background: var(--dark-brown-color);
    color: var(--main-accent-color);
    border-radius: 3px;
}

table {
    border-collapse: collapse;
    text-align: center;
    width: 110px;
    height: 97px;
    background-color: none;
    border: none;
    border-radius: none;
    margin-top: -3px;
    margin-left: 0px;
}

tbody {
    color: var(--main-text-color);
    height: 9px;
    width: 7px;
}

th {
  font-weight: normal;
}

td, th {
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: url("/pointer"), default;
    position: relative;
}


td {
  border-radius: 3px;
  transition: background 0.1s;
  height: 9px;
}

td:hover {
  background: var(--dark-brown-color);
  color: var(--main-accent-color);
}

.has-note::after {
  content: "•";
  color: #b1875a;
  font-size: 1.2em;
  position: absolute;
  bottom: -3px;
  right: 1px;
}

#noteText::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: transparent;
  cursor: pointer;
}

#noteText::-webkit-scrollbar-thumb {
  background-color: var(--main-accent-color);
  border: none;
  cursor: pointer;
}

#noteModal {
    border-width: 9px;
    border-style: solid;
    border-image: url(https://imgur.com/Mta3MCE.png) 9 fill round;
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    font-family: MS UI Gothic;
    height: 120px;
}

#noteModalContent {
    padding: 5px;
    border-radius: 0px;
    width: 180px;
    height: 100px;
    text-align: center;
    font-family: 'MS UI Gothic';
}

#noteDate {
    margin-top: -5px;
    margin-bottom: 3px;
    padding: 0px;
}

#noteText {
    font-family: 'MS UI Gothic';
    width: 150px;
    height: 60px;
    padding: 8px;
    border: 1px dashed var(--dark-brown-color);
    border-radius: 3px;
    resize: none;
}

.calnote {
    cursor: pointer;
    border: none;
    background: var(--dark-brown-color);
    color: white;
    border-radius: 3px;
    margin: 4px;
    font-family: 'MS UI Gothic';
}

.calnote:hover {
  background: var(--dark-brown-color);
}
    
.mb:hover {
  background: var(--dark-brown-color);
  color: white;
}

#HCB_comment_box #hcb_form_content, #HCB_comment_box #hcb_form_email, #HCB_comment_box #hcb_form_name, #HCB_comment_box #hcb_form_website {
  background-color:#fff;
}
  
#HCB_comment_box #hcb_form_name {
 border: 1px solid #9e7345;
 font-family: 'MS UI Gothic', 'Galmuri';
 outline: none;
 font-size: 10px;
}

#HCB_comment_box #hcb_form_content {
  height: 80px;
  width: 280px;
  resize: none;
}

#HCB_comment_box #hcb_form_content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: transparent;
  cursor: pointer;
}

#HCB_comment_box #hcb_form_content::-webkit-scrollbar-thumb {
    background-color: #FFE0E4;
    border: none;
}

#HCB_comment_box textarea {
  font-family: 'MS UI Gothic', 'Galmuri';
}

#HCB_comment_box blockquote {
  font-size: 10px;
  font-family: 'MS UI Gothic', 'Galmuri';
  color: #675950;  
  width: 380px !important;
  height: auto !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px;
  border: 1px solid var(--main-accent-color)
}

#HCB_comment_box .comment {
   display: grid;
   justify-content: center;
   align-items: center;
   margin-left: 5px;
}

#HCB_comment_box .hcb-comment-body {
    font-size: 13px !important;
     max-height: 100px !important;
     overflow-y: auto !important;
}

#HCB_comment_box .comment .likes {
    display: none !important;
}

btn, input#hcb_submit {
  cursor: pointer;
  border: none !important;
  background: #7C431C !important;
  color: white !important;
  border-radius: 3px !important;
  margin: 4px !important;
  font-family: 'MS UI Gothic', 'Galmuri' !important;
}

#HCB_comment_box #hcb_form_content, #HCB_comment_box #hcb_form_email, #HCB_comment_box #hcb_form_name, #HCB_comment_box #hcb_form_website {
  font-size: 11px !important;
  font-family: 'MS UI Gothic', 'Galmuri' !important;
  color: #675950 !important;
}
  
#HCB_comment_box h3 {
  color: #7C431C;
  font-family: 'MS UI Gothic', 'Galmuri';
  font-weight: normal;
  font-size: 15px;
}

#HCB_comment_box, .hcb-comment-tb button {
  color: #FFE0E4 !important;
  font-family: 'MS UI Gothic', 'Galmuri' !important;
}

#HCB_comment_box #hcb_form .btn-secondary, #HCB_comment_box #HCB_comment_form_box .btn-secondary {
  display: none;
} 

#HCB_comment_box .comment {
  margin-top: 5px;
  margin-bottom: 5px !important;
  margin-left: 3px !important;
  height: auto;
  overflow-y: auto;
  background: none;
  background-image: none;
}

#HCB_comment_box #hcb_form .home-desc {
  color: #675950 !important;
}

#HCB_comment_box #hcb_form .home-desc a, #HCB_comment_box .home-desc a:visited {
    color: #FFE0E4 !important;
}

#HCB_comment_box .hcb-icon {
    display: none !important;
}

#HCB_comment_box .comment .likes img {
    height: 16px !important;
    width: auto !important;
}

#HCB_comment_box #comments_list {
  align-items: center !important;
  padding-right: 0px !important;
  gap: 5px !important;
}

