/* Custom styles for the paragraph block */
.wp-block-paragraph.is-style-custom-paragraph-style {
  font-style: italic;
  color: #0073aa;
}

/* Custom styles for the button block */
.wp-block-button.is-style-custom-button-style .wp-block-button__link {
  background-color: #0073aa;
  color: white;
  border-radius: 10px;
}

.wp-block-paragraph.custom-style {
  font-size: 1.5rem;
  color: #333;
}

/* Main content area */
.content-area {
  float: left;
  width: 70%; /* Adjust based on your design */
}

/* Sidebar */
.widget-area {
  float: right;
  background-color: #f5f5f5; /* Optional: Add a background color */
  padding: 20px;
  box-sizing: border-box;
}

.footer-copyright {
  text-align: center;
  padding: 20px;

  font-size: 14px;
}

.footer-copyright p {
  margin: 0;
}

.footer-copyright a {
  color: #0073aa;
  text-decoration: none;
}

.footer-copyright a:hover {
  text-decoration: underline;
}
