


@font-face {
  font-family: "Spirit";
  src: url("https://angeldolly.com/fonts/Spirit.ttf");
}

@font-face {
  font-family: "PixelatedElegance";
  src: url("/fonts/elegance.ttf");
}


@font-face {
  font-family: "Pixel";
  src: url("/fonts/pixel.otf");
}
@font-face {
  font-family: "Mademoiselle";
  src: url("https://angeldolly.com/fonts/Mademoiselle.ttf");
}
@font-face {
  font-family: "Willow";
  src: url("https://angeldolly.com/fonts/willow.ttf");
}

*,
*::before,
*::after {
  cursor: url("/media/cursor/melody.webp"), pointer !important;
}

* {
    font-family: willow;
    box-sizing: border-box;
  color: rgb(164, 135, 116);
}



/* selection */

      ::selection {
         text-shadow: 0 0 3px rgb(156, 102, 133);
         color: white;
      }

      ::-moz-selection {
         text-shadow: 0 0 3px black;
         color: white;
      }



.guestbook-main {
    display: flex;
    border: 20px solid;
    border-image: url('https://sweet-pea.neocities.org/graphics/0_sweet-pea/border_6.gif') 18 repeat;
    border-radius: 50px;
    width: 93%;
    height: auto;
    justify-content: center;
    margin: 20px;


    
}

.guestbook-inner {
    display: flex;
    padding: 15px;
    width: 100%;
    border-radius: 8px;
    flex-direction: column;
    align-items: stretch;

    

}

.guestbook-inner input {
    flex-grow: 1; 
    width: auto;  
    height: 30px;
    border: 1px solid #a57a64;
    border-radius: 5px;
    padding-left: 8px;
}

#c_widget {
    width: -webkit-fill-available;
}

#c_widgetTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    width: -webkit-fill-available;
    font-family: 'Pixel';
    font-size: 18px;
font-weight: 100;
  letter-spacing: 1.2px;
   filter: drop-shadow( 0 0.5px rgb(164, 135, 116)) drop-shadow( 0.5px 0 rgb(164, 135, 116)) drop-shadow( 0 -0.5px rgb(164, 135, 116)) drop-shadow( -0.5px 0 rgb(164, 135, 116)) drop-shadow( 0 2px white) drop-shadow( 2px 0 white) drop-shadow( 0 -2px white) drop-shadow( -2px 0 white)drop-shadow(1px 1px 0 rgba(172,172,172,0.6)) drop-shadow(1px 1px 0 rgba(172,172,172,0.6)) drop-shadow( 0 0 1px #424242);
  color:#f9dff0;

}

#c_widgetTitle::before {
    content: "";
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    background: url(/decor/guestbook-flower.png) center / contain no-repeat;
    transform: scaleX(-1);
    margin-right: 10px;
}

#c_widgetTitle::after {
    content: "";
    flex-shrink: 0;       
    width: 35px;
    height: 35px;
    background: url(/decor/guestbook-flower.png) center / contain no-repeat;
    margin-left: 10px;
}

@media (max-width: 768px) {
#c_widgetTitle {
    font-size: 15px;
}

#c_widgetTitle::before {
    content: "";
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: url(/decor/guestbook-flower.png) center / contain no-repeat;
    transform: scaleX(-1);
}

#c_widgetTitle::after {
    content: "";
    flex-shrink: 0;       
    width: 20px;
    height: 20px;
    background: url(/decor/guestbook-flower.png) center / contain no-repeat;
}

#c_widgetSubtitle {
    font-size: 13px;
}
  }

#c_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#c_nameWrapper {
    display: flex;
    gap: 5px;
    width: -webkit-fill-available;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    align-items: center;
    text-transform: uppercase;
}

.c-label.c-nameLabel {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #665a56;
    font-family: spirit;
    padding-right: 5px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
}

.c-label.c-nameLabel::before {
    content: "";
    flex-shrink: 0;       
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-bottom: 3px;
    background: url(https://64.media.tumblr.com/efa56b97ad11bf6c890fc07a4e9428cf/11b308bca8a80dff-55/s75x75_c1/5fd732aade13910c4109b298d24f06c4076ac323.gifv) center / contain no-repeat;
}

.c-label.c-websiteLabel::before {
    content: "";
    flex-shrink: 0;       
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-bottom: 3px;
    background: url(https://64.media.tumblr.com/efa56b97ad11bf6c890fc07a4e9428cf/11b308bca8a80dff-55/s75x75_c1/5fd732aade13910c4109b298d24f06c4076ac323.gifv) center / contain no-repeat;
}

#c_websiteWrapper {
    display: flex;
    gap: 5px;
    width: -webkit-fill-available;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    align-items: center;
    text-transform: uppercase;
}

.c-label.c-websiteLabel {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #665a56;
    font-family: spirit;
    padding-right: 5px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
}

#c_textWrapper {
    display: flex;
    width: -webkit-fill-available;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 10px;
    align-items: center;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 5px;
    border-image-source: url(https://sweet-pea.neocities.org/graphics/0_sweet-pea/border_6.gif);
    border-image-slice: 6.5;
    border-image-width: 5px;
    border-image-repeat: round;
    border-style: solid;
    padding: 5px;
    background: white;
    position: relative;

}

.guestbook-inner textarea {
    width: -webkit-fill-available !important;
    border: 1px dashed #a57a64 !important;
    padding: 5px;
    padding-left: 10px;
}

#c_submitWrapper {
    position: relative;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

#comment_counter {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    margin-left: 5px;
}

#c_submitButton {
    display: inline-block;
    margin: 0 auto;
    width: 130px;
    height: 25px;
  background: linear-gradient(to bottom, #fcfafb 0%, #fcf5f9 50%, #f7e7f0 51%, #f6ebf1 100%);
  color: #a39795;
    box-shadow: 2px 2px 2px inset white,
                -1px -1px 1px inset #da7fa6;
    font-weight: 100px;
    letter-spacing: 2.4px;
    text-shadow:
      0 1px 0 #977a6a,
      1px 0 0 #977a6a,
      0 -1px 0 #977a6a,
     -1px 0 0 #977a6a;
    color: white;
    border: 1px solid #8d7c76;
    margin-bottom: 10px;
}

#c_submitButton:hover {
    box-shadow: -2px -2px 2px inset white, 1px 1px 1px inset #da7fa6;
}

#c_container {
    display: flex;
    gap: 15px; 
    font-weight: 100px;
    font-size: 12px;
    text-align: center;
    flex-direction: column;
    margin-top: 20px;
}

.c-comment {
    display: flex;
    flex-direction: column; 
    border: 1px solid #eecad8; 
    border-radius: 8px;
    background: #fff7fa; 
    text-align: left;
    padding: 10px;
    width: 100%;
    font-size: 13px;
    box-shadow: 
        inset 3px 3px 0px 0px #ffffff,     
        inset -3px -3px 0px 0px #f9dde9, 
        0 2px 4px rgba(0, 0, 0, 0.05);      
}

.c-name {
    display: flex;
    gap: 10px;
    border-bottom: 10px dashed #a57a64;
    border-image: url('/decor/banner3.png') 30 round;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 3px;
    align-items: center; 
    margin-top: 0px;
    padding: 5px;
    font-family: Spirit;
    color: #665a56;
}

.c-name::before {
    content: "";
    flex-shrink: 0;       
    width: 20px;
    height: 20px;
    background: url(https://64.media.tumblr.com/be225379953e3f2089b408791cb08107/c6e913aea8c8a172-0b/s75x75_c1/b17729cd02cf800f123e5c7a74575e5b9c824903.pnj) center / contain no-repeat;
    margin-bottom: 6px;
    margin-top: 5px;
}

.c-reply .c-name::before {
    background: url(/decor/button.png) center / contain no-repeat;
}

.c-timestamp {
    margin-top: 3px; 
    letter-spacing: 1px;
    padding: 5px;
    font-family: rainyhearts;
    color: #665a56;
}

.c-timestamp,
.c-site {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
}

.c-timestamp::after {
    content: " 𖹭";
    margin-left: 6px;
    margin-right: 2px;
    color: #665a56; 
    font-size: 13px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.c-text {
    font-weight: lighter;
    padding: 5px;
    margin-top: 0px;
}

.c-reply {
    margin: 10px 6px 6px 6px;
    background: white;
    padding: 8px; 
    font-family: rainyhearts;
    color: #665a56;
    border: 1px solid #eecad8; 
    border-radius: 6px;
    box-shadow: 
        inset 2px 2px 0px 0px #ffffff,      
        inset -2px -2px 0px 0px #f9dde9;   
}

.c-replyButton {
    border: 1px solid;
    border-radius: 6px;
  background: linear-gradient(to bottom, #fcfafb 0%, #fcf5f9 50%, #f7e7f0 51%, #f6ebf1 100%);
  color: #a39795;
    box-shadow: 2px 2px 2px inset white, -1px -1px 1px inset #da7fa6;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    text-shadow:
    0 1px 0 #977a6a,
    1px 0 0 #977a6a,
    0 -1px 0 #977a6a,
    -1px 0 0 #977a6a;
    color: white;
    border-color: #8d7c76;
    text-indent: 0.5px;
    padding: 5px;
    font-size: 12px;
    margin: 0px 2px 5px 5px;
}

.c-replyButton:hover {
    box-shadow: -2px -2px 2px inset white, 1px 1px 1px inset #da7fa6;
}

.c-expandButton {
    border: 1px solid;
    border-radius: 6px;
    background: linear-gradient(to bottom,  #fdf4f8 0%,#f9dde9 50%,#f6cfe0 51%,#f9e9f0 100%);
    box-shadow: 2px 2px 2px inset white, -1px -1px 1px inset #da7fa6;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    text-shadow:
    0 1px 0 #977a6a,
    1px 0 0 #977a6a,
    0 -1px 0 #977a6a,
    -1px 0 0 #977a6a;
    color: white;
    border-color: #8d7c76;
    text-indent: 0.5px;
    padding: 5px;
    font-size: 12px;
    margin: 0px 2px 5px 5px;
}

.c-expandButton:hover {
    box-shadow: -2px -2px 2px inset white, 1px 1px 1px inset #da7fa6;
}

.c-site {
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 1.2px;
    text-underline-offset: 3px;
    text-decoration-color: #8d7c76;
    text-underline-margin: 10px;
    transition: font-style 0.1s ease;
}

.c-site:hover {
  font-style: italic;
}

div#c_pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
}

#c_leftButton {
    border: 1px solid;
    border-radius: 6px;
    background: linear-gradient(to bottom,  #fdf4f8 0%,#f9dde9 50%,#f6cfe0 51%,#f9e9f0 100%);
    box-shadow: 2px 2px 2px inset white, -1px -1px 1px inset #da7fa6;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    text-shadow:
    0 1px 0 #fff,
    1px 0 0 #fff,
    0 -1px 0 #fff,
    -1px 0 0 #fff,
    0 2px 0 #977a6a,
    2px 0 0 #977a6a,
    0 -2px 0 #977a6a,
    -2px 0 0 #977a6a;
    color: white;
    border-color: #8d7c76;
    text-indent: 0.5px;
    padding: 5px;
    font-size: 12px;
    width: 100px;
}

#c_rightButton {
    border: 1px solid;
    border-radius: 6px;
    background: linear-gradient(to bottom,  #fdf4f8 0%,#f9dde9 50%,#f6cfe0 51%,#f9e9f0 100%);
    box-shadow: 2px 2px 2px inset white, -1px -1px 1px inset #da7fa6;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    text-shadow:
    0 1px 0 #fff,
    1px 0 0 #fff,
    0 -1px 0 #fff,
    -1px 0 0 #fff,
    0 2px 0 #977a6a,
    2px 0 0 #977a6a,
    0 -2px 0 #977a6a,
    -2px 0 0 #977a6a;
    color: white;
    border-color: #8d7c76;
    text-indent: 0.5px;
    padding: 5px;
    font-size: 12px;
    width: 100px;
}

#c_rightButton:hover, #c_leftButton:hover {
    box-shadow: -2px -2px 2px inset white, 1px 1px 1px inset #da7fa6;
}

input:focus,
textarea:focus {
    outline: none; 
}

.in-iframe body {
  background-image: none;
  background: transparent;
}

.in-iframe .guestbook-main {
  border: none;
  background: transparent;
  margin: 0;
  width: 100%;
  height: 100%;           
  box-sizing: border-box;
}

.in-iframe .guestbook-inner {
    border: none;
    border-radius: 0px;
}

.in-iframe .c-comment {
  width: 95%;
  margin: 0 auto;
}

.in-iframe #c_widgetTitle {
    width: 95%;
    margin-top: 10px;
}

.in-iframe #c_nameWrapper {
    width: 95%;
    font-size: 14px;
}

.in-iframe #c_websiteWrapper {
    width: 95%;
    font-size: 14px;
}

.in-iframe #c_textWrapper {
    width: 95%;
}

#c_submitWrapper button,
#c_submitWrapper input,
#c_submitButton {
    width: auto !important;
    min-width: 120px;
    max-width: 180px;
    flex: none !important;
    display: inline-block !important;
}

.c-formError {
    display: block;
    width: 95%;
    margin: 8px auto 0;
    padding: 8px 12px;
    background: #fff0f0;
    border: 1px dashed #e08a8a;
    border-radius: 6px;
    color: #a34a4a;
    font-family: willow;
    font-size: 10px;
    text-align: center;
    line-height: 1.4;
}

#c_widgetSubtitle {
    text-align: center;
    font-family: willow;
    font-size: 10px;
    line-height: 180%;
    color: #a08a86;
    margin: -8px auto 12px;
    width: 90%;
}

#c_widgetSubtitle mark {
  background-color: #ffedf5;
  color: #8d7c76;
  text-shadow: 0 0 3px rgb(156, 102, 133);
    color: white;
  padding: 0 2px;
  border-radius: 2px;
}