* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#kYWzzx {
    background-color: black;
    height: 15%;
    overflow-y: auto;
    padding: 20px;
    color: #e8e8e8;
    border-bottom: 2px solid #444;
}

#bAHBSX {
    height: calc(85% - 60px);
    overflow: hidden; /* Hide scrollbars from the container */
}

.OK7TbG {
    padding-bottom: 40px;
}

h1 {
    font-size: 2.5rem;
    margin: 20px 0;
    color: red;
    text-align: center;
}

p {
    margin-bottom: 10px;
    line-height: 1.5;
}

.BeP_EB {
    max-width: 800px;
    margin: 0 auto 30px;
    padding: 0 20px;
    color: orange;
}

#yNIyM7 {
    width: 100%;
    height: 100%;
    border: none; /* Remove iframe border */
}

#aZRy2T {
    background-color: darkslategray;
    padding: 1px 1px;
    border: 1px solid orange; /* Border for separation */
    display: flex; /* Use flexbox for layout */
    flex-wrap: wrap;
    gap: 2px; /* Space between items */
    align-items: center; /* Align items vertically */
    justify-content: space-between;
    /*min-height: 60px; !* Fixed height for the bar *!*/
    /*flex-shrink: 0; !* Prevent bar from shrinking *!*/
    cursor: ns-resize; /* Show resize cursor */
    position: relative; /* For the drag handle indicator */
    user-select: none; /* Prevent text selection while dragging */
    touch-action: none; /* Prevent default touch actions for better handling */
}

#aZRy2T div { /* Style the inner divs */
    border: 1px solid lawngreen;
    padding: 1px 1px; /* Adjusted padding */
    margin-top: 0; /* Remove margin-top */
    display: flex; /* Use flexbox inside */
    align-items: center; /* Align items */
    gap: 2px; /* Space within sections */
    /*flex-grow: 1;   !* Optional: allow sections to grow if there's space *!*/
    /*flex-basis: auto;  !* Or set a specific basis if needed *!*/
}

/* This p is inside the divs, like "Self-Estimated Vocabulary" */
#aZRy2T div p {
    margin: 0;
    font-size: 0.9em;
    color: orange;
    white-space: nowrap; /* Prevent text inside these specific labels from wrapping, if desired */
}

#aZRy2T > p {
    margin: 0; /* Remove paragraph margin */
    font-size: 0.9em; /* Slightly smaller text */
    color: orange;

    /*width: 100%; !* Make the initial paragraph take full width if it's the first item and you want it on its own line when wrapping starts for other items *!*/
    /*margin-bottom: 5px; !* Add some space if it wraps above other elements *!*/
    /*flex-basis: 100%; !* Ensures it takes the full width before other flex items are laid out if they wrap *!*/
}

/* Optional: Adjust the last paragraph "Drag me..." specifically if needed when wrapped */
/*#settingsBar > p:last-of-type {*/
/*    flex-basis: 100%; !* If you want this on its own line when things wrap *!*/
/*    text-align: center; !* Example: center it if it's on its own line *!*/
/*    margin-top: 5px; !* Add space if it wraps below other elements *!*/
/*}*/

#aZRy2T input[type="number"] {
    width: 50px; /* Smaller input */
    margin-right: 1px; /* Reduced margin */
    background-color: black;
    color: orange;
    border: 1px solid lawngreen;
}

#aZRy2T button {
    width: auto;
    padding: 1px 1px; /* Smaller button padding */
    font-size: 0.9em;
    background-color: black;
    color: orange;
    border: 1px solid lawngreen;
}

#aZRy2T span {
     color: red;
     font-weight: bold;
}

body.IyqpZO iframe {
    pointer-events: none; /* Prevent iframe from capturing events during drag, otherwise dragging will be sluggish and intermittent */
}

.y6d9ng {
  text-align: center;
  background-color: transparent;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  width: 400px;
  height: 400px;
}

.y6d9ng img {
  max-width: 200px;
  transition: transform 0.3s ease;
}

.y6d9ng img:hover {
  transform: scale(1.1);
}

.y6d9ng p {
  margin-top: 20px;
  color: lawngreen;
}

.SpelnI {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.gm4fxv {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.CM93jU {
    margin-bottom: 20px;
}

.CM93jU p {
    margin-bottom: 10px;
    font-weight: bold;
    color: lawngreen;
    text-align: center;
}

.ibgVrK {}
.llu3ZR {}
.h7hN9E {}
.brfFoB {}
.YZ22eV {}
.qONUJw {}
.i8Qx2q {}
.rkaitf {}

