/* === Base === */
body {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  color: #333;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}

/* === Content === */
#wsite-content {
  width: 100%;
}

div.paragraph {
  line-height: 1.6;
  margin-bottom: 12px;
}

/* === Two-column layout === */
.wsite-multicol {
  width: 100%;
}

.wsite-multicol-table {
  width: 100%;
  border-collapse: collapse;
}

.wsite-multicol-col {
  vertical-align: top;
}

/* === Navigation === */
.wsite-menu-default {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 18px;
}

/* Make existing cursive nav font bolder */
.wsite-menu-default a {
  font-weight: 700;              /* bold */
  text-shadow: 0 0 0.5px currentColor; /* subtle thickening trick */
}

.wsite-menu-item {
  text-decoration: none;
  color: #333;
}

.wsite-nav-current .wsite-menu-item {
  font-weight: bold;
}

/* === Forms === */
.wsite-form-field {
  margin-bottom: 14px;
}

.wsite-form-label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.wsite-name-field {
  display: flex;
  gap: 10px;
}

.wsite-name-field .wsite-form-input-container {
  flex: 1;
}

.wsite-form-input,
.wsite-input {
  width: 100%;
  box-sizing: border-box;
  padding: 6px 8px;
  font-size: 14px;
}

/* === Buttons === */
.wsite-button {
  display: inline-block;
  background: #e0e0e0;
  border: 1px solid #999;
  cursor: pointer;
}

.wsite-button-inner {
  padding: 6px 14px;
  display: inline-block;
}

/* === Social icons === */
.wsite-social-item {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/images/common/social_icons.png);
  background-repeat: no-repeat;
}
