/*
Theme Name: SkinGPT
Theme URI: https://skingpt.org
Template: extendable
Author: Your Name
Description: SkinGPT AI-powered skincare assistant child theme.
Version: 1.0
*/

/* Import parent theme styles */
@import url("../extendable/style.css");

/* Custom styles */
table * {
    border-width: 1px;
    border-color: #c1c1c1 !important;
}
.wp-block-table thead {
    border-bottom: 1px solid;
}
textarea, input {
    border-color: #c8c8c8;
    border-radius: 16px;
}
.skingpt-chat-widget {
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 12px rgba(0,0,0,0.05);
  font-family: sans-serif;
}
.chat-window {
  height: 320px;
  overflow-y: auto;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
  background: #fafafa;
}
#skingpt-form {
  display: flex;
  gap: 10px;
}
#skingpt-input {
  flex: 1;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}
#skingpt-form button {
  padding: 10px 20px;
  border: none;
  background: #3bb77e;
  color: white;
  border-radius: 6px;
  cursor: pointer;
}

footer * {
    color: #444;

}
footer li, footer p{
  font-size: 0.9rem;
}
footer a{
  text-decoration: none;
}
footer ul{
  list-style: none;
}
footer hr {
    border-bottom: 1px solid #d0d0d0 ! IMPORTANT;
    max-width: 67vw ! IMPORTANT;
}
footer .wpforms-form input {
    min-height: 60px;
    border-radius: 0px !important;
}
footer .wpforms-form .wpforms-submit {
    min-height: 60px;
    border-radius: 0px !important;
    margin: 0 !important;
}
.wpforms-field{
  min-width: 100%;
}
footer .wp-block-social-link {
    font-size: 20px;
}
footer .wpforms-container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
}
footer .wpforms-field.wpforms-field-email {
    padding-left: 0 !important;
}
footer li {
    margin: 10px 0;
    font-size: 0.95em;
}
footer a:hover {
    color: var(--wp--preset--color--custom-forest) !important;
}
.entry-content h1{
    font-size: 3rem;
}
.entry-content h2{
    font-size: 2rem;
}
.entry-content h3{
    font-size: 1.8rem;
}
.entry-content h4{
    font-size: 1.4rem;
  }
  .entry-content h5{
    font-size: 1.1rem;
}
  .entry-content p.has-background {
    padding: 10px;
    border-radius: 10px;
}
.monsterinsights-inline-popular-posts {
    max-width: 48rem;
    margin: 0 auto;
    margin-top: 50px;
}
.wp-block-separator {
    border-bottom: 1px solid; 
  }
  .monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-beta {
   
    border-color: #ffe0cb;
    background: #ffe0cb;
    border-radius: 16px;
    padding: 20px;
}
.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-beta .monsterinsights-inline-popular-posts-label {
    display: block;
    font-size: 20px !important;
    color: #eb5757;
    font-family: 'Geom';
    font-weight: 600;
     margin-botton: 10px !important;
}
.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled img {
    max-width: 100%;
    border-radius: 16px;
}
.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-beta .monsterinsights-inline-popular-posts-label:after {
    content: "🔥";
}
.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-beta .monsterinsights-inline-popular-posts-image {
    height: 100px !important; 
  }
.wp-block-uagb-icon-list svg {
    width: 26px !important;
    height: 20px !important;
  }
  .wp-block-uagb-icon-list-child {
    height: 36px !important;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.page main {
    padding-top: 0 !Important;
}

@media screen and (max-width: 768px){
  footer >.wp-block-group> .wp-block-group {
    flex-direction: column;
}
}

.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled img {
    width: 150px;
    height: 100px;
    object-fit: cover;
}