.card {
    height: 100%;
}

code {
    color: black;
    background-color: white;
}

.column.is-two-thirds {
    flex: 4;
}

.column {
    flex: 1;
}

#cliCard > div.card-image {
    background-color: #2e2e2e;
    padding-top: 10px;
    padding-bottom: 10px;
}

#guiCard > div.card-image {
    background-color: #7A5CA5;
    padding-top: 17px;
    padding-bottom: 17px;
}

#testForm {
    padding: 1.6rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background-color: white;
    margin-left: 20%;
    margin-right: 20%;
}

#testForm .input:focus {
    border-color: #ad67c2;
    box-shadow: 0 0 8px #f3a4ff;
}

#testForm button {
    margin-top: 0.8rem;
}

#\#console-style > pre {
    background-color: #2e2e2e;
    color: #00ff00;
    font-size: 20px;
    font-family: monospace, 'Courier New', Courier;
    padding-left: 40px;
    border-radius: 0;
}

.console {
    background-color: #222;
    color: #00ff00;
}

#mood-card {
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

#mood-card .card-header {
    background: #7A5CA5;
    border-radius: 12px 12px 0 0;
}

#mood-card .card-header-title {
    color: white;
}

#mood-card .input {
    border: 2px solid #c3b2dd;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
}

#mood-card #result-message-field {
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

#mood-icon {
    color: #ffffff;
    font-size: 1.2rem;
    transition: transform 0.2s ease;
}

#mood-card:hover #mood-icon {
    transform: rotate(8deg) scale(1.06);
}

.test-cases {
    list-style-type: none !important;
    margin-left: 0 !important;
}

.valid {
    background-color: #d4edda;
    color: #155724;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 3px 0;
}

.invalid {
    background-color: #f8d7da;
    color: #721c24;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 3px 0;
}
