/* Custom styles for form inputs */
input, textarea {
    border: 1px solid #e5e7eb;
    padding: 0.5rem;
    width: 100%;
}

input:focus, textarea:focus {
    outline: none;
    border-color: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
}

/* Icon sizes */
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}