#wpmemory-containerright-dashboard h2 {
  border-bottom: 5px solid #ccc;
  padding-bottom: 5px;
  text-shadow: 5px 5px 10px #888;
}

#wpmemory-containerright-dashboard {
  float: right;
  /* background: lightgreen; */
  /* width: 300px; */
  /* max-width: 29%; */
  margin-top: 17px;
  padding: 0px;
}

#wpmemory-containerright-dashboard ul {
  /* max-width: 300px; */
  padding: 5px 10px 15px 30px;
  margin-left: 5px;
  border: 1px solid #bbb;
  border-radius: 5px;
  list-style: disc;
  -moz-box-shadow: 5px 5px 15px #aaa;
  -webkit-box-shadow: 5px 5px 15px #aaa;
  box-shadow: 5px 5px 15px #aaa;
  /* 2024 */
  margin-top: 0px;
}

#wpmemory-containerright-dashboard img {
  max-width: 100%;
  margin-bottom: 10px;
}


#wpmemory-dashboard-left {
  float: left;
  max-width: 74%;
  min-width: 74%;
}

#wpmemory-dashboard-right {
  float: right;
  max-width: 25%;
  /* background: yellow; */
  margin-right: 1%;
  /* 2024*/
  background: white;
}



#wp-memory-logo {
  /* max-width: 200px; */
  margin-top: 10px;
  margin-left: 5px;
}

/* 2024 */
.wrap-wpmemory {
  background-color: #fff;
  max-width: 99%;
  margin: 0 auto;
  /* 2024 */
  margin-right: 0px;
  border-radius: 10px;
  padding: 10px;
  padding-top: 1px;
  margin-top: 0px;
  padding-bottom: 30px;
}

.wrap-wpmemory h2.title {
  padding: 15px;
  background-color: #0073aa;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
  font-size: 20px;
}

.wrap-wpmemory p.description {
  /* padding: 10px; */
  font-size: 18px;
  color: #0554e7;
}

.wpmemory -form {
  padding: 0% 0 0% 5%;
}

.wpmemory -submit {
  background: #0073aa;
  color: #fff;
  padding: 10px 20px 10px 20px;
  border: 0;
  font-size: 15px;
  margin: 0 auto;
}


/* 2025 */

.wpmemory-title {
  font-size: 1.6em;
  color: #1a1a1a;
  margin: 20px 0 15px;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 2px solid #0073aa;
  padding-bottom: 8px;
  text-align: left;
}

@media (max-width: 600px) {
  .wpmemory-title {
    font-size: 1.4em;
    margin: 15px 0 10px;
    padding-bottom: 6px;
  }
}

/* General container styling */
.wpmemory-usage-wrapper {
  max-width: 800px;
  margin: 20px auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #333;
  line-height: 1.6;
}

/* Card for each section */
.wpmemory-section {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Headings for sections */
.wpmemory-section h2 {
  font-size: 1.5em;
  color: #1a1a1a;
  margin: 0 0 15px;
  border-bottom: 2px solid #0073aa;
  padding-bottom: 5px;
}

/* Numbered list styling */
.wpmemory-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.wpmemory-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  font-size: 1em;
}

.wpmemory-list li::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #0073aa;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: bold;
}

.wpmemory-list {
  counter-reset: list-counter;
}

/* Bold terms */
.wpmemory-list strong {
  color: #1a1a1a;
  font-weight: 600;
}

/* Note styling */
.wpmemory-note {
  background: #f8f9fa;
  border-left: 4px solid #f58506;
  padding: 15px;
  margin: 15px 0;
  font-size: 0.95em;
  border-radius: 4px;
}

/* Warning/error styling */
.wpmemory-warning {
  background: #fff3cd;
  border-left: 4px solid #ffca2c;
  padding: 15px;
  margin: 15px 0;
  font-size: 0.95em;
  border-radius: 4px;
}

/* Links as buttons */
.wpmemory-section a {
  color: #0073aa;
  text-decoration: none;
  font-weight: 600;
}

.wpmemory-section a:hover {
  color: #005177;
  text-decoration: underline;
}

.wpmemory-button-link {
  display: inline-block;
  background: #0073aa;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 10px;
  transition: background 0.2s;
}

.wpmemory-button-link:hover {
  background: #005177;
  text-decoration: none;
}

/* Responsive design */
@media (max-width: 600px) {
  .wpmemory-usage-wrapper {
    padding: 10px;
  }

  .wpmemory-section {
    padding: 15px;
  }

  .wpmemory-section h2 {
    font-size: 1.3em;
  }

  .wpmemory-list li {
    padding-left: 35px;
    font-size: 0.95em;
  }

  .wpmemory-list li::before {
    width: 20px;
    height: 20px;
    font-size: 0.8em;
  }
}



/* Tablets and iPads */
@media (max-width: 767px) {
  #wpmemory-containerright-dashboard {
    display: none !important;
  }

  #wpmemory-dashboard-left {
    float: left;
    max-width: 100%;
    min-width: 100%;
  }
}