        .arapca-blok {
            background: #f9fbf9;
            border-left: 4px solid #c5a059;
            padding: 25px;
            margin: 25px 0;
            border-radius: 0 15px 15px 0;
            box-shadow: inset 0 0 10px rgba(0,0,0,0.02);
        }
        .arapca-metin {
            font-size: 32px;
            direction: rtl;
            font-family: 'Traditional Arabic', serif;
            color: #0d3b2e;
            margin-bottom: 15px;
            line-height: 2;
            text-align: center;
        }
        .arapca-okunus {
            font-style: italic;
            color: #666;
            font-size: 16px;
            margin-bottom: 10px;
            border-bottom: 1px solid #eee;
            padding-bottom: 8px;
            text-align: center;
        }
        .arapca-meal {
            font-weight: 500;
            color: #333;
            font-size: 15px;
            line-height: 1.6;
            text-align: center;
        }
        .meal-kaynak {
            color: #c5a059;
            font-weight: bold;
            display: block;
            margin-bottom: 10px;
            font-size: 13px;
            text-transform: uppercase;
        }
        .basla-buton {
            display: inline-block;
            background-color: #0d3b2e;
            color: #fff;
            padding: 15px 35px;
            text-decoration: none;
            border-radius: 50px;
            font-weight: bold;
            letter-spacing: 1px;
            transition: 0.3s;
            border: 2px solid #0d3b2e;
            cursor: pointer;
            margin-top: 20px;
        }
        .basla-buton:hover {
            background-color: transparent;
            color: #0d3b2e;
            border-color: #c5a059;
        }